> For the complete documentation index, see [llms.txt](https://documentation.astera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.astera.com/astera-data-stack-v8/report-model/report-model-interface/report-options.md).

# Report Options

Report Options are used to specify or adjust the settings for the source file used for your report model. This window appears as you load a new source file to build an extraction template.

![](/files/zFEz7r8Mxuo74fFU2Koi)

***Data File Location***

![](/files/M5PGrktFwutO3sDx24ZD)

*Path* - This option shows the path of the source file you have imported in the Report Model. You can also change the source file by clicking on the folder icon in this option.

***Reading Options***

![](/files/XjO9DzwvkjTQ89qYnmsO)

*Remove Blank Lines* - If selected, this option will remove all the blank lines within your source file.

***Other Options***

![](/files/1g7PsuD9xO8vhnJr67Z1)

* *Tab Size* - Increase or decrease the tab size for your report. The default value is 8 characters.
* *Displayed Line Count* - Specifies the number of lines you want to view in the report viewer.
* *Font* - Here you can change the font of the text that appears within your report. You have the option to select the font size and bold or italicize the text.
* *Style* - Here you can select the theme for the Report Model editor. Choose which color scheme you prefer.
* *Encoding* - You can choose the Encoding for your file. The default is Unicode (UTF-8) but you can change this if you have a file with specific characters.


---

# 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://documentation.astera.com/astera-data-stack-v8/report-model/report-model-interface/report-options.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.
