> For the complete documentation index, see [llms.txt](https://docs.violetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.violetlabs.com/es/funciones/paneles.md).

# Paneles

Mantente informado sobre los datos que te importan con Violet <mark style="color:púrpura;">**Paneles**</mark>.

El panel proporciona una vista rápida de lo que ocurre en tu organización, incluidos métricas de alto nivel, cambios recientes en los datos y una colección de las tareas, problemas o pruebas asignadas a ti.

<figure><img src="/files/1fa2edcdf5f6f517798121ef0f0daf17cdc8ebd4" alt=""><figcaption></figcaption></figure>

Las métricas de alto nivel rastrean indicadores clave de tus datos en Violet:

* **Aplicaciones conectadas** El número de integraciones que han sido conectadas y configuradas
* **Entidades rastreadas** La cantidad de datos (conocidos en Violet como "entidades") que se están ingiriendo y rastreando.

El **Tareas** la tabla agrega entidades como tickets, problemas, requisitos, aprobaciones de PO y pruebas que están asignadas a ti. De forma predeterminada, esta tabla muestra la aplicación, el tipo de entidad, el nombre, el estado y la fecha de vencimiento de cada entidad que te pertenece.&#x20;

Puedes filtrar y ordenar la tabla de Tareas para configurar la vista que más te convenga.

<figure><img src="/files/c3597175c0206db228e1681cf24c00260be3372a" alt=""><figcaption></figcaption></figure>

Para crear un nuevo panel, haz clic en la flecha directamente junto a tu nombre en la esquina superior izquierda de la pantalla. Los paneles personalizados pueden hacerse públicos o privados.

Cualquier panel que puedas ver estará accesible aquí bajo **Inicio.**

<figure><img src="/files/67a284a9096b746bc2c071640539b7f676e34ab2" alt=""><figcaption></figcaption></figure>


---

# 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.violetlabs.com/es/funciones/paneles.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.
