> For the complete documentation index, see [llms.txt](https://nathfy.gitbook.io/nathfy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nathfy.gitbook.io/nathfy-docs/usando-a-nathfy/clientes.md).

# Clientes

## O que são clientes na Nathfy

Na Nathfy, os clientes são as pessoas ou empresas para quem você envia seus orçamentos.

Eles podem ser:

* **Pessoa Física (PF)** → um cliente individual
* **Pessoa Jurídica (PJ)** → uma empresa

💡 Cadastrar seus clientes facilita muito o seu dia a dia, porque você não precisa preencher tudo de novo a cada orçamento.

Além disso, você mantém um histórico organizado de tudo o que já foi enviado para cada cliente.

\--------------------------------------------------------------------------------------------------------

## Cadastrar cliente Pessoa Física

Para cadastrar um cliente como Pessoa Física:

1. Acesse a aba **Clientes**

<div align="left"><figure><img src="/files/jaKQeWDVjUZ4X3qhlF6t" alt=""><figcaption></figcaption></figure></div>

2. Clique em **Novo cliente**

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

3. Selecione a opção **Pessoa Física**

<div align="left"><figure><img src="/files/u94M9SLyXSUWzEh1B88o" alt="" width="479"><figcaption></figcaption></figure></div>

4. Preencha **todas as informações c**onforme mostrado na imagem acima.
5. Clique em **Salvar**

Pronto! O cliente já estará disponível para ser usado nos seus orçamentos.

💡 Dica: quanto mais completo o cadastro, mais profissional fica sua proposta.

\--------------------------------------------------------------------------------------------------------

## Cadastrar cliente Pessoa Jurídica

Para cadastrar uma empresa como cliente:

1. Vá até **Clientes**

<div align="left"><figure><img src="/files/jaKQeWDVjUZ4X3qhlF6t" alt=""><figcaption></figcaption></figure></div>

2. Clique em **Novo cliente**

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

3. Escolha **Pessoa Jurídica**

<div align="left"><figure><img src="/files/924f98VLeOqPPkQ7iD1O" alt="" width="478"><figcaption></figcaption></figure></div>

4, Preencha **todas as informações c**onforme mostrado na imagem acima.

5. Clique em **Salvar**

Agora você já pode enviar orçamentos diretamente para essa empresa.

💡 Isso é ideal para quem atende negócios, parceiros ou contratos recorrentes.

\--------------------------------------------------------------------------------------------------------

## Editar e inativar clientes

Se precisar atualizar ou organizar sua base, você pode fazer isso facilmente.

👉 **Editar cliente**

* Acesse a lista de clientes

<div align="left"><figure><img src="/files/S862at3pdp5fdYe1QHFa" alt=""><figcaption></figcaption></figure></div>

* Clique no cliente desejado
* Atualize as informações

<div align="left"><figure><img src="/files/ALvEwtNYVmhTwY2ZGbdY" alt="" width="563"><figcaption></figcaption></figure></div>

* Clique em **Salvar**

<div align="left"><figure><img src="/files/lk9he3VTnCu9SmDD5oFQ" alt="" width="375"><figcaption></figcaption></figure></div>

👉 **Inativar cliente**

* Selecione o cliente
* Clique na opção de **Desativar**

<div align="left"><figure><img src="/files/PKXPD86F8qanbkIANnGk" alt="" width="375"><figcaption></figcaption></figure></div>

💡 Clientes inativos não aparecem mais nas listas principais, mas continuam salvos no sistema.

Isso ajuda a manter tudo organizado sem perder o histórico.

***

💡 **Dica final:**\
Manter seus clientes bem organizados faz toda diferença na hora de ganhar tempo e evitar erros no envio de orçamentos.


---

# 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://nathfy.gitbook.io/nathfy-docs/usando-a-nathfy/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.
