> 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/gerenciamento-de-conta/configuracoes-de-conta/como-alterar-a-minha-senha-pelo-esqueceu-a-senha.md).

# Como alterar a minha senha pelo “Esqueceu a senha?”

<sup>Para garantir a segurança da sua conta, é importante manter sempre a sua senha atualizada. A alteração de senha pode ser realizada seguindo os passos abaixo:</sup>

#### 1. Acesse a página de login:

Acesse a página de [login](https://agent.adapta.one/sign-in) no Adapta One+, digite seu e-mail e clique em “Continuar”. Em seguida, clique em “Esqueceu a senha?”, e na opcao de “Redefinir sua senha”.

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

#### 2.  Insira o código de verificação

Após seguir as etapas anteriores, você receberá um código no e-mail cadastrado. Digite-o no campo indicado.<br>

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

Dica: se não recebeu, clique em “Reenviar” após o tempo indicado.

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

#### 3. Crie sua nova senha

Digite uma nova senha com 8 ou mais caracteres e confirme no segundo campo.

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

⚡ Dica: Você poderá selecionar o ícone para desconectar de todos os outros dispositivos. É recomendado selecionar essa opção somente caso você queira sair de todos os demais dispositivos que podem ter utilizado sua senha antiga e estejam conectados a sua conta.

Após selecionar “Redefinir Senha", você será redirecionado automaticamente para a plataforma! 🎉

<figure><img src="/files/570vHjJFgkoUbZUUbnbI" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Lembre-se de escolher uma senha forte, combinando letras maiúsculas e minúsculas, números e caracteres especiais. Para sua segurança, evite usar a mesma senha em múltiplas contas.
{% endhint %}

<br>


---

# 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/gerenciamento-de-conta/configuracoes-de-conta/como-alterar-a-minha-senha-pelo-esqueceu-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.
