> 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/english/skyone-studio/overview/create-an-account.md).

# Create an account

To create an account, go to the [**Skyone Studio**](https://studio.skyone.cloud/login) and follow these steps:

1\) Click on "**Create an account"**.&#x20;

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

{% hint style="info" %}
If you already have an account but don't remember your password, read the "[Recover Password](/english/skyone-studio/overview/recover-password.md)" article.
{% endhint %}

2\) Fill in your details, select your preferred language, and create a password.

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

{% hint style="info" %}
We recommend that your password be at least 8 characters long and include uppercase and lowercase letters, numbers, and symbols.
{% endhint %}

3\) After completing the fields and accepting the terms and conditions, click on "**Create Account**".&#x20;

4\) You will receive a verification code in your email to validate your information. Enter the code you received and click on "**Validate code"**.

<figure><img src="/files/3EKf2Xh9vASgQmbmLsC1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The verification code is valid for 24 hours from the time it was sent.
{% endhint %}

If you didn't receive the email with the code, check your spam folder. If you still haven't received it, click on "**Resend Code**".

5\) Once your email is verified, you can create or join a "[Workspace](/english/skyone-studio/overview/workspace.md)".&#x20;


---

# 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/english/skyone-studio/overview/create-an-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.
