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

# Crear su espacio de trabajo de Devolutions Cloud

Empiece rápidamente creando su primer espacio de trabajo de Devolutions Cloud a través del Devolutions Portal.

Tenga en cuenta que los espacios de trabajo de Devolutions Cloud también se pueden crear directamente en Remote Desktop Manager y Devolutions Password Manager.

### Creación de su espacio de trabajo de Devolutions Cloud <a href="#creating-your-devolutions-cloud-workspace" id="creating-your-devolutions-cloud-workspace"></a>

1. Acceda al [Devolutions Portal](https://portal.devolutions.com/products).
2. Vaya a ***Espacios de trabajo*** en el menú de la izquierda y, a continuación, haga clic en ***Crear nuevo espacio de trabajo Cloud.***
3. Asigne un nombre a su espacio de trabajo.
4. Seleccione la región donde se van a [alojar](/cloud/es/knowledge-base/knowledge-base-articles/hosting-region-for-devolutions-cloud.md) los datos, luego lea y acepte los [Términos de servicios en línea y Política de privacidad](https://devolutions.net/legal/) de Devolutions.
5. Haga clic en ***Crear***.

Una vez completada la implementación, su espacio de trabajo de Devolutions Cloud se abrirá automáticamente.

Recibirá un correo electrónico con la dirección del sitio web de su Devolutions Cloud, así como una clave de recuperación temporal. Siga las instrucciones del correo electrónico para generar una nueva.

{% hint style="info" %}
Devolutions Cloud genera automáticamente una URL basada en la región seleccionada y un ID único. Puede personalizar esta URL estableciendo un nombre personalizado para su espacio de trabajo. Si tiene una licencia de pago, también se puede establecer un subdominio para la URL. Consulte [Personalice su URL de Devolutions Cloud](/cloud/es/knowledge-base/how-to-articles/customize-your-devolutions-coud-url.md) para saber cómo hacerlo.
{% endhint %}

#### Véase también

* [Devolutions Academy - Creación de su espacio de trabajo](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/es/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.
