# Entwickler

Die Entwicklerseite fasst die verschiedenen Informationen zusammen, die Sie benötigen, um die ngSurvey REST API zu verwenden oder wenn Sie ngSurvey-Umfragen mit integrieren möchten [Zapier.com](https://zapier.com/developer/public-invite/73385/969b64f5042ca12ccdc64515da776dc1/).

## 🔅 Entwickler-Eigenschaften

* **`REST-Domain`** aktuelle Domain, unter der ngSurvey ausgeführt wird.
* **`REST API-Endpunkt`** gibt Ihnen Zugriff auf die ngSurvey REST API und die API-Dokumentation.
* **`REST API-Schlüssel`** Schlüssel erforderlich, um [auf die REST API zuzugreifen](/de/personal-account/developer/api-connection-sample.md).
* **`Zapier's ZAP`** vorgefertigte Zaps, um  [eine Verbindung zu Zapier.com herzustellen](/de/personal-account/developer/zapier.com-connection.md).

  &#x20;

{% hint style="info" %}
Sie können die Route der Webdokumentation der REST API auf eine andere Ihrer Wahl ändern. Öffnen Sie dazu die Datei ngsurveysettings.json Ihrer Installation und ändern Sie das **SwaggerRoutePrefix** zu einer anderen Route. &#x20;
{% 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.ngsurvey.com/de/personal-account/developer.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.
