> 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/pt-br/what-would-you-like-to-learn-about/platform-features/multi-program-reports/data-lab-custom-reports/download-a-custom-report.md).

# Baixar um relatório personalizado

Os relatórios personalizados permitem extrair exatamente os dados de que você precisa e, depois de criar um, você provavelmente vai querer salvá-lo ou compartilhá-lo fora da plataforma. Este guia mostra como baixar um relatório personalizado da seção Relatórios, incluindo como filtrá-lo e escolher seu formato de arquivo preferido (CSV, Excel ou PDF).

1. No menu de navegação à esquerda, selecione ![](/files/160944180402269557074f48f2ece20bc35e8b4d) **\[Engage]** → **Relatórios →** [**Mais relatórios**](https://app.impact.com/secure/advertiser/engage/fr/all_reports.ihtml).
2. Selecione **Categoria** e filtre por **Criado pelo Data Lab** ![](/files/27a40f26b5bd84bf51b027f804aa6f07400faa96) **\[Caixa desmarcada]**.
3. **Encontre e selecione** seu relatório personalizado.
   * Se você fixou o relatório, selecione **Relatórios → Personalizado →** seu relatório personalizado.
4. No canto superior direito, selecione ![](/files/a06d3ec9ff3ffd3175d207a3b42342eef66e8eff) **\[Baixar]**.
5. Selecione o **Formato** (CSV, Excel ou PDF) no qual você deseja baixar o relatório.
   * O relatório será baixado para a pasta de downloads padrão do seu navegador.

{% hint style="warning" %}
**Importante:** Ao baixar um relatório como PDF, apenas os dados visíveis da página são incluídos — isso é uma limitação do próprio formato PDF. Para obter os dados completos do relatório, baixe-o como CSV ou Excel.
{% 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/pt-br/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.
