> For the complete documentation index, see [llms.txt](https://www.centralhub-ajuda.wlksistemas.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.centralhub-ajuda.wlksistemas.com.br/ferramentas-do-atendimento/meu-perfil.md).

# Meu perfil

A área de perfil reúne as informações pessoais do seu usuário dentro da Central Hub — nome, e-mail, telefone, foto e senha de acesso.

## Antes de começar

Você precisa estar logado na Central Hub para acessar o seu perfil.

## Como acessar

Clique no menu do seu usuário, no canto da tela, e selecione **Meu Perfil**.

## Atualizando o perfil

1. Edite seu nome, e-mail e telefone na seção **Meu Perfil**.
2. Clique na foto para atualizar sua imagem de perfil (máximo 5 MB).
3. Clique em **Salvar perfil** para confirmar as alterações.

## Alterando a senha

1. Informe a senha atual e a nova senha, com no mínimo 6 caracteres.
2. Confirme a nova senha.
3. Clique em **Alterar senha**.

## Resultado esperado

Suas informações atualizadas passam a ser exibidas para os demais usuários e nos atendimentos que você realizar.

## Problemas comuns

* **As alterações não foram salvas** — confirme se todos os campos obrigatórios foram preenchidos antes de salvar.
* **A nova senha não é aceita** — verifique se ela tem no mínimo 6 caracteres e se a confirmação é idêntica à nova senha.

## Precisa de ajuda?

Se precisar alterar informações que não estão disponíveis no seu perfil, fale com o administrador da sua empresa.

SCREENSHOT NECESSÁRIO: capturar a tela de perfil do usuário na Central Hub.


---

# 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://www.centralhub-ajuda.wlksistemas.com.br/ferramentas-do-atendimento/meu-perfil.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.
