> For the complete documentation index, see [llms.txt](https://docs.prestashop-project.org/1.7-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prestashop-project.org/1.7-documentation/italian/guida-utente/configurare-negozio/parametri-avanzati/squadra/profili.md).

# Profili

PrestaShop ti consente di assegnare funzioni e diritti specifici d ogni dipendente che ti aiuta a gestire il negozio online. Ad esempio, l'amministratore avrà accesso all'intero negozio senza restrizioni, mentre un dipendente potrà accedere solo al catalogo o agli ordini.

![](/files/-MDy-arvJqihp89eQQYC)

Per impostazione predefinita, PrestaShop dispone di 4 profili pronti per l'uso:

* **SuperAdmin**. Il rango più alto. Ha tutti i diritti e può accedere a tutta l'installazione di PrestaShop.
* **Logista**. Si tratta di chi è responsabile dell'imballaggio e dell'invio degli ordini. Può accedere solo alle pagine degli ordini, di spedizione e di gestione del magazzino, al catalogo e al cliente.
* **Traduttore**. Chi è incaricato di tradurre il contenuto testuale del tuo negozio. Può accedere a prodotti e categorie, alle pagine dei contenuti e alla pagina "Traduzioni".
* **Venditore**. I tuo venditore, se esiste. Oltre ad avere gli stessi diritti di accesso del traduttore, può accedere anche alle pagine dei clienti, ai moduli, al webservice e ad alcune statistiche.

Puoi vedere i dettagli dei diritti di accesso esaminando ogni profilo nella pagina "Autorizzazioni".

Il profilo SuperAdmin non può essere eliminato, solo rinominato.

Dovrebbe esserci almeno un dipendente con un profilo SuperAdmin.

## Aggiungere un nuovo profilo <a href="#profili-aggiungereunnuovoprofilo" id="profili-aggiungereunnuovoprofilo"></a>

Puoi aggiungere tutti quanti i profili che ti occorrono.&#x20;

![](/files/-MDy-arwWi6_Dk1_GRrW)

L'aggiunta di un nuovo profilo è abbastanza semplice: basta cliccare sul pulsante "Aggiungi nuovo profilo", immettere un nome univoco per il nuovo profilo e salvare.

La parte più complessa si ottiene quando si impostano i diritti di accesso dei nuovi profili. Ciò avviene nella pagina "Autorizzazioni".


---

# 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://docs.prestashop-project.org/1.7-documentation/italian/guida-utente/configurare-negozio/parametri-avanzati/squadra/profili.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.
