> For the complete documentation index, see [llms.txt](https://docs.wetbot.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wetbot.space/guide/categories.md).

# Создание категории в магазине

{% content-ref url="/pages/QiZSYBrvsnfmiiGf3H5i" %}
[Предметы](/guide/items.md)
{% endcontent-ref %}

{% content-ref url="/pages/ECseyepAGLFr9jeKVikQ" %}
[Broken mention](broken://pages/ECseyepAGLFr9jeKVikQ)
{% endcontent-ref %}

Вызываем панель для редактирования категорий командой [/manager-categories](/commands/admins.md)

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

После чего бот попросит назвать категорию и указать эмодзи категории

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

После этого категория готова, осталось добавить туда предметы для покупки. Нажимаем `Изменить...` и выбираем нашу категорию

<figure><img src="/files/7Tl61WwhgGV0bQojhXfi" alt=""><figcaption></figcaption></figure>

Здесь можно изменить:

1. Название категории
2. Эмодзи
3. Добавить сам предмет (Он добавлении предмета далее)
4. Указать права на покупку (Роль с которой участник сможет покупать от туда предметы)
5. Стандартная категория

Чтобы добавить предмет в категорию, нужно указать его ID

<figure><img src="/files/Au1IxgP01EBo1DriRUl5" alt=""><figcaption><p>Можете употреблять переменные:<strong>Можете употреблять переменные:</strong></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/categories.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.
