> 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/requisitos/vistas.md).

# Vistas

Violet ofrece tres vistas complementarias de los datos de requisitos para facilitar el desarrollo y la revisión: Tabla, Gráfico y Documento. Los filtros pueden aplicarse en cualquier vista, y puedes cambiar entre [agrupaciones estructurales](/es/funciones/requisitos/estructura.md) para ver los requisitos en jerarquías o agrupaciones del sistema.

## Vista de Tabla

Para volver a la vista tabular estándar, cambia el selector de vista de nuevo a **Tabla**. Violet conservará cualquier filtro seleccionado al cambiar entre vistas.

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

## Vista de Gráfico

Para visualizar tus requisitos gráficamente, cambia el selector en la parte superior de la pantalla a **Gráfico** vista.

<figure><img src="/files/4219998c0aca2f3ef0abc120242b00b2f0bf8291" alt=""><figcaption></figcaption></figure>

## Vista de Documento

Para visualizar tus requisitos en una organización documental tradicional, cambia el selector a Vista de Documento. Usa la configuración de Vista de Documento para seleccionar qué etiquetas mostrar u ocultar. Nota: para exportar un documento de tus requisitos, inicia el proceso de exportación desde una vista de tabla; consulta más orientación [aquí.](/es/funciones/requisitos/importar-y-exportar.md#export-violet-requirements)

<figure><img src="/files/e0837ae4850835f1bfa95f7be9e6b5c7135d16e1" 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/requisitos/vistas.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.
