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

# Crear su Devolutions Account

Para empezar, cree su Devolutions Account gratuita siguiendo los pasos que se indican a continuación.

### Creación de la Devolutions Account

1. Vaya a su [inicio de sesión de cuenta](https://portal.devolutions.com/).
2. Haga clic en ***Create your account*** para iniciar el proceso.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2013_2024_3.png)
3. Rellene los campos con su información y, a continuación, haga clic en ***Create account***.

   <div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>Al hacer clic en <em><strong>Create account</strong></em> , confirma que ha leído y aceptado nuestro <a href="https://devolutions.net/legal/customer-agreements/">Contrato de licencia y suscripción de software</a> y nuestra <a href="https://devolutions.net/legal/privacy/">Política de privacidad</a>.</p></div>

   ![](https://cdnweb.devolutions.net/docs/CLOUD2014_2024_3.png)
4. Vaya a su bandeja de entrada de correo electrónico y abra el correo de activación que se le ha enviado.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>El correo con el enlace de activación puede estar en su carpeta de spam o correo no deseado. En las cuentas de Gmail, compruebe también la carpeta <em><strong>Promociones</strong></em>.</p><p>Puede tardar un tiempo en recibirlo. Si no recibe el correo electrónico, siga los pasos de <a href="#forgotten-password">Contraseña olvidada</a> que se indican a continuación.</p></div>
5. Haga clic en ***Activate*** en el correo electrónico para verificar la creación de su cuenta.

¡Su cuenta ha sido creada!

### Contraseña olvidada

Si no ha recibido el correo electrónico de activación o ha olvidado su contraseña, siga los pasos que se indican a continuación para resolver el problema:

1. Vaya a la [página de inicio de sesión de Devolutions Account](https://portal.devolutions.com/).
2. Introduzca su ***Username*** (dirección de correo electrónico de la Devolutions Account) y, a continuación, haga clic en ***Continue***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2016_2024_3.png)
3. Haga clic en ***Forgot your password?***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2017_2024_3.png)
4. Introduzca de nuevo su nombre de usuario si es necesario y, a continuación, haga clic en ***Next***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2018_2024_3.png)
5. Copie el código recibido en el correo electrónico y péguelo en el campo ***Code*** y, a continuación, haga clic en ***Next***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2019_2024_3.png)
6. Introduzca una nueva contraseña que cumpla las directrices de seguridad y, a continuación, haga clic en ***Update my password***.

   ![](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/es/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.
