# Installation der Enterprise Edition

- [Docker](https://docs.ngsurvey.com/de/installation-setup/installation/docker.md): Auf jeder Plattform ausführen, die Docker-Images unterstützt
- [Dateisystemspeicher](https://docs.ngsurvey.com/de/installation-setup/installation/docker/dateisystemspeicher.md)
- [Microsoft Azure](https://docs.ngsurvey.com/de/installation-setup/installation/microsoft-azure.md): Als Azure-Webanwendung bereitstellen
- [Amazon Web Services](https://docs.ngsurvey.com/de/installation-setup/installation/amazon-web-services.md): Mit AWS Elastic Beanstalk hosten und skalieren
- [AWS Elastic Beanstalk](https://docs.ngsurvey.com/de/installation-setup/installation/amazon-web-services/aws-elastic-beanstalk.md)
- [AWS EBS / STAND ALONE SQL SERVER](https://docs.ngsurvey.com/de/installation-setup/installation/amazon-web-services/aws-elastic-beanstalk/aws-ebs-stand-alone-sql-server.md)
- [AWS EBS / SQL Server](https://docs.ngsurvey.com/de/installation-setup/installation/amazon-web-services/aws-elastic-beanstalk/aws-ebs-step-by-step.md)
- [Cognito](https://docs.ngsurvey.com/de/installation-setup/installation/amazon-web-services/cognito.md)
- [LightSail](https://docs.ngsurvey.com/de/installation-setup/installation/amazon-web-services/lightsail.md)
- [Microsoft IIS](https://docs.ngsurvey.com/de/installation-setup/installation/microsoft-iis.md): Unter Windows Server 2016+ bereitstellen.
- [Azure KeyVault](https://docs.ngsurvey.com/de/installation-setup/installation/microsoft-iis/azure-keyvault.md)
- [Aktualisieren / Upgrade](https://docs.ngsurvey.com/de/installation-setup/installation/microsoft-iis/aktualisieren-upgrade.md)
- [ZIP-Archiv](https://docs.ngsurvey.com/de/installation-setup/installation/zip-archive.md): Auf jeder .NET Core-Plattform ausführen
- [Linux (Ubuntu / CentOS)](https://docs.ngsurvey.com/de/installation-setup/installation/linux-ubuntu-centos.md)
- [Linux SSL](https://docs.ngsurvey.com/de/installation-setup/installation/linux-ubuntu-centos/linux-ssl.md)
- [Datenbank-Backend](https://docs.ngsurvey.com/de/installation-setup/installation/datenbank-backend.md)
- [Microsoft SQL Server](https://docs.ngsurvey.com/de/installation-setup/installation/datenbank-backend/microsoft-sql-server.md): ngSurvey Datenbank-Installation
- [Oracle MySQL](https://docs.ngsurvey.com/de/installation-setup/installation/datenbank-backend/oracle-mysql.md)
- [MariaDB](https://docs.ngsurvey.com/de/installation-setup/installation/datenbank-backend/mariadb.md)
- [PostgreSQL](https://docs.ngsurvey.com/de/installation-setup/installation/datenbank-backend/postgresql.md)
- [WhatsApp-Messaging](https://docs.ngsurvey.com/de/installation-setup/installation/whatsapp-messaging.md)
- [Twilio](https://docs.ngsurvey.com/de/installation-setup/installation/whatsapp-messaging/twilio-whatsapp.md): Mit Twilio eine Verbindung zu WhatsApp herstellen
- [Unifonic](https://docs.ngsurvey.com/de/installation-setup/installation/whatsapp-messaging/twilio-whatsapp-1.md): Mit Unifonic eine Verbindung zu WhatsApp herstellen
- [Cluster- / Scale-out-Einrichtung](https://docs.ngsurvey.com/de/installation-setup/installation/cluster-scale-out-configuration.md): Mehrere Server für hochbelastete Umfragen konfigurieren
- [Redis-Caching](https://docs.ngsurvey.com/de/installation-setup/installation/cluster-scale-out-configuration/redis-caching.md)
- [Azure Entra](https://docs.ngsurvey.com/de/installation-setup/installation/azure-active-directory.md)
- [Entra-Einrichtung](https://docs.ngsurvey.com/de/installation-setup/installation/azure-active-directory/azure-active-directory-setup.md)
- [Entra-Benutzer registrieren](https://docs.ngsurvey.com/de/installation-setup/installation/azure-active-directory/untitled.md)
- [Active Directory](https://docs.ngsurvey.com/de/installation-setup/installation/active-directory.md): Ihre vorhandene Active Directory-Benutzerbasis verwenden
- [Active Directory-Einrichtung](https://docs.ngsurvey.com/de/installation-setup/installation/active-directory/active-directory-setup.md)
- [Active Directory-Benutzer registrieren](https://docs.ngsurvey.com/de/installation-setup/installation/active-directory/active-directory-users.md)
- [Einstellungen für Umgebungsvariablen](https://docs.ngsurvey.com/de/installation-setup/installation/einstellungen-fur-umgebungsvariablen.md)
- [Content Security Policy (CSP)](https://docs.ngsurvey.com/de/installation-setup/installation/content-security-policy-csp.md)
- [Cross-Origin-Einrichtung (CORS)](https://docs.ngsurvey.com/de/installation-setup/installation/cross-origin-einrichtung-cors.md)
- [Monitoring & Logging](https://docs.ngsurvey.com/de/installation-setup/installation/monitoring-and-logging.md)
- [Azure Log Analysen](https://docs.ngsurvey.com/de/installation-setup/installation/monitoring-and-logging/azure-log-analysen.md)
- [Azure Application Insight](https://docs.ngsurvey.com/de/installation-setup/installation/monitoring-and-logging/azure-application-insight.md)
- [AWS CloudWatch](https://docs.ngsurvey.com/de/installation-setup/installation/monitoring-and-logging/aws-cloudwatch.md)
- [Windows-Ereignisprotokoll](https://docs.ngsurvey.com/de/installation-setup/installation/monitoring-and-logging/windows-ereignisprotokoll.md)


---

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