> 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/portal/de/profile/create-your-devolutions-account.md).

# Devolutions Account erstellen

Erstellen Sie zunächst Ihr kostenloses Devolutions Account, indem Sie die folgenden Schritte befolgen.

### Erstellung eines Devolutions Account

1. Gehen Sie zu Ihrer [Kontoanmeldung](https://portal.devolutions.com/).
2. Klicken Sie auf ***Ihr Konto erstellen***, um den Vorgang zu starten.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2013_2024_3.png)
3. Füllen Sie die Felder mit Ihren Informationen aus und klicken Sie dann auf ***Konto erstellen***.

   <div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>Indem Sie auf <em><strong>Konto erstellen</strong></em> klicken, bestätigen Sie, dass Sie unsere <a href="https://devolutions.net/legal/customer-agreements/">Softwarelizenz- und Abonnementvereinbarung</a> sowie unsere <a href="https://devolutions.net/legal/privacy/">Datenschutzrichtlinie</a> gelesen und akzeptiert haben.</p></div>

   ![](https://cdnweb.devolutions.net/docs/CLOUD2014_2024_3.png)
4. Öffnen Sie Ihren E-Mail-Eingang und die Aktivierungs-E-Mail, die Ihnen zugesandt wurde.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Die E-Mail mit dem Aktivierungslink befindet sich möglicherweise in Ihrem Spam-/Junk-Ordner. Bei Gmail-Konten prüfen Sie auch den Ordner <em><strong>Werbung</strong></em>.</p><p>Es kann einige Zeit dauern, bis Sie sie erhalten. Wenn Sie die E-Mail nicht erhalten, befolgen Sie die untenstehenden Schritte unter <a href="#forgotten-password">Passwort vergessen</a>.</p></div>
5. Klicken Sie in der E-Mail auf ***Aktivieren***, um die Erstellung Ihres Kontos zu bestätigen.

Ihr Konto wurde erstellt!

### Passwort vergessen

Wenn Sie die Aktivierungs-E-Mail nicht erhalten haben oder Ihr Passwort vergessen haben, befolgen Sie die untenstehenden Schritte, um das Problem zu lösen:

1. Gehen Sie zur [Anmeldeseite des Devolutions Account](https://portal.devolutions.com/).
2. Geben Sie Ihren ***Benutzernamen*** (E-Mail-Adresse des Devolutions Account) ein und klicken Sie dann auf ***Weiter***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2016_2024_3.png)
3. Klicken Sie auf ***Passwort vergessen?***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2017_2024_3.png)
4. Geben Sie Ihren Benutzernamen erneut ein, falls erforderlich, und klicken Sie dann auf ***Weiter***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2018_2024_3.png)
5. Kopieren Sie den in der E-Mail erhaltenen Code, fügen Sie ihn in das Feld ***Code*** ein und klicken Sie dann auf ***Weiter***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2019_2024_3.png)
6. Geben Sie ein neues Passwort ein, das den Sicherheitsrichtlinien entspricht, und klicken Sie dann auf ***Mein Passwort aktualisieren***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_cloud_Cloud4027.png)


---

# 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/portal/de/profile/create-your-devolutions-account.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.
