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