> For the complete documentation index, see [llms.txt](https://ajuda.pdvlegal.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.pdvlegal.com.br/retaguarda/pessoas/cadastro-de-clientes.md).

# Cadastro de clientes

🎥 Prefere assistir? Veja uma visão geral sobre cadastro de clientes:

{% embed url="<https://www.youtube.com/watch?v=bHQB05c6f0Y>" %}

{% embed url="<https://youtu.be/-UG_LYah3Tc>" %}

Cadastre clientes para organizar contato, histórico de compras e rotinas de relacionamento.

### Cadastrar um cliente

{% stepper %}
{% step %}

### Acesse a tela de clientes

Na Retaguarda Cloud, vá em **Clientes → Novo**.
{% endstep %}

{% step %}

### Preencha a aba Geral

Informe os dados principais, como:

* CPF ou CNPJ
* nome
* contato
* e-mail
* endereço

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

{% hint style="warning" %}
Apenas os campos **Nome fantasia** e **Filial** são obrigatórios.
{% endhint %}
{% endstep %}

{% step %}

### Complete a aba Outros

Revise campos complementares, como:

* inscrição municipal ou estadual
* endereço de entrega
* status do cadastro
* origem do cliente
  {% endstep %}

{% step %}

### Revise a aba Compras

Use essa aba para acompanhar o histórico de compras do cliente.

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

{% hint style="info" %}
Ao finalizar, clique em **Gravar**.
{% endhint %}
{% endstep %}

{% step %}

### Finalize o cadastro

Depois de gravar, o cliente ficará disponível para uso nas rotinas do sistema.
{% endstep %}
{% endstepper %}

### Importação de clientes via planilha

Use a importação quando precisar cadastrar muitos clientes de uma só vez.

{% stepper %}
{% step %}

### Acesse a rotina de importação

Vá em **Pessoas → Exportar/Importar Cadastro**.
{% endstep %}

{% step %}

### Baixe o modelo da planilha

Clique em **Exportar** para baixar a planilha modelo.
{% endstep %}

{% step %}

### Preencha a planilha

Preencha os dados dos clientes e mantenha o cabeçalho original.
{% endstep %}

{% step %}

### Importe o arquivo

Clique em **Escolher e Processar arquivo**, selecione a planilha e confirme.
{% endstep %}

{% step %}

### Valide os dados

O sistema confirmará a importação ou apontará erros, como CPF duplicado ou campo obrigatório ausente.
{% endstep %}
{% endstepper %}

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

### Limites e recomendações

* Importe no máximo **1.000 clientes por arquivo**.
* Se a base for maior, divida em arquivos menores.
* Importe um arquivo por vez.


---

# 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.pdvlegal.com.br/retaguarda/pessoas/cadastro-de-clientes.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.
