# Add categories manually

To add categories manually, follow these steps:

{% stepper %}
{% step %}

### Navigate to your channel

Open the channel where you want the categories.
{% endstep %}

{% step %}

### Open the Categories step

Go to the Categories step and select the Manual Categorization tab.
{% endstep %}

{% step %}

### Add a category

Click Add category.

<figure><img src="/files/9b0a0a5b25ff6f890850d9c525f582b213d81441" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Configure the category mapping

Use the 'If', 'Filter', 'Value', and 'Set to category' fields to create categories. Use the dropdowns to choose fields, decide whether to categorize on exact matches or contains, and then enter the appropriate value.

Example: Filter on the value of a field — for example, if 'categories' contains 'shoe' then assign the category 'Clothing & Accessories > Shoes'. This will assign this category to all items that match this filter.

<figure><img src="/files/12c759aca3d7b2d4a8a2ecf5dbeed1859aec08fd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/289e52f1ef522712ea4f77ad639151ba3c130691" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and review coverage

Click Save. After saving, the percentage of items allocated to a category will appear, as well as the number of items with and without categories. To see which items have not yet been categorized, go to the Uncategorized items tab. Ideally, you should aim for 100% of items with categories.

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

You can see how many items are matched per line and inspect those matched items to help write more efficient mappings and verify they still make sense over time.

<figure><img src="/files/3547aafd0029d7a6efa3af40d8b8958df7c2d86a" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

The next step is to [add rules](/manage-improve-product-data/rules-bulk-edit-and-enrich/using-rules.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://helpcenter.channable.com/manage-improve-product-data/categorize-products/create-product-categories/add-categories-manually.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.
