> For the complete documentation index, see [llms.txt](https://movel.highsoftsistemas.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://movel.highsoftsistemas.com.br/forca-de-vendas/atender/consultar-editar.md).

# Consultar/Editar

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

Nesta tela, o representante pode consultar dados de um cliente, assim como editá-los. Veja como:

<figure><img src="/files/hS7ghwdqNAEe2JHv59P2" alt="" width="375"><figcaption></figcaption></figure>

## Aba Dados Gerais

Há dois tipos de pessoa: **Física** e **Jurídica**. Dependendo do tipo de pessoa do cliente selecionado, os campos da aba principal se ajustam automaticamente, exibindo as informações específicas necessárias para cada cliente.

{% tabs %}
{% tab title="Pessoa Física" %}
Na aba Geral, para um cliente físico há os seguintes campos:

* Código <mark style="color:red;">**(não editável)**</mark>
* Razão Social
* Nome Fantasia
* Tipo de Pessoa <mark style="color:red;">**(não editável)**</mark>
* CPF <mark style="color:red;">**(não editável)**</mark>
* Telefone
* Celular
* WhatsApp
* Fax
* E-mail
  {% endtab %}

{% tab title="Pessoa Jurídica" %}
Na aba Geral, para um cliente jurídico há os seguintes campos:

* Código <mark style="color:red;">**(não editável)**</mark>
* Razão Social
* Nome Fantasia
* Tipo de Pessoa <mark style="color:red;">**(não editável)**</mark>
* CNPJ <mark style="color:red;">**(não editável)**</mark>
* Inscrição Estadual
* Telefone
* Celular
* WhatsApp
* Fax
* Tipo de Regime (Simples, Real ou Presumido)
* Ramo de Atividade
* E-mail
  {% endtab %}
  {% endtabs %}

## Aba Endereços

Na aba de endereços, é possível visualizar e editar os endereços vinculados a este cliente, sendo estes:

* Endereço Principal
* Endereço de Entrega
* Endereço de Cobrança

<div><figure><img src="/files/Tr0uXPGrLmuthJCzhemi" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/Vm5LSvgSCaIxwOW2VqaU" alt="" width="375"><figcaption></figcaption></figure></div>

Note que ao lado dos campos de latitude e longitude há um ícone de localização, onde o representante pode preencher automaticamente os campos de Latitude e Altitude. Ao clicar, o sistema captará esses dados com base na sua posição atual.

## Aba Contatos

Visualize e cadastre contatos para o cliente selecionado a partir da aba "**Contatos**".

<figure><img src="/files/Ga3p9NlwllSpnUiEqY7P" alt="" width="375"><figcaption></figcaption></figure>

Para cadastrar um contato novo, clique em "**Adicionar Contato**", botão localizado ao fim da tela. Preencha os dados solicitados para o cadastro e clique em "**Salvar**".

## Aba Observações

Visualize e insira observações para o cliente selecionado a partir da aba "**Obs.**".\
Esta aba contém os seguintes campos:

* Observação Cliente
* Observação Venda <mark style="color:red;">**(não editável)**</mark>

<figure><img src="/files/7J7pVDDaBwsbGzl5F2vg" alt="" width="375"><figcaption></figcaption></figure>

Ao realizar as alterações necessárias no cliente, clique no botão "**Atualizar**", ao fim da tela.


---

# 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://movel.highsoftsistemas.com.br/forca-de-vendas/atender/consultar-editar.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.
