# Selection and Management of Settings for Editable Settings Files

In dialogs with access to editable settings files, there is an element consisting of *Settings selection* and *Change settings*:

<p align="center"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV0AAAAYCAIAAADWCLmLAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAvZJREFUeF7tnM+K2lAUxicVkSlF0CgiboXOqrPpg7gTV7pqZ3wDn8A3sNOudOlC8EG6sSu7nyIiqYLFUfyTfsnVO7cx2uDUcC3f5QzcOZ4kx9+ZfJzcJGNMJpMrDhIgARJQCLwiDRIgARLwEKAu8E+CBEjAS8CQ1xHdbpd4SIAE/g8ChULhJV/kD10ol8sv2Re3JQES0IFAq9WSutBsNgeDwWKxOJ5YLBbLZrOVSkWEURd0qCNzIIFjBOr1eq1WC85I6sKnh4fX19fFYjGVSonNI5GI736Gw2G73Z49Pd3f3SGA6wvBaTOSBC6MwE/LKpVKmUwGciCG/ALr9dpQRjKZRCTiRQB14cIqzXRJIDiB5XKJE943fjabwW+7hhGNRhGJeOpCcLyMJAG9CLz/+EW1I8nZtjjxvSMej8NlKG41kv2CXvVmNiRwDgKGceUxp1mwYbYrDV7toC6cowrcJwnoQkB2AZaF1YOtoVFw2wj8OLIAvysTz+pAXdClfsyDBIIQEJcPnkhfpydms9mYZhKGifuRIwpoIkaj0c7zvAV1IUgtGEMCuhD4+vmDbyqH/KvVSsTLJxjT6bTbGmzXFtLpFAwBMhJz6oIu9WYeJBCEAFqDfQmAZ7+J8OwNNyb7/e+wnd9Gs9B3hurcfkhdCFILxpCALgSEBKjSsO9Rc5WrBmgHbm7ewtRPhUc4ub6gS42ZBwmcQEAVguOioJ7t6Bd6vW8wOMUDTT1nOB7hpC6cUAtuQgIaEZBy4HtZ4dsvYHHx9vYdTF5HiF+lk7qgUYGZCgmcRuCvnQJ2i6cYx+Ox5T7dnM/np9NfMMynznDmwh4ffyAGkYgXyXB94bSicCsSCI/AoZemDt2DkJmZptnpdObzOe4/vNkN9AVyLia5XA4xiES82JbvU4ZXXR6JBMIhoL5n3Wg00AjIFx8OJYBOIZFIVKtVH10IJ2kehQRI4NwE/tn/ZTl3otw/CZDApRDg+sKlVIp5kkB4BKgL4bHmkUjgUgj8BnuMS03e3HBgAAAAAElFTkSuQmCC" alt=""></p>

### *Settings selection* for editable settings files

The settings file can contain multiple settings. By clicking the element *Settings selection* a tree element opens with the available settings and the option *No setting*. Here, switching between settings can be done quickly.

### *Change settings* for editable settings files

When *Change settings* a dialog for editing the editable settings files is opened. This allows convenient yet flexible editing of the files:

The header of the dialog shows the path and file name of the file being edited. This makes it possible to find the file even if it is to be opened with a general text editor.

At the upper left, there are notes on the purpose and contents of the settings file.

Below that are the usual elements for settings: selection, saving, and management. The selection therefore contains the setting that is currently being edited. Reducing the dialog is not possible.

Within each setting, depending on the file, there are different data areas, so-called "sections". The drop-down list is used to select the data area that is to be edited.

For the current data area, information about the purpose and contents of the data area is displayed below. To the right of this, there is optionally an image for further explanation.

The lower area of the dialog is occupied by the actual editor. There, the contents of the data area, i.e. the data lines, are edited using standard functions. Invalid entries are also possible and cannot be intercepted by the program. Therefore, only experienced users should edit these files. .

The usual editing functions are available here, such as selection (with the mouse), copy (Ctrl+C), cut (Ctrl+X), and paste (Ctrl+V). Ctrl+Z undoes one step.

#### Data lines

Within the data area (section), each line consists of keyword - equals sign - value. A comment may follow after a double slash as a separator.

*Keyword* = *Value*

*Keyword* = *Value*//*Comment*

The possibilities and meanings of the keywords and values depend on the function that processes this data. The corresponding notes can be found in the descriptions displayed further up in the dialog.

For predefined keywords, the comment is often used to define the keyword. For user-defined keywords or user variables, the comment should also be used for a description, as this makes later editing considerably easier.


---

# 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.dietrichs.com/dietrichs-intelligent-documentation/docs-de-en/the-variable-system/editable-settings-files/selection-and-management-of-settings-for-editable-settings-files.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.
