# Customization

- [Report templates](https://docs.reportandrun.com/manual/readme/customization/report-templates.md): Use report templates as a starting point to save time you create a new report.
- [Create a new report template](https://docs.reportandrun.com/manual/readme/customization/report-templates/create-a-new-report-template.md): If you don't have an existing template or just want to start fresh, create a new report template.
- [Convert an existing report into a template](https://docs.reportandrun.com/manual/readme/customization/report-templates/convert-an-existing-report-into-a-template.md): You can use existing reports to build your template.
- [Use a report template](https://docs.reportandrun.com/manual/readme/customization/report-templates/use-a-report-template.md): After creating a template, you can apply it to new reports.
- [Remove a report template](https://docs.reportandrun.com/manual/readme/customization/report-templates/remove-a-report-template.md): You can transform templates back into reports, or delete them altogether, when no longer needed.
- [Custom properties](https://docs.reportandrun.com/manual/readme/customization/custom-properties.md): Use custom property types to tailor report fields to your business needs.
- [Add custom properties to images](https://docs.reportandrun.com/manual/readme/customization/custom-properties/add-custom-properties-to-images.md): Add custom image properties - like date fields, text entries, and drop-down selections - based on your business needs.
- [Add custom properties to report](https://docs.reportandrun.com/manual/readme/customization/custom-properties/add-custom-properties-to-report.md): Add custom report properties - like date fields, text entries, and drop-down selections - based on your business needs.
- [Hide default properties](https://docs.reportandrun.com/manual/readme/customization/custom-properties/hide-default-properties.md): Hide unneeded report properties to show only information relevant to your business.
- [Text templates](https://docs.reportandrun.com/manual/readme/customization/text-templates.md): Text templates are a time-saving feature that allow you to save frequently used text and insert into your report when needed.
- [Create a text template](https://docs.reportandrun.com/manual/readme/customization/text-templates/create-a-text-template.md): Save commonly used phrases and chunks of text as templates to save time when creating reports.
- [Use a text template](https://docs.reportandrun.com/manual/readme/customization/text-templates/use-a-text-template.md): Apply your text templates to reports.
- [Delete a text template](https://docs.reportandrun.com/manual/readme/customization/text-templates/delete-a-text-template.md): Remove a text template from your reports.
- [Show/hide functionality](https://docs.reportandrun.com/manual/readme/customization/show-hide-functionality.md): Control what items appear in a report to minimize unnecessary data collection.
- [Show/hide header fields](https://docs.reportandrun.com/manual/readme/customization/show-hide-header-fields.md): Show or hide header fields based on your reporting needs.
- [Show/hide image fields](https://docs.reportandrun.com/manual/readme/customization/show-hide-image-fields.md): Hide unused image fields so reports only show what you need.
- [Customize labels](https://docs.reportandrun.com/manual/readme/customization/customize-labels.md): Rename the labels used in the published reports to suit your needs.
- [Set the default date format](https://docs.reportandrun.com/manual/readme/customization/set-the-default-date-format.md): Adjust the date display in published PDFs.


---

# Agent Instructions: 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:

```
GET https://docs.reportandrun.com/manual/readme/customization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
