> 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/getting-started/create-your-devolutions-cloud-workspace.md).

# Erstellen Sie Ihre Devolutions Cloud-Datenquelle

Legen Sie schnell los, indem Sie Ihre erste Devolutions Cloud-Datenquelle über das Devolutions Portal erstellen.

Beachten Sie, dass Devolutions Cloud-Datenquellen auch direkt in Remote Desktop Manager und Devolutions Password Manager erstellt werden können.

### Erstellen Ihrer Devolutions Cloud-Datenquelle <a href="#creating-your-devolutions-cloud-workspace" id="creating-your-devolutions-cloud-workspace"></a>

1. Rufen Sie das [Devolutions Portal](https://portal.devolutions.com/products) auf.
2. Gehen Sie im linken Menü zu ***Datenquellen*** und klicken Sie dann auf ***Neue Cloud-Datenquelle erstellen.***
3. Benennen Sie Ihre Datenquelle.
4. Wählen Sie die Region aus, in der die Daten [gehostet](/cloud/de/knowledge-base/knowledge-base-articles/hosting-region-for-devolutions-cloud.md) werden sollen, und lesen und akzeptieren Sie dann die [Terms of Online Services and Privacy Policy](https://devolutions.net/legal/) von Devolutions.
5. Klicken Sie auf ***Erstellen***.

Sobald die Bereitstellung abgeschlossen ist, wird Ihre Devolutions Cloud-Datenquelle automatisch geöffnet.

Sie erhalten eine E-Mail mit der Adresse Ihrer Devolutions Cloud-Website sowie einem temporären Wiederherstellungsschlüssel. Folgen Sie den Anweisungen in der E-Mail, um einen neuen zu generieren.

{% hint style="info" %}
Devolutions Cloud generiert automatisch eine URL basierend auf der von Ihnen ausgewählten Region und einer eindeutigen ID. Sie können diese URL personalisieren, indem Sie einen benutzerdefinierten Namen für Ihre Datenquelle festlegen. Wenn Sie eine bezahlte Lizenz besitzen, kann für die URL auch eine Subdomain festgelegt werden. Unter [Customize your Devolutions Cloud URL](/cloud/de/knowledge-base/how-to-articles/customize-your-devolutions-coud-url.md) erfahren Sie, wie das geht.
{% endhint %}

#### Siehe auch

* [Devolutions Academy - Creating your workspace](https://academy.devolutions.net/student/path/2543918/activity/4132361)


---

# 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/getting-started/create-your-devolutions-cloud-workspace.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.
