> For the complete documentation index, see [llms.txt](https://doc.3va.app.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.3va.app.br/documentacao/crm/contato/pesquisar-contato.md).

# Pesquisar contato

Realizar pesquisas de contatos de forma rápida e eficiente é essencial para garantir uma **gestão eficaz de clientes** na **plataforma**. Este guia oferece **instruções claras e diretas** para ajudá-lo a encontrar contatos facilmente, permitindo **acesso imediato** às informações necessárias para suas **interações e tomadas de decisão**.

**Pré-requisitos**:

* Acesso à conta na **plataforma**.

{% stepper %}
{% step %}

### Na tela inicial

Clique no menu **CRM**, em seguida clique em **Contatos**.

![](/files/8dcb66022ef97b17adf14fa8f4e0a11e7b1ae765)
{% endstep %}

{% step %}

### Na tela que se abrirá

Clique na barra de **pesquisa** para realizar a busca desejada. Você pode pesquisar por **nome**, **e-mail**, **telefone** ou qualquer outra informação relevante cadastrada na plataforma. uma busca mais específica, utilize os filtros avançados, como etiquetas, origem e carteiras.

![](/files/7b4f9bc3b8a0ffa94d6d769fd72ff04e1f663049)
{% endstep %}

{% step %}

### Após clicar em **pesquisar**

A próxima tela irá mostrar o resultado da busca, e o **filtro** utilizado ficará aparente. É possível pesquisar **contatos arquivados** e **bloqueados** também.

![](/files/7d51d9930ef28af9e9fc7cd0e64f4b2ef776e93e)
{% endstep %}
{% endstepper %}

**Considerações Adicionais**:

* Caso tenha **campos personalizados** cadastrados, eles aparecerão na tela de **pesquisa** também


---

# 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://doc.3va.app.br/documentacao/crm/contato/pesquisar-contato.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.
