> 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/skyone-console/acesso-e-cadastro.md).

# Acesso e Cadastro

Acompanhe, a seguir, como se cadastrar e acessar a plataforma:

### Como se cadastrar na plataforma

Para se cadastrar no **Skyone Console,** siga os passos abaixo:

1. Abra o e-mail de convite recebido e clique em "**Registar na plataforma**".&#x20;
2. Na página de cadastro, preencha os campos com seus dados pessoais e crie uma senha segura.

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

{% hint style="info" %}
Sua senha deve ter pelo menos 8 caracteres, incluindo letras maiúsculas, letras minúsculas, números e caracteres especiais.
{% endhint %}

3. Clique em “**Cadastrar**” para finalizar.

Pronto! Agora você tem acesso à plataforma.

***

### Como acessar a plataforma

Para acessar o **Skyone Console**, siga os passos abaixo:

1. Acesse o site <https://skyone.solutions/>&#x20;
2. Clique em "**Login**".

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

3. Use suas credenciais (nome de usuário e senha) nos campos apropriados.
4. Se o administrador configurou a **verificação de e-mail** como medida de segurança, você será redirecionado para essa etapa. Verifique seu e-mail e siga as instruções fornecidas.

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

5. Após a verificação do e-mail, caso o administrador tenha habilitado a **autenticação multifatorial (MFA)**, você será solicitado a completar essa etapa para finalizar o acesso.


---

# 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/skyone-console/acesso-e-cadastro.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.
