> For the complete documentation index, see [llms.txt](https://docs.irs.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.irs.systems/report-analyzer/documentation/manual/home-screen.md).

# Home Screen

The following figure shows the user interface of the Report Analyzer.&#x20;

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

The following actions can be performed on the start screen:

* Change to main screen
* Load data record
* Save record
* Change application settings (see [App Settings](/report-analyzer/documentation/manual/settings.md#general-settings))
* Change display settings (see [View Settings](/report-analyzer/documentation/manual/settings.md#view-settings))
* Change export settings (see [Export Settings](/report-analyzer/documentation/manual/settings.md#export-settings))
* Contact support

The start page offers the following information and setting options:

* Application version number
* used license key
* Link to this documentation
* Link to the releases

#### Save data set

With this function all loaded and pre-filtered executions including the defined groups can be stored as a single data set. Changes made like MeasurementFilter are also taken into account. If a data set is needed again and again, this can speed up the work considerably. The originals of the reports are not needed for this. The analysis data and graphs are not part of the data set, these data will be recalculated if necessary.

#### Load data set

A previously saved data set can be loaded either by clicking the corresponding Open button or by using the list of recent projects.

{% hint style="warning" %}
**Note:** The current analysis parameters always apply! If the data set was saved using other parameters, a note appears with the deviating settings.  The subsequent calculation is nevertheless performed with the current parameters!
{% endhint %}

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


---

# 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.irs.systems/report-analyzer/documentation/manual/home-screen.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.
