# Set the category field

Before you categorize your products, you need to select a **category field** in your project. This is the field in your data import that contains your product categories.

The category field is a project-wide field, so if you modify this field, the AI product categorization algorithm will re-run for all channels that have AI product categorization enabled.

{% hint style="info" %}
Tip: Select one category field that can be applied to all channels, rather than using different category fields per channel.
{% endhint %}

Follow these steps to set your project category field:

{% stepper %}
{% step %}

### Go to Categories

Navigate to **\[Your channel] > Categories**.
{% endstep %}

{% step %}

### Click Set Category field

Click **Set Category field**.
{% endstep %}

{% step %}

### Select the field

At **Set category field**, select the field containing the value for your categories (e.g. `product_category`). Channable will automatically suggest the most fitting categories based on your selected field.
{% endstep %}

{% step %}

### Save

Click **Save** to run AI Product Categorization.
{% endstep %}
{% endstepper %}

<figure><img src="/files/7d70f452ddaba7ddb9ac0c54d5dac47483a839f7" alt=""><figcaption></figcaption></figure>


---

# 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://helpcenter.channable.com/manage-improve-product-data/categorize-products/create-product-categories/set-the-category-field.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.
