# Settings

## App Settings

Here basic settings for the application are made, which can influence both the display and the calculation.

![AppSettings](/files/yDjId5ggZXrzRD8V4AdH)

#### General

* **Significant Digits**: Sets the number of significant digits if numbers are rounded or formatted for display or in the report
* **Use simplified group names**: Concerns the automatic naming of groups. If activated, the name of the grouped column is omitted and only the value itself is used as name of the group, e.g. instead of "Product ID: XYZ" only "XYZ". Depending on the source of the grouping in the report, this will be easier to read. If the grouping is unclear, a descriptive name can also be helpful
* **Use group name as default graph title**: If activated, the "Graph Comparison" module uses the group name as default for the graph name. Otherwise the name remains empty and must be set by the user

#### Default Analysis Parameters

Defines the parameters for the calculation of some process parameters. When changes are made, the formulas are automatically updated to visualize the effects. See also the section *Measurement Analysis Table*!

* **Histogram Groups**: Sets the number of groups used for histogram generation. If "0" is entered here, the program will automatically calculate a reasonable number based on the number of measurement data

## View Settings

&#x20;The sections **History and Statistics** and **Graph Comparison** of the View Settings define preferences for the view in the respective modules.

<figure><img src="/files/9ZG9XWZodEc1rC15pIBo" alt=""><figcaption></figcaption></figure>

**Theme**: Changes the display of the whole application (dark / light)

**Graphs**

* Visual Groups: Specifies the maximum number of groups that are visualized in the graph at the same time. If there are more groups, only the number set here will be displayed in graphs. This has no influence on the number of groups in the tables.

## Export Settings

Here the default paths for various export files are set.

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

You can also define your own logo for the report, which will replace the IRS logo&#x20;

<figure><img src="/files/lfWmjRZayraIYIJc6dCz" 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/settings.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.
