> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers.md).

# Información Clientes

- [Estados de Cuenta](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/send-statements.md): Este módulo gestiona el envío masivo de estados de cuenta al cliente, por correo electrónico.
- [Configurar Mensaje Automático para Estados de Cuenta](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/send-statements/configurar-mensaje-automatico-para-estados-de-cuenta.md)
- [Maestro de Clientes](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers.md): Este módulo le servirá para crear nuevos clientes de facturación y envío
- [Información de Clientes](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers/customer-info.md)
- [Información de Contacto](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers/contact-info.md)
- [Dirección](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers/addresses.md)
- [Accounting](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers/accounting.md)
- [Configurar Formatos para Estados de Cuenta](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers/accounting/configurar-formatos-para-estados-de-cuenta.md): Este modulo explica a detalle como configurar diferentes formatos para los estados de cuenta del cliente.
- [Facturación](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers/invoicing.md)
- [Coface](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers/coface.md)
- [Proveedores Api](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers/api-providers.md)
- [Refrescar Tabla de Cliente de Facturación y Créditos de Clientes](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers/refresh-billing-customer-table-and-customer-credit.md)
- [Registro de Modificaciones en Clientes](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/manage-customers/registro-de-modificaciones-en-clientes.md)
- [Maestro de Segmentos (Manage Segments)](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/maestro-de-segmentos-manage-segments.md): Este artículo provee información sobre el módulo de segmentos y cómo utilizar esta categorización de clientes en ciertos reportes de ventas.
- [Maestro de Mercados](https://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers/markets.md): En esta sección le guiaremos para crear nuevos mercados.


---

# 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://manual.unosofbooks.com/guia-de-usuario-es/clientes/customers.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.
