> For the complete documentation index, see [llms.txt](https://encom-1.gitbook.io/encom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encom-1.gitbook.io/encom-docs/panel-de-control/reportes/ingresos.md).

# Administrativo

* [Cuentas por cobrar](/encom-docs/panel-de-control/reportes/ingresos/cuentas-por-cobrar.md)
* [Cuentas por pagar](/encom-docs/panel-de-control/reportes/ingresos/cuentas-por-pagar.md)
* [Flujo de efectivo](/encom-docs/panel-de-control/reportes/ingresos/flujo-de-efectivo.md)
* [Compras y Gastos](/encom-docs/panel-de-control/reportes/ingresos/compras-y-gastos.md): En esta sección podrá tener un reporte detallado de cada compra y gasto realizado, también podrá editar y eliminar sus facturas como también añadir pagos a sus compras a crédito
* [Reporte de Cajas](/encom-docs/panel-de-control/reportes/ingresos/control-de-caja.md): El Reporte de Caja le permite ver los detalles de apertura y cierre de cada caja de una o más sucursales.
* [Reporte de agendamientos](/encom-docs/panel-de-control/reportes/ingresos/reporte-de-agendamientos.md)
* [Transacciones recurrentes o suscripciones](/encom-docs/panel-de-control/reportes/ingresos/transacciones-recurrentes.md): Las suscripciones son ideales para cuando cobra a sus clientes el mismo monto de forma periódica por un periodo determinado, por ej. membresías de gimnasios, planes de servicios, etc.
* [Feedback](/encom-docs/panel-de-control/reportes/ingresos/feedback.md)


---

# 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://encom-1.gitbook.io/encom-docs/panel-de-control/reportes/ingresos.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.
