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

# Link accounts in Devolutions Cloud

The ***Linked account*** feature allows users to associate another account under the same user. This feature is particularly beneficial when a user needs to manage different accounts. For instance, a user may have an account with the email address "<bob@windjammer.co>" and another account with the email address "<_bob@windjammer.co>", which serves as an elevated or privileged account.

{% hint style="info" %}
Both users need to be created before linking them together.
{% endhint %}

The primary purpose of ***Linked account*** is to enhance user convenience and streamline account management.

### Linking the accounts

1. Log in to Devolutions Cloud with an administrator account.
2. Go to ***Administration*** – ***Users***.
3. Click on ***Edit*** for the desired user.

   ![](https://cdnweb.devolutions.net/docs/HUB0005_2024_2.png)
4. Select the other account from the ***Linked account*** dropdown.
5. Click ***Update*** to save the changes and close the window.

The accounts are now linked. The ***Linked account*** column shows which account is paired to one another.

{% hint style="info" %}
There is no primary or secondary account functionality with this feature; meaning the order in which they are linked does not matter and each can be unlinked to then be linked to a different account without issue.

To switch between both accounts, it is required to log out and log in with the second 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:

```
GET https://docs.devolutions.net/cloud/knowledge-base/how-to-articles/link-accounts-in-devolutions-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
