> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/eses/versiones-anteriores/resumen-de-cambios-versiones-anteriores/descripcion-general/mostrando-sus-datos.md).

# Mostrando sus datos

v2021.1

## Guardando sus vistas <a href="#d-saving-your-views" id="d-saving-your-views"></a>

Puede guardar sus vistas preferidas haciendo clic en "Guardar", y luego en "Guardar como nueva configuración".

![](https://1038353727-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMq3QmswWRu5qbijFN8%2F-MXqTHCITqyQ3vQJ8Nw2%2F-MXqUKhz8hkpDVDpRcVg%2FSaved-Views.gif?alt=media\&token=b4236f80-f1c9-4ea1-ba87-b421e2370294)

Puede acceder a sus búsquedas guardadas haciendo clic en el enlace Ajustes guardados. Aquí también puede borrar y renombrar sus Vistas guardadas. Puede utilizar la función de búsqueda de texto libre para buscar sus opiniones. No hay límite en el número de Vistas que puede guardar.&#x20;

Puede copiar el nombre de su búsqueda guardada haciendo clic en el botón de copia de la pestaña:

![](https://1038353727-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMq3QmswWRu5qbijFN8%2F-MXX71hkqD8UxuLDiOs8%2F-MXX9O0cHKp26aUXSsJn%2Fimage.png?alt=media\&token=ab404393-f7bb-4625-a38d-5b7caf68cf39)

## Copiar/pegar en Excel <a href="#e-copy-paste-into-excel" id="e-copy-paste-into-excel"></a>

Puede copiar y pegar información de la cuadrícula de Vistas en una hoja de cálculo de Excel seleccionando la información que desea copiar y utilizando Ctrl C y Ctrl V. La información que se copia y pega incluye cualquier filtro aplicado. Los títulos de las columnas también se copiarán y pegarán automáticamente.

![](https://gblobscdn.gitbook.com/assets%2F-MWYnDNwe3Cuo4zlGbs5%2F-MYuS6h2QRhLllsba5Dk%2F-MYuTgl-EXI_C_I4eJLQ%2FCopy-Views-to-Excel.gif?alt=media\&token=e89b9890-c260-48f0-867c-6ab7bd5293c4)

También puede copiar y pegar toda la información de la cuadrícula de Vistas usando Ctrl-A.

![](https://gblobscdn.gitbook.com/assets%2F-MWYnDNwe3Cuo4zlGbs5%2F-MYuS6h2QRhLllsba5Dk%2F-MYuUled-D4l_4a1Z5V4%2FCtrl-A-Into-Excel-from-Views.gif?alt=media\&token=a1c81a29-3b81-4b31-aa1d-903abe8ba7a0)

{% hint style="info" %}
Nota: solo se copiará la información que se haya cargado en las Vistas.
{% 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.enate.net/whats-new/eses/versiones-anteriores/resumen-de-cambios-versiones-anteriores/descripcion-general/mostrando-sus-datos.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.
