> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-studio/vision-general/creacion-de-la-cuenta.md).

# Creación de la cuenta

Para crear una cuenta, accede a [Skyone Studio](https://studio.skyone.cloud/es/login) y sigue los siguientes pasos:

1. Haz clic en "**Registrarse**".

<figure><img src="/files/diYiFM1J7lZbF54gXKcJ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Si ya tienes una cuenta pero no recuerdas tu contraseña, lee el artículo "[**Recuperar contraseña**](/espanol/skyone-studio/vision-general/recuperar-contrasena.md)".
{% endhint %}

2. Completa los campos con tus datos, elige el idioma deseado y crea una contraseña.

<figure><img src="/files/nUeyrl72mj0KRy6m5k3H" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Recomendamos que la contraseña tenga al menos 8 caracteres, incluyendo letras mayúsculas y minúsculas, números y símbolos.
{% endhint %}

3. Después de completar los campos y aceptar los términos y condiciones, haz clic en "Crear cuenta".
4. Recibirás un código de verificación en tu correo electrónico para validar los datos. Ingresa el código recibido y haz clic en "**Validar código**".

{% hint style="info" %}
El código de validación es válido por 24 horas a partir del envío.
{% endhint %}

Si no recibiste el correo con el código, revisa la carpeta de spam. Si aún así no lo encuentras, haz clic en "**Reenviar código**".

5. Una vez validado el correo, es momento de crear o unirte a un "**Espacio de Trabajo**". [Saber más aquí.](/espanol/skyone-studio/vision-general/espacio-de-trabajo.md)


---

# 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.skyone.cloud/espanol/skyone-studio/vision-general/creacion-de-la-cuenta.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.
