> 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/cloud/it/knowledge-base/how-to-articles/link-accounts-in-devolutions-cloud.md).

# Collegare account in Devolutions Cloud

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 email "<bob@windjammer.co>" e un altro account con l'indirizzo email "<_bob@windjammer.co>", che funge da account elevato 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.

### Collegamento degli account

1. Acceda a Devolutions Cloud con un account amministratore.
2. Vada in ***Amministrazione*** – ***Utenti***.
3. Clicchi su ***Modifica*** per l'utente desiderato.

   ![](https://cdnweb.devolutions.net/docs/HUB0005_2024_2.png)
4. Selezioni l'altro account dal menu a discesa ***Account collegato***.
5. 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/cloud/it/knowledge-base/how-to-articles/link-accounts-in-devolutions-cloud.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.
