> For the complete documentation index, see [llms.txt](https://guide.openfoodnetwork.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.openfoodnetwork.org/it/basic-features/enterprise-profile/making-a-producer-profile-searchable-by-product-category.md).

# Rendere un profilo produttore ricercabile per categoria di prodotto

Quando i consumatori navigano su Open Food Network, possono cercare i produttori per nome o località. Possono anche filtrare i profili produttori a seconda dei tipi di prodotto che hanno a disposizione (vedi sotto).&#x20;

![](/files/-MQGTVg4PN1UYvvW7t6-)

Il sistema considera i dati dei prodotti caricati dai produttori che hanno un negozio online su OFN per filtrarli per categoria. Dunque, i produttori che non hanno un profilo "Azienda" ma solo un semplice profilo non saranno ricercabili a meno che non aggiungano prodotti fittizi nel sistema. Aggiungendo un prodotto fittizio per ogni categoria di prodotto sotto cui vuoi che il tuo profilo sia ricercabile, apparirai quando i consumatori cercheranno produttori con prodotti di quella categoria.&#x20;

Ecco come fare...

Clicca **Prodotti** nel menu blu orizzontale, poi clicca su  **+ Nuovo Prodotto** per aggiungere i tuoi prodotti fittizi.

![](/files/-MQGVv-mfDynB7KRlSHn)

Dal momento che non hai una vetrina su OFN, questo prodotto non sarà visibile da nessuna parte. Quindi puoi inserire nome, prezzo ed unità a caso. L'importante è selezionare la **Categoria Prodotto** corretta, che corrispnde alla tua produzione. Clicca poi su "crea" in basso a sinistra. Qui sotto un esempio di un prodotto fittizio della categoria "Frutta". Questo profilo produttore comparirà ora se un consumatore cercherà produttori di frutta.

![](/files/-MQGX_DrVaNS63LaipyZ)

La categoria "Frutta" comparirà anche nella scheda del profilo.&#x20;

![](/files/-MQGZnhPz5whK6fXx6zk)


---

# 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://guide.openfoodnetwork.org/it/basic-features/enterprise-profile/making-a-producer-profile-searchable-by-product-category.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.
