# Configurations

In this section, configurations can be set for the following categories:

* [Archive](/data-mover-smart/settings/configurations/archive.md)
* [Audit](/data-mover-smart/settings/configurations/audit.md)
* [Backup](/data-mover-smart/settings/configurations/backup.md)
* [Events](/data-mover-smart/settings/configurations/events.md)
* [LDAP](/data-mover-smart/settings/configurations/ldap.md)
* [Log](/data-mover-smart/settings/configurations/log.md)
* [System](/data-mover-smart/settings/configurations/system.md)
* [Other](/data-mover-smart/settings/configurations/other.md)

You can choose between two view options: **Classic**, which has tabs divided by category, or **Advanced**, which has fields ordered into a list that respects the order of the categories. This documentation describes the **Classic** view.

A description of the purpose of each setting is provided.

In each section, information about the need of a reboot can be found clicking the ![](/files/DjIzBSjGDNtUEuYC4kyh) icon. To reboot Data Mover Smart, go to **Settings** → **System** and click the **Restart System** button.&#x20;

### Configuration changes and saving behavior

In all **Configuration tabs**, changes can be managed at both **field level** and **tab level**.

* When one or more fields are modified, a **“N To save”** counter appears in the bottom-right corner.
  * This counter reflects the **total number of unsaved changes across all tabs**, not just the current one (e.g., 3 changes in *LDAP* and 1 in *Log* will show **4 To save**).
  * Click this button to **save all pending changes across the configuration**.
* Each field also provides individual controls:
  * Click the **Save icon** next to a field to **apply the change only to that specific field**.
  * Click **Cancel** to **discard changes for that field**.

{% hint style="warning" %}
After modifying configuration fields, a **system restart may be required**. To apply changes, go to **Settings → System** and click **Restart System**.
{% endhint %}


---

# 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.primeur.com/data-mover-smart/settings/configurations.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.
