> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/fr/help-on-help.md).

# Aide sur l’aide

Ce système d'aide en ligne a été conçu pour faciliter la recherche de ce dont vous avez besoin. Il existe 2 façons de rechercher :&#x20;

* Utilisez la **Table des matières** pour afficher le système d'aide comme un livre.
* Le **Recherche** fonctionnalité vous permet de rechercher un texte spécifique. &#x20;

Par exemple, si vous recherchez des informations sur les fonctionnalités de génération de rapports, vous pouvez consulter la Table des matières sous Formulaires / Sondages / Reporting ou utiliser le champ de recherche en haut à droite avec le mot « Reports ».

{% hint style="success" %}
Il s'agit d'une « aide vivante » qui est régulièrement mise à jour avec de nouveaux contenus. Si vous avez des suggestions ou des commentaires concernant l'aide [contactez-nous](https://www.ngsurvey.com) nous sommes toujours ravis de recevoir autant de retours que possible.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/help-on-help.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.
