# Categories

A Category Tree is a hierarchical structure that organises and categorises products in an online store. The tree typically starts with broad categories at the top and becomes increasingly specific as you move down the tree.

Here is an example of a Category Tree:

* Clothing
  * Men's Clothing
    * Shirts
      * T-Shirts
      * Dress Shirts
    * Pants
      * Jeans
      * Dress Pants

In this example, the top-level category is "Clothing" and it is divided into three subcategories: "Men's Clothing", "Women's Clothing" and "Kids' Clothing". Each of these subcategories is then further divided into more specific categories such as "Shirts", "Pants" and "Dresses". And each of those categories are further divided into even more specific subcategories such as "T-Shirts" or "Evening Dresses".

### Adding a Category

1. Click on Catalogue > Categories
2. Select the Create Button
3. Enter the Category Details
4. Click the Save Button\ <br>

{% embed url="<https://scribehow.com/embed/How_to_Add_a_Category__S4BkrnudRWmc_4eY2EOcpQ>" %}


---

# 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://support.storefront.co.za/features/catalogue/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.
