> For the complete documentation index, see [llms.txt](https://doc.3va.app.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.3va.app.br/exportar-campanha.md).

# Exportar campanha

Na **plataforma**, entendemos que a flexibilidade na gestão de campanhas é essencial para otimizar seus processos de vendas e marketing. Por isso, a funcionalidade de **exportação de campanha** permite que você extraia dados valiosos de suas campanhas em formatos fáceis de manipular e analisar.

### Pré-requisitos

* **Acesso à plataforma a plataforma.**
* Somente os usuários com perfil de **Administrador** podem exportar dados de **Campanhas** realizadas.

{% stepper %}
{% step %}

### Na tela inicial da plataforma, clique em **"Apps"**

O menu de opções será aberto; em seguida, clique em **"Campanhas"**.

![](/files/5294e1f1b8e7c5f2de259d98a6e30a71cf65ff4b)
{% endstep %}

{% step %}

### Selecione a campanha da qual deseja exportar os dados

A tela da campanha será aberta. Em seguida, role o cursor até o fim da tela e clique na opção **"Exportar"**.

![](/files/ba1e1fd4666abbe42d06244f3c0a7c6fb64487a0)

![](/files/fb50a4f58d89df219105fc611523e6eec011f77b)
{% endstep %}

{% step %}

### Em seguida, uma planilha será gerada com as **informações da campanha**

![](/files/7c3bda39c13a398e91507738b0432b27e08d352a)
{% endstep %}
{% endstepper %}

### Considerações Adicionais

* Vale destacar que **somente campanhas com status "Concluídas"** podem ser exportadas


---

# 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://doc.3va.app.br/exportar-campanha.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.
