> For the complete documentation index, see [llms.txt](https://docs.blazon.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blazon.im/perguntas-frequentes/acessando-o-blazon/acessando-o-blazon.md).

# Acessando o Blazon

### Não lembro minha senha, como acessar o Blazon neste caso?&#x20;

O Blazon permite que usuários cadastrem perguntas secretas e, então, se você não lembra da senha, poderá acessar o seu workspace por meio delas. Na página inicial do Blazon, você deve acionar o botão 'Esqueci a senha' e o ambiente apresentará perguntas secretas, que você cadastrou, e ao oferecer respostas corretas, a plataforma garantirá seu acesso. Após ter sucesso no acesso, você poderá trocar a senha acionando o botão perfil (Painel principal->Perfil de usuário->Perfil->Troca de senha).

### Não estou recebendo meu código de segurança. O que devo fazer?&#x20;

Em construção...

### Não estou conseguindo validar meu código do Google Authenticator. O que devo fazer?

Em construção...

### Aparentemente não possuo informações cadastradas para permitir o meu acesso. O que devo fazer?

Em construção...


---

# 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.blazon.im/perguntas-frequentes/acessando-o-blazon/acessando-o-blazon.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.
