> 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/quick-start-guides/profile-only-quick-setup-guide.md).

# Profilo

Iniziare ad usare OFN è semplice, basta attuare i seguenti passaggi:

![](/files/-MLMuyG-u-yoq9smyXtn)

1. [Registra il tuo profilo aziendale](/it/basic-features/register-and-create-your-profile.md). \
   Scegli le [opzioni ](/it/basic-features/enterprise-profile/package-types.md)"Produttore" e poi "Negozio" e completa le tue [impostazioni dell'azienda](/it/basic-features/enterprise-profile/enterprise-settings.md) con i dettagli richiesti.
2. Inserisci i tuoi [prodotti](/it/basic-features/products-1/products.md).
3. Contatta gli Hub di OFN attraverso cui vorresti vendere i tuoi prodotti - puoi mandare loro una mail o incontrarli fisicamente ad una loro distribuzione.&#x20;
4. Collega il tuo profilo a quello degli Hub che hai selezionato impostando i [permessi aziendali](/it/basic-features/enterprise-profile/enterprise-to-enterprise-permissions-e2es.md) appropriati.

Congratulazioni! Il gioco è fatto!

L'Hub che gestisce le tue vendite ti manderà periodicamente le sue gentili richieste in base alla tempistica concordata. Le notifiche per le gentili richieste possono essere automatizzate dall'Hub e arrivarti direttamente via mail alla chiusura dei cicli di richieste.&#x20;

{% hint style="info" %}
Se vuoi usare OFN solo per essere visibile su internet, non hai bisogno di completare i passi 2-4 descritti qui sopra.
{% endhint %}

{% hint style="success" %}
Puoi fare in modo che il tuo profilo compaia ad una ricerca per categoria di prodotto, anche se non intendi vendere attraverso OFN, seguendo questi [passi](/it/basic-features/enterprise-profile/making-a-producer-profile-searchable-by-product-category.md).
{% endhint %}

## Funzionalità più avanzate che ti potrebbero servire

* I tuoi prodotti:&#x20;
  * Puoi specificarne particolari [caratteristiche](/it/basic-features/products-1/product-properties.md) (es. BIO, plastic free, ecc...)
  * Se un prodotto può essere venduto in diverse forme (es. patate in confezioni da 500g, 1kg e 2 kg), puoi semplificare il tuo listino aggiungendo [varianti](/it/basic-features/products-1/product-variants.md).
  * Se vendi prodotti con peso e dunque prezzo variabile come carne o ortaggi di grossa taglia (es. un pollo intero, una zucca, ecc.), puoi imparare a gestirli [qui.](/it/basic-features/products-1/pricing-irregular-items-kg.md)
  * Puoi [importare](/it/basic-features/products-1/product-and-inventory-import.md#1-import-new-products) il tuo listino completo se è in formato Excel.


---

# 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/quick-start-guides/profile-only-quick-setup-guide.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.
