# Configuration

Configure your Enginsight On-Premises installation.

* [Set up HTTPS and store your certificates](/docs/manual/english/on-premises/configuration/https.md) to ensure encrypted communication.
* [Use multi-tenancy,](https://code.enginsight.org/management/Dokumentation-EN/-/blob/main/on-premises/configuration/licenses-and-organisations.md) to deliver Enginsight to your customers as an Managed Service Provider.
* [Set up your mail server,](https://code.enginsight.org/management/Dokumentation-EN/-/blob/main/mail-server.md) to be able to send emails.
* [Enable 2-factor authentication,](/docs/manual/english/on-premises/configuration/2-factor-authentication.md) to secure login.
* [Set up single sign-on via Microsoft Office 365](/docs/manual/english/on-premises/configuration/sso-via-office-365.md) to log in using your Azure AD.
* [Adjust storage times,](/docs/manual/english/on-premises/configuration/storage-times.md) to keep data longer in the database.
* [Do white labeling,](/docs/manual/english/on-premises/configuration/white-label.md) to customize the installation to your corporate identity.

{% hint style="warning" %}
If you customize a **configuration file** on the application server, you must always run **`setup.sh` afterwards**. Only then will the settings be applied.
{% 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.enginsight.com/docs/manual/english/on-premises/configuration.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.
