> 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-console/access-and-registration.md).

# Access and Registration

Here’s how to sign up and access the platform:

### **How to Sign Up for the Platform**

To sign up for **Skyone Platform**, follow these steps:

1. Open the invitation email you received and click on "**Register on the platform**."
2. On the registration page, fill in your personal information and create a secure password.

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

{% hint style="info" %}
Your password must be at least 8 characters long and include uppercase letters, lowercase letters, numbers, and special characters.
{% endhint %}

3. Click “**Register**” to complete the process.

That’s it! You now have access to the platform.

***

### **How to Access the Platform**

To log into **Skyone Platform**, follow these steps:

1. Go to the website <https://skyone.solutions/>.
2. Click on "**Login**."

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

3. Enter your credentials (username and password) in the appropriate fields.
4. If the administrator has enabled **email verification** as a security measure, you’ll be directed to this step. Check your email and follow the provided instructions.

<figure><img src="/files/0E6xeCd7MfOjWhdL2HgP" alt=""><figcaption></figcaption></figure>

5. After email verification, if multi-factor authentication (MFA) is enabled, you’ll be prompted to complete this step to finalize your access.


---

# 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-console/access-and-registration.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.
