# Développeur

La page développeur regroupe les différentes informations dont vous auriez besoin pour utiliser l'API REST de ngSurvey ou si vous souhaitez intégrer les sondages de ngSurvey avec [Zapier.com](https://zapier.com/developer/public-invite/73385/969b64f5042ca12ccdc64515da776dc1/).

## 🔅 Propriétés développeur

* **`Domaine REST`** domaine actuel sous lequel ngSurvey fonctionne.
* **`Endpoint REST API`** vous donne accès à l'API REST de ngSurvey et à la documentation de l'API.
* **`Clé REST API`** clé requise pour [accéder à l'API REST](/fr/personal-account/developer/api-connection-sample.md).
* **`ZAP de Zapier`** zaps préconçus pour  [se connecter à Zapier.com](/fr/personal-account/developer/zapier.com-connection.md).

  &#x20;

{% hint style="info" %}
Vous pouvez modifier la route de la documentation Web de l'API REST vers une autre route de votre choix. Pour ce faire, ouvrez le fichier ngsurveysettings.json de votre installation et changez le **SwaggerRoutePrefix** vers une autre 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/fr/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.
