> For the complete documentation index, see [llms.txt](https://academy.wandace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.wandace.com/how-to-guides/products/create-categories.md).

# Create categories

#### Step 1: Navigate to the Categories Section

* Log in to your Wandace account.
* Go to **Product Catalog** in the main menu.
* Click on **Categories**.

#### Step 2: Add a New Category

* Click on the **Create Category** button.
* Fill in the category details:

  * **Name:** Enter the category name.
  * **Description:** Provide a brief description of the category.
  * **Image**: Upload an image for the category.

  ⚠️ Adding an image is highly recommended. The category image will be displayed in your Pop-Up store, making your storefront more visually appealing and easier to navigate.

<figure><img src="/files/8Rpag32fR87nDLiz4xxu" alt=""><figcaption></figcaption></figure>

#### Step 3: Organize Categories in a Tree Format

To create a tree structure, you can assign parent categories to your new category. This allows you to create subcategories and organize your products more efficiently.

**Parent Category:** (Optional) Select a parent category if creating a subcategory. If you do not select a parent category, the new category will be a top-level category.

* Example of a tree structure:
  * **Top-Level Category:** Men's Clothing
    * **Subcategory:**
      * **Subcategory:** Shirts
      * **Subcategory:** Pants
      * **Subcategory:** Jerseys

#### Step 4: Control Category Visibility in Your Pop-Up Store

You can choose whether a category is **visible** in your Pop-Up store.

This is especially useful for:

* Seasonal categories (e.g., Valentine’s Day, Christmas)
* Limited-time collections
* Temporary campaigns

If a category is hidden, it will not appear in your Pop-Up store navigation, but it will remain available inside your admin panel.

This gives you flexibility to activate or deactivate categories depending on the season or promotion.

#### Step 5: Save the Category

1. Review the details.
2. Click **Save** to create the category.

#### Step 6: Managing Existing Categories

From the Categories section, you can:

* **View** existing categories
* **Edit** a category by clicking on its name and updating the details
* **Delete** a category by clicking on the trash icon

⚠️ Be cautious when deleting a category. Deleting a category will also remove all its subcategories and may affect associated products.


---

# 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://academy.wandace.com/how-to-guides/products/create-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.
