> 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.md).

# Profilo Aziendale

Una volta [creato il tuo Profilo Aziendale](/it/basic-features/register-and-create-your-profile.md#create-your-first-enterprise-account), devi accedere al tuo [Pannello di controllo](/it/basic-features/dashboard.md) per continuare ad impostare il tuo profilo aziendale.&#x20;

Per prima cosa ti verrà chiesto di [scegliere il pacchetto OFN](/it/basic-features/enterprise-profile/package-types.md) (o il tipo di profilo) che meglio rappresenta la tua [attività](/it/your-quick-start-on-ofn-given-who-you-are.md).&#x20;

In questa sezione trovi i dettagli dei diversi menù a cui hai accesso per poter raffinare il tuo profilo aziendale e poter così accedere alle specifiche funzionalità di cui potresti avere bisogno.

{% hint style="info" %}
E' importante completare l'intero processo, altrimenti potresti non comparire sulla mappa, o apparire con un profilo incompleto, che potrebbe danneggiare la tua immagine.
{% endhint %}


---

# 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.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.
