# Create category for shop

{% content-ref url="<https://github.com/arhip144/Docs/blob/English/guide/items.md>" %}
<https://github.com/arhip144/Docs/blob/English/guide/items.md>
{% endcontent-ref %}

{% content-ref url="<https://github.com/arhip144/Docs/blob/English/guide/shop.md>" %}
<https://github.com/arhip144/Docs/blob/English/guide/shop.md>
{% endcontent-ref %}

Execute the panel for editing categories with the command /manager-categories

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

After that, the bot will ask you to name the category and specify the category emoji

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

After that, the category is created, it remains to add items for purchase there. Click Edit... and choose our category

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

Here you can change:

1. Category name
2. Emoji
3. Add an item
4. Setting category as Standard category

To add an item to a category, you need to specify its ID

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


---

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