# Categories

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

Before adding products to your catalog, it is required to establish the category structure. ScandiPWA supports the most popular category management actions:

| FIELD                                    | STATUS        | DESCRIPTION                                                                                               |
| ---------------------------------------- | ------------- | --------------------------------------------------------------------------------------------------------- |
| Enabling Category                        | **SUPPORTED** | Categories can be enabled with the respective changes on the front-end immediately after save.            |
| Disabling Category                       | **SUPPORTED** | Categories can be disabled with the respective changes on the front-end immediately after save.           |
| Root Category Assigning to a Store       | **SUPPORTED** | The products in the main menu are determined by the root category that is assigned to the store.          |
| Category Creation                        | **SUPPORTED** | Categories can be created with the respective changes on the front-end immediately after save.            |
| Category Editing on the Store View Level | **SUPPORTED** | ScandiPWA supports multistore configurations. You are welcome to edit categories on the store view level. |

{% hint style="danger" %}
**NOTE!**

In ScandiPWA, the menu creation is performed separately from category management in the back-end. To learn more in the [Menu Manager](https://manual.scandipwa.com/v5.2.6/progressive-web-app/menu-manager) section.
{% endhint %}

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="<https://2769757322-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-M_W2G-27UDLZG0REF_f%2F-M__Qq4RTCpib5urUpto%2Fscandipwa_%20ScandiPWA%20-%20Categories.pdf?alt=media&token=e41b04fa-7396-4db6-9bd3-d66d3ec8c79b>" %}
Categories - Test Cases
{% endfile %}


---

# 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://manual.scandipwa.com/v5.2.6/catalog/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.
