> For the complete documentation index, see [llms.txt](https://docs.adapta.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adapta.org/central-de-ajuda/plataforma/skip/como-alterar-a-senha.md).

# Como alterar a senha?

Manter sua senha atualizada é uma das melhores práticas para garantir a segurança dos seus projetos e dados no Skip. Se você já está logado na plataforma, o processo é simples e rápido.

#### Passo a Passo (Usuário Logado)

1. **Acesse sua conta:** Certifique-se de estar na página inicial do painel do Skip.
2. **Clique no seu Perfil**: No canto superior da tela, clique na sua foto de perfil ou no ícone de usuário.
3. **Configurações da Conta:** No menu suspenso que aparecerá, selecione a opção Minha Conta.
4. **Segurança:** Dentro do painel de gerenciamento, clique na aba ou seção de Segurança.
5. **Alterar Senha:** Digite sua senha atual, escolha a nova combinação segura e clique em Salvar Alterações.

***

Assista ao vídeo abaixo para acompanhar o clique a clique em tempo real e não ter dúvidas:

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

***

**Esqueceu a sua senha atual?**&#x20;

Se você não consegue acessar a conta, utilize o link **"Esqueci minha senha"** na tela de login para receber um e-mail de recuperação automática.

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

{% hint style="info" %}

#### Dicas para uma Senha Forte

* Tenha pelo menos 12 caracteres.
* Misture letras maiúsculas, minúsculas, números e símbolos (ex: @, #, $).
* Evite sequências óbvias ou informações pessoais (como datas de nascimento).
  {% endhint %}


---

# 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.adapta.org/central-de-ajuda/plataforma/skip/como-alterar-a-senha.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.
