> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/es/report-and-run-integrate/report-generation/generate-documents/filter-by-selection.md).

# Filtrar por selección

1. Toca un informe para abrirlo.&#x20;
2. Toca los tres puntos verticales en la barra de herramientas superior derecha.

   <div align="left"><figure><img src="/files/633168e0ea83ea4475b55fa5d78acb59da241e50" alt=""><figcaption></figcaption></figure></div>
3. Elige **Compartir elementos** en el menú desplegable.&#x20;

   <div align="left"><figure><img src="/files/44d2b1f38dffb8d8363fa6673bc5278bd9bc480c" alt=""><figcaption></figcaption></figure></div>
4. Marca la casilla a la izquierda de los elementos del informe que deseas compartir.

   <div align="left"><figure><img src="/files/eb12f941a06444bb88a2143d3cfc4a811ae62d9c" alt="" width="375"><figcaption></figcaption></figure></div>
5. Toca el **botón para compartir** en la esquina superior derecha de la pantalla.&#x20;

   <div align="left"><figure><img src="/files/70584979a1f1d3bc1aa47e5ce1c75de1563dacd3" alt="" width="375"><figcaption></figcaption></figure></div>
6. Verás el *Filtro de selección de usuario* habilitado en la siguiente pantalla.&#x20;

   <div align="left"><figure><img src="/files/e1d9b925f097b6a87eae8dc00fb98ff6df19d2c2" alt="" width="375"><figcaption></figcaption></figure></div>
7. Toca **Añadir (+)** en la esquina inferior derecha para generar tu informe filtrado.&#x20;

   <div align="left"><figure><img src="/files/41a00ca3dd9e1e702ecd7b7bd45e1481f8839d95" alt="" width="375"><figcaption></figcaption></figure></div>
8. Comparte o descarga tu informe filtrado en la parte inferior de la pantalla.&#x20;

   <div align="left"><figure><img src="/files/0a12e7f6cbb62f5f4058e6297b02773f1c99f24d" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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.reportandrun.com/manual/es/report-and-run-integrate/report-generation/generate-documents/filter-by-selection.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.
