# Предметы

## Создание предмета

Для создания предмета выполняем команду[ /manager-items create <название предмета>](/commands/admins.md)

<figure><img src="/files/S0Ri1va3H1fOGTZpwRb1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Максимальная длина названия предмета 30 символов
{% endhint %}

## Редактирование предмета

Для редактирования предмета выполняем команду [/manager-items edit <название предмета>](/commands/admins.md)

<figure><img src="/files/l86Kah6iF1ehhn3ZzGl8" alt=""><figcaption></figcaption></figure>

## Удаление предмета

Для удаления предмета выполняем команду [/manager-items delete <название предмета>](/commands/admins.md)

<figure><img src="/files/3xXddJYCbYFVRQrltagz" alt=""><figcaption></figcaption></figure>

## Копирование предмета

Для копирования предмета выполняем команду [/manager-items copy <название предмета> <название нового предмета>](/commands/admins.md)

<figure><img src="/files/F0a7UCORFi25nj6caACN" alt=""><figcaption></figcaption></figure>

## Руководство по управлению предметом

***

#### Добавление предмета в магазин

{% content-ref url="/pages/U9vCPkN6E3CLO3pGXNcj" %}
[Добавление предмета в магазин](/guide/items/shop.md)
{% endcontent-ref %}

***

#### Создание криптовалюты

{% content-ref url="/pages/IrVUs0sCM7jeqp53P4P8" %}
[Создание криптовалюты](/guide/items/cryptocurrency.md)
{% endcontent-ref %}

***

#### Авто-доставка предметов в магазин

{% content-ref url="/pages/LEoUlodE5n6UQ7WkhD8h" %}
[Авто-доставка предметов в магазин](/guide/items/auto-delivery.md)
{% endcontent-ref %}

***

#### Крафт предмета

{% content-ref url="/pages/RnE2RHeozywH0Ae930WM" %}
[Крафт предмета](/guide/items/craft.md)
{% endcontent-ref %}

***

#### Создание кейса

{% content-ref url="/pages/szvWgMEYTfoE0CjPflNA" %}
[Создание кейса](/guide/items/case.md)
{% endcontent-ref %}

***

#### Использование предмета

{% content-ref url="/pages/pavF3nyiZfKnc75ADfEt" %}
[Использование предмета](/guide/items/use.md)
{% endcontent-ref %}

***

#### Способы получения предмета

{% content-ref url="/pages/S2GFHBBUFrn24Y4DTzBR" %}
[Способы получения предмета](/guide/items/obtaining.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wetbot.space/guide/items.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
