> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/installation-setup/system-settings.md).

# Systemeinstellungen

## 🛠️ Was sind die Systemeinstellungen?

Die Systemeinstellungen ermöglichen es Ihnen, Ihr ngSurvey zu konfigurieren **on-premise** Installation, um Ihren Anforderungen gerecht zu werden.

{% hint style="warning" %}
Systemeinstellungen sind global und wirken sich auf alle ngSurvey-Benutzer Ihrer Installation aus.
{% endhint %}

&#x20;Sie können die folgenden Einstellungen konfigurieren.

* [Allgemeine Einstellungen](/de/installation-setup/system-settings/general.md) um Standard-Umfragen einzurichten oder die automatische Weiterleitung zur Anmeldeseite in Ihrer Installation zu deaktivieren.
* [Mail-Server](/de/installation-setup/system-settings/mailing-server.md) die zum Versenden von E-Mails verwendet werden.
* [Bounce-Konto](/de/installation-setup/system-settings/bounce-account.md) das alle ungültigen E-Mails von [E-Mail-Einladungen](/de/form-management/campaigns/campaign/email-distribution.md).
* Google-bezogene Dienste wie [Captcha](/de/installation-setup/system-settings/google/captcha.md) oder [Google Service Accounts](/de/installation-setup/system-settings/google/service-account.md).
* [Konten](/de/installation-setup/system-settings/mobile-messaging/twilio.md) zur Verwaltung von mobilen SMS-Nachrichten.
* [IPStack](/de/installation-setup/system-settings/third-party-apis/ipstack.md) zur Verarbeitung von [IP-Geolokalisierung](/de/form-management/form-designer/geolocation/ip-address-location.md).
* [Active Directory](/de/installation-setup/system-settings/active-directory-settings.md) um einen Active Directory-Server für die Authentifizierung einzurichten.
* [Microsoft](/de/installation-setup/system-settings/third-party-apis/microsoft.md) bezogene Dienste wie Cognitive- oder Text-Analytics-Dienste zur Verarbeitung Ihrer [automatischen Übersetzungen](/de/form-management/form-designer/multi-language-forms/auto-translation.md) und [Sentiment-Analyse](/de/form-management/reports/text-reports/sentiment-analysis.md).
* [KI-Anbieter](/de/ai-suite.md) um die Leistungsfähigkeit von KI mit ngSurvey zu koppeln.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ngsurvey.com/de/installation-setup/system-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.
