> For the complete documentation index, see [llms.txt](https://docs.tacufactsv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tacufactsv.com/manual-tacufact/07-contactos/01-clientes.md).

# 01 clientes

La sección **Clientes**, dentro del grupo **Contactos**, es tu directorio de las personas y empresas a las que les vendes. Tener tus clientes registrados aquí te ahorra tiempo al emitir documentos, ya que puedes buscarlos en lugar de escribir sus datos cada vez.

## Crear un cliente

{% stepper %}
{% step %}

### Presiona **Nuevo cliente.**

{% endstep %}

{% step %}

### Completa los datos de identificación

* **Tipo y número de documento** (DUI, NIT u otro).
* **NRC** (si el cliente es contribuyente).
* **Nombre legal** y, opcionalmente, **Nombre comercial.**
  {% endstep %}

{% step %}

### Indica su **actividad económica**

Puedes buscarla escribiendo al menos 2 letras.
{% endstep %}

{% step %}

### Completa sus datos de contacto

* **Correo electrónico**
* **Teléfono**
  {% endstep %}

{% step %}

### Completa su dirección

* **Departamento**
* **Municipio**
* **Distrito**
* **Dirección complementaria**
  {% endstep %}

{% step %}

### Si le das crédito a este cliente, indica los datos de crédito

* **Días de crédito**
* **Límite de crédito**
  {% endstep %}

{% step %}

### Marca la casilla **Cliente extranjero** si corresponde.

{% endstep %}

{% step %}

### Presiona **Crear cliente.**

{% endstep %}
{% endstepper %}

## Buscar y filtrar tus clientes

Puedes alternar entre la pestaña de **clientes activos** y la de **inactivos**, y usar el buscador para encontrar a alguien por nombre o documento.

## Indicadores rápidos

En la parte superior de la pantalla verás algunos indicadores útiles de un vistazo:

* **Total de clientes** registrados.
* **Clientes activos.**
* **Clientes con crédito** habilitado.
* **Clientes extranjeros.**

## ¿Dónde más se usan tus clientes?

Tu directorio de clientes aparece disponible automáticamente cuando:

* Emites cualquier [DTE](file:///6769597/02-dte/README.md) en modo "Desde catálogo", para buscar al receptor sin volver a escribir sus datos.
* Emites un [Comprobante de Retención](file:///6769597/02-dte/06-comprobante-retencion.md), donde puedes buscar o crear al retenido directamente desde ese formulario.
* Asignas una [Lista de precios](file:///6769597/04-inventario/03-listas-de-precios.md) especial a un cliente.


---

# 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://docs.tacufactsv.com/manual-tacufact/07-contactos/01-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.
