# Help on Help

This online help system was designed to make it easy to find what you need. There are 2 ways to search:&#x20;

* Use the **Table of Contents** to view the Help system like a book.
* The **Search** feature lets you search for specific text. &#x20;

For example, if you are looking for information about generating reports features, you might look in the Table of Contents under Forms / Surveys / Reporting or by using top right search input field with the word 'Reports'.

{% hint style="success" %}
This is a "living help" which is regularly updated with new content. Should you have any suggestions or comments in regards of the help [contact us](https://www.ngsurvey.com) we are always glad to receive as much feedback as possible.&#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/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.
