# Importer / Exporter

ngSurvey prend en charge les formats suivants pour exporter ou importer des formulaires

* [Format JSON de NGSurvey](/fr/projects/import-export/exporter-importer-un-sondage-json.md)
* [Support du format](/fr/projects/import-export/xlsform.md)

{% hint style="info" %}
Étant donné que JSON est un format texte ouvert, vous pouvez modifier le contenu du fichier JSON avec n’importe quel éditeur de texte ; toutefois, notez que modifier les noms de variables et les identifiants des objets JSON empêchera l’importation.
{% 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/projects/import-export.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.
