> 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/01-panel-de-control/readme.md).

# README

El **Panel de Control** es la primera pantalla que ves al entrar a TacuFact (siempre que tu rol tenga acceso a ella). Te da un vistazo rápido de lo que está pasando en tu empresa sin tener que entrar a cada sección por separado.

Aquí encontrarás, entre otras cosas:

* **DTEs recientes:** un listado con los últimos documentos tributarios que has emitido, con su tipo, estado y monto, para que puedas revisar rápidamente la actividad más reciente.
* **Información de tu plan:** el estado de tu suscripción (activa, en prueba, suspendida, etc.) y los límites de uso de tu plan, como la cantidad de usuarios permitidos.

## ¿Para qué sirve esta pantalla?

Piensa en el Panel de Control como la "pantalla de inicio" de tu negocio dentro de TacuFact: te permite confirmar de un vistazo que todo está funcionando bien (tu certificado vigente, tu plan activo, tus últimos documentos transmitidos correctamente) antes de ponerte a trabajar en el día.

Desde el menú lateral, siempre puedes volver al Panel de Control haciendo clic en la opción **Panel de Control**.

{% hint style="info" %}
Si necesitas emitir un documento rápidamente, no es necesario pasar por el Panel de Control: puedes usar el botón **"Emitir DTE"** que está fijo en la parte inferior del menú lateral, disponible desde cualquier pantalla.
{% endhint %}


---

# 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/01-panel-de-control/readme.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.
