# Create a new category

To create a new category click on the *+ NEW CATEGORY* button in the top right corner.&#x20;

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

Set up a category name and click on *CREATE* to save or *CREATE & EDIT* to save and open in edit mode.

{% hint style="info" %}
Category code can have only letters, digits, or underscore symbols.
{% endhint %}

<figure><img src="/files/4LtexgiriTyioXim2Gz9" alt=""><figcaption></figcaption></figure>

If you click on *CREATE & SAVE*, now you will see a page with three tabs; [General](/product-design/categories/general.md), [Translations](/product-design/categories/translations.md), and [Products](/product-design/categories/products.md).


---

# 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://usermanual.ergonode.com/product-design/categories/create-a-new-category.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.
