> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/manage-product-and-improve-data-it/categorizza-i-prodotti/crear-categorie-di-prodotto/imposta-il-campo-categoria.md).

# Imposta il campo Categoria

Prima di categorizzare i tuoi prodotti, devi selezionare un **campo categoria** nel tuo progetto. Questo è il campo nel tuo import che contiene le categorie dei prodotti.

Il campo categoria è un campo a livello di progetto, quindi se modifichi questo campo, l'algoritmo di categorizzazione dei prodotti AI verrà rieseguito per tutti i canali che hanno la categorizzazione dei prodotti AI attivata.

{% hint style="info" %}
Suggerimento: seleziona un unico campo categoria applicabile a tutti i canali, invece di usare campi categoria differenti per canale.
{% endhint %}

Segui questi passaggi per impostare il campo categoria del progetto:

{% stepper %}
{% step %}

### Vai a Categorie

Vai a **\[Il tuo canale] > Categorie**.
{% endstep %}

{% step %}

### Clicca Imposta campo categoria

Clicca **Imposta il campo categoria**.
{% endstep %}

{% step %}

### Seleziona il campo

A **Imposta campo categoria**, seleziona il campo che contiene il valore per le tue categorie (es. `product_category`). Channable suggerirà automaticamente le categorie più adatte in base al campo selezionato.
{% endstep %}

{% step %}

### Salva

Clicca **Salva** per eseguire la Categorizzazione dei prodotti AI.
{% endstep %}
{% endstepper %}

<figure><img src="/files/256f0967da1d4c8dc4e992131a6d6bfda0473da3" 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/manage-improve-product-data/manage-product-and-improve-data-it/categorizza-i-prodotti/crear-categorie-di-prodotto/imposta-il-campo-categoria.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
