> 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/form-management/form-designer/questions/question-types/smart-generator.md).

# Smart Generator

The smart generator wizard uses the power of [AI](/ai-suite.md)[ Suite](/ai-suite.md) to generate a set of questions based on any topic of your choice or based on a description of the kind of survey of form that you would like to create. Based on your description the [AI Suite](/ai-suite.md) will automatically generate a matching set of questions and answers for you.

<figure><img src="/files/NgKTIrYpB0iu9TW8ZCVq" alt=""><figcaption><p>Dynamic questions generation using AI</p></figcaption></figure>

{% hint style="info" %}
Generating questions based on a plain text topic is a very complex process that may take time depending on the requirements that you have set and also depending on the AI service provider service availabilities.
{% 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/form-management/form-designer/questions/question-types/smart-generator.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.
