> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/es/what-would-you-like-to-learn-about/platform-features/multi-program-reports/data-lab-custom-reports/download-a-custom-report.md).

# Descargar un informe personalizado

Los informes personalizados creados en Data Lab te permiten extraer exactamente los datos que necesitas y, una vez que hayas creado uno, probablemente querrás guardarlo o compartirlo fuera de la plataforma. Los informes personalizados no se pueden recuperar mediante la [API de informes](https://integrations.impact.com/brand-api-reference/reference/report-export/report-export), pero se pueden descargar en la plataforma.&#x20;

1. En el menú de navegación de la izquierda, selecciona ![](https://3147719151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-230534471fef5f40808e921e41ee44e4a06ded03%2Fe6cb9548999afdc1ed3ce4942e4cb5b45b5cecbd323267aac2a7cd1915fccc09.svg?alt=media) **\[Engage]** → **Informes →** [**Más informes**](https://app.impact.com/secure/advertiser/engage/fr/all_reports.ihtml).
2. Selecciona **Categoría** y filtra por **Creado en Data Lab** ![](https://3147719151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-b5e1740618ed6571d97b8fed7c25a7678f85d375%2F299632fb6f4f91fbf9847471754cc6180e4284a65b4960af4c4ea472a159f552.svg?alt=media) **\[Casilla sin marcar]**.
3. **Busca y selecciona** tu informe personalizado.
   * Si fijaste el informe, selecciona **Informes → Personalizados →** tu informe personalizado.
4. En la esquina superior derecha, selecciona ![](https://3147719151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-5a85ab28098ee50ab9b071bbdbbffa24d4fab327%2Fdfc9e3774c247872fad291a1838ba2a1d55d0007aae4628c1932e8e5a21fbf7a.svg?alt=media) **\[Descargar]**.
5. Selecciona el **Formato** (CSV, Excel o PDF) en el que quieres descargar el informe.
   * El informe se descargará en la carpeta de descargas predeterminada de tu navegador.

{% hint style="warning" %}
**Importante:** Al descargar un informe como PDF, solo se incluyen los datos de la página visible; esta es una limitación del propio formato PDF. Para obtener los datos completos del informe, descárgalo como CSV o Excel en su lugar.
{% 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://help.impact.com/brand/es/what-would-you-like-to-learn-about/platform-features/multi-program-reports/data-lab-custom-reports/download-a-custom-report.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.
