> For the complete documentation index, see [llms.txt](https://docs.powerembedded.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerembedded.com/power-embedded-documentacao/portal-de-relatorios/assinatura-de-relatorio/configuracao.md).

# Configuração

O primeiro passo é acessar o menu de **Configurações**, onde você inicia a criação da assinatura. Aqui, você define:

<figure><img src="/files/t7ql7ci2gUuTKPAYSUDs" alt=""><figcaption></figcaption></figure>

* **Nome da Assinatura**: Escolha um nome identificável para facilitar o gerenciamento.
* **Habilitar Assinatura**: Sempre verifique se a assinatura está ativada para que o envio ocorra corretamente.
* **Formato do Relatório**: Selecione o formato de envio entre:
  * PDF
  * PowerPoint

<details>

<summary>Salvar filtros aplicativos</summary>

Com essa permissão habilitada é possível **manter os filtros aplicados no momento do envio**, o que facilita o compartilhamento sob demanda diretamente pelo portal. Isso garante que o conteúdo enviado reflita fielmente o contexto visualizado no relatório.

<mark style="color:red;">Observação: Essa funcionalidade de manter os filtros, ela só está disponível quando a assinatura é criada através do portal de relatórios.</mark>

</details>

* **Recorrência**: Defina com que frequência o relatório será enviado:
  * Uma vez
  * Diário
  * Semanal
  * Mensal
* **Agendamentos**: Configure as datas de início e fim da assinatura.
* **Horário de Envio**: Abaixo do intervalo de datas, é possível definir os horários em que os relatórios serão enviados.


---

# 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.powerembedded.com/power-embedded-documentacao/portal-de-relatorios/assinatura-de-relatorio/configuracao.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.
