> 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/pt-br/readme/customization/custom-properties/add-custom-properties-to-report.md).

# Adicionar propriedades personalizadas ao relatório

1\. Selecione um relatório existente no lado esquerdo do seu espaço de trabalho. \
![](/files/c097c85f20a660cb10e76d017087dee14837c394)

2\. Clique no título do relatório no lado direito da tela (ao lado do ícone de lápis).\
![](/files/9476c4d64edd875008f4bb75d12ad9ab42c9ec67)

{% hint style="info" %}
Você também pode adicionar propriedades personalizadas ao criar um novo relatório. As etapas serão as mesmas descritas abaixo, mas em vez de um **Atualizar** botão, você veria um **Criar** botão.&#x20;
{% endhint %}

3\. Marque a *Personalizar* caixa abaixo da descrição do relatório.\
![](/files/832bc470929449b313500c2cf97043f61ac3622f)

4\. Uma lista de propriedades aparecerá. Clique no **Novo** botão na *Propriedades do relatório* seção no lado esquerdo da tela. \
![](/files/cc9890f458e6322585f6835afad2f96e85efb326)

5\. Escolha o tipo de propriedade no menu suspenso. (No exemplo abaixo, escolhemos a *Data* propriedade.)

![](/files/2307ea3c28a442f622a0ba3d34659748050d64c5)

6\. Adicione o título, a descrição e as opções. Clique **Criar**. \
![](/files/aa6d24a9d46eedd8babef5e85adace197b7f7b69)

7\. Clique **Atualizar**.\
![](/files/953ee42e88dc339c7468d85951026aea2d25a0ec)

8\. As propriedades personalizadas que você criou estarão disponíveis na próxima vez que abrir as configurações do relatório.

{% hint style="info" %}
As propriedades ativadas são incluídas na [capa do relatório](/manual/pt-br/readme/content/text/add-cover-pages.md).
{% 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://docs.reportandrun.com/manual/pt-br/readme/customization/custom-properties/add-custom-properties-to-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.
