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

# Konten in Devolutions Cloud verknüpfen

Die Funktion ***Verknüpftes Konto*** ermöglicht es Benutzern, ein weiteres Konto demselben Benutzer zuzuordnen. Diese Funktion ist besonders nützlich, wenn ein Benutzer verschiedene Konten verwalten muss. Beispielsweise kann ein Benutzer ein Konto mit der E-Mail-Adresse "<bob@windjammer.co>" und ein weiteres Konto mit der E-Mail-Adresse "<_bob@windjammer.co>" haben, das als erhöhtes oder privilegiertes Konto dient.

{% hint style="info" %}
Beide Benutzer müssen erstellt werden, bevor sie miteinander verknüpft werden können.
{% endhint %}

Der Hauptzweck von ***Verknüpftes Konto*** ist es, den Benutzerkomfort zu erhöhen und die Kontoverwaltung zu vereinfachen.

### Die Konten verknüpfen

1. Melden Sie sich bei Devolutions Cloud mit einem Administratorkonto an.
2. Gehen Sie zu ***Administration*** – ***Users***.
3. Klicken Sie bei dem gewünschten Benutzer auf ***Edit***.

   ![](https://cdnweb.devolutions.net/docs/HUB0005_2024_2.png)
4. Wählen Sie das andere Konto aus der Dropdown-Liste ***Linked account*** aus.
5. Klicken Sie auf ***Update***, um die Änderungen zu speichern und das Fenster zu schließen.

Die Konten sind nun verknüpft. Die Spalte ***Linked account*** zeigt, welches Konto mit welchem gekoppelt ist.

{% hint style="info" %}
Bei dieser Funktion gibt es keine Funktionalität für primäre oder sekundäre Konten; das heißt, die Reihenfolge, in der sie verknüpft werden, spielt keine Rolle, und jedes kann ohne Probleme wieder getrennt und anschließend mit einem anderen Konto verknüpft werden.

Um zwischen beiden Konten zu wechseln, ist es erforderlich, sich abzumelden und mit dem zweiten Konto anzumelden.
{% 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/de/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.
