> For the complete documentation index, see [llms.txt](https://ajuda.advable.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.advable.com.br/pessoas.md).

# Pessoas

No painel de Pessoas, você tem total controle para gerenciar informações e contatos de pessoas. Adicione novas pessoas ao sistema, realize buscas rápidas por nome ou CPF, atualize informações conforme necessário ou remova alguém da sua lista em poucos cliques!

<figure><img src="/files/CoYQpCEMWvmU5xHxwV8a" alt=""><figcaption><p>Funcionalidades da aba de Pessoas</p></figcaption></figure>

### Cadastrando uma pessoa

Utilize o botão "Adicionar" para criar uma nova pessoa. Para salvar os dados preenchidos, clique no botão na parte inferior direita da janela de cadastro.

<figure><img src="/files/eA48YgcIjLtEnfnZ0dTF" alt=""><figcaption><p>Adicionando nova pessoa</p></figcaption></figure>

Podemos usar a ferramenta de busca, abaixo do botão "Adicionar", para pesquisar por uma pessoa e realizar alterações no cadastro clicando no ícone de lápis no lado direito da página de Pessoas.

<figure><img src="/files/dzlcHSrEOkbZZpWtvOLm" alt=""><figcaption><p>Editando pessoa</p></figcaption></figure>

✅ Dica: Através da janela de edição, também podemos visualizar todos os processos vinculados a pessoa. Para saber mais detalhes sobre um processo específico, basta clicar na numeração e seremos levados ao processo na página de [Processos](/processos.md).


---

# 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://ajuda.advable.com.br/pessoas.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.
