# Développeur

## 📄 Qu'est-ce que le survey developer ?

Pour accéder à l'API ngSurvey, utilisez la section survey developer pour générer un jeton JWT. Ce jeton est limité dans le temps et restreint au sondage en cours ainsi qu'aux rôles/permissions de l'utilisateur. Vous pouvez révoquer le jeton à tout moment. Régénérer un jeton invalide instantanément tout jeton précédemment généré.

La durée de vie par défaut d'un jeton est de 2 jours ; vous pouvez la modifier jusqu'à 7 jours en utilisant les variables d'environnement suivantes : **NGSurvey:FormJWTAccessTokenExpiration**

{% hint style="info" %}
Si vous souhaitez utiliser les fonctionnalités globales de ngSurvey, vous pouvez utiliser un [jeton JWT au niveau du compte](/fr/personal-account/developer.md).    &#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/form-management/developpeur.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.
