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

# Add custom properties to report

1\. Select an existing report from the left side of your work space. \
![](/files/53K04AqrxePQ1HcqCI7T)

2\. Click the report title on the right side of the screen (next to the pencil icon).\
![](/files/GVYGSkj5XfTX1f4F6iUy)

{% hint style="info" %}
You can also add custom properties when creating a new report. The steps will be the same as described below, but instead of an **Update** button, you would see a **Create** button.&#x20;
{% endhint %}

3\. Check the *Customize* box below the report description.\
![](/files/yGmfxspVkHtjbyRRuWEX)

4\. A list of properties will appear. Click the **New** button in the *Report Properties* section on the left side of the screen. \
![](/files/nu8fTOViAbgW3mYlL22C)

5\. Choose the property type from the drop-down menu. (In the example below, we chose the *Date* property.)

![](/files/YWwyfNIHYPNt0BE8A7Wd)

6\. Add the title, description, and options. Click **Create**. \
![](/files/XKZOxN0UxBs7DKA2hPBN)

7\. Click **Update**.\
![](/files/gjrPmmuj5ziep8BXVogA)

8\. The custom properties you created will be available the next time you open your report settings.

{% hint style="info" %}
Enabled properties are included in the report's [cover page](/manual/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/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.
