> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/it/knowledge-base/how-to-articles/link-accounts-in-devolutions-server.md).

# Collegare gli account in Devolutions Server

La funzionalità ***Account collegato*** consente agli utenti di associare un altro account allo stesso utente. Questa funzionalità è particolarmente utile quando un utente deve gestire account diversi. Ad esempio, un utente può avere un account con l'indirizzo e-mail "<bob@windjammer.co>" e un altro account con l'indirizzo e-mail "<_bob@windjammer.co>", che funge da account con privilegi elevati o privilegiato.

{% hint style="info" %}
Entrambi gli utenti devono essere creati prima di collegarli tra loro.
{% endhint %}

Lo scopo principale di ***Account collegato*** è migliorare la comodità per l'utente e semplificare la gestione degli account.

1. Acceda a Devolutions Server con un account amministratore.
2. Vada su ***Amministrazione*** – ***Gestione della sicurezza*** – ***Utenti***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0117.png" alt=""><figcaption></figcaption></figure>
3. Selezioni uno degli utenti che desidera abbinare, quindi clicchi su ***Modifica***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0118.png" alt=""><figcaption></figcaption></figure>
4. Vada alla scheda ***Account collegato***.
5. Selezioni l'altro account dal menu a discesa.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0119.png" alt=""><figcaption></figcaption></figure>
6. Clicchi su ***Aggiorna*** per salvare le modifiche e chiudere la finestra.

Gli account sono ora collegati. La colonna ***Account collegato*** mostra quale account è abbinato all'altro.

{% hint style="info" %}
Con questa funzionalità non esiste un account primario o secondario; ciò significa che l'ordine in cui vengono collegati non ha importanza e ciascuno può essere scollegato per poi essere collegato a un account diverso senza problemi.

Per passare da un account all'altro, è necessario disconnettersi e accedere con il secondo account.
{% 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://docs.devolutions.net/server/it/knowledge-base/how-to-articles/link-accounts-in-devolutions-server.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.
