> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/store-manager/configure-pos-and-store-manager/accounts-receivable/setting-up-account-managers.md).

# Administradores de cuentas

Tiene la opción de asignar gestores de cuentas a las cuentas de AR.

1. Haga clic en **Configuración**.
2. Expandir **Cliente**.
3. Expandir **Cuentas por cobrar**.
4. Haga clic en **Administradores de cuentas**.
5. Realice una de las siguientes acciones:

* Para agregar un nuevo gestor de cuentas, haga clic en **Nuevo**.
* Para editar un gestor de cuentas existente, selecciónelo y haga clic en **Editar**.
* Para copiar un gestor de cuentas existente, selecciónelo y haga clic en **Copiar**.

6. Introduzca información sobre el gestor de cuentas.

<details>

<summary><img src="/files/96cb7863918669fe3cf39b3a118a1fad4217f868" alt="" data-size="original"></summary>

<table><thead><tr><th width="250.4444580078125" valign="top">Campo</th><th valign="top">Descripción</th></tr></thead><tbody><tr><td valign="top">Código</td><td valign="top">Un código único que identifica al gestor de cuentas.</td></tr><tr><td valign="top">Nombre</td><td valign="top">El nombre del gestor de cuentas. Haga clic en la casilla de selección del nombre completo si desea incluir un título, segundo nombre o sufijo como Jr.</td></tr><tr><td valign="top">Inactivo</td><td valign="top">Seleccione esta opción para desactivar al gestor de cuentas.</td></tr><tr><td valign="top">Teléfono</td><td valign="top">El número de teléfono del gestor de cuentas.</td></tr><tr><td valign="top">Móvil</td><td valign="top">El número de teléfono móvil del gestor de cuentas.</td></tr><tr><td valign="top">Correo electrónico</td><td valign="top">La dirección de correo electrónico del gestor de cuentas.</td></tr></tbody></table>

</details>

7. Haga clic en **Guardar y cerrar**.


---

# 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.rmhpos.com/es/store-manager/configure-pos-and-store-manager/accounts-receivable/setting-up-account-managers.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.
