> For the complete documentation index, see [llms.txt](https://docs.allpass.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allpass.ai/build-verification-flows/verification-steps/questionnaire.md).

# Questionnaire

The Questionnaire Step allows you to gather essential information from users through customized forms. This step can be tailored to include various questions relevant to your compliance process.

* Add the `Questionnaire step` into the flow canvas at the appropriate position.
* Click on `Questionnaire step` to open its configuration options.
* Select the desired questionnaire schema from the dropdown menu.
* `Verification validity period` - defines how long the **verification result** remains valid after it has been successfully completed. Once the validity period expires, the user must complete the verification step again.

<figure><img src="/files/9rDuwMSLYjuNUJz7noUQ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The **Questionnaire Builder** is a separate tab that allows you to create custom questionnaires. \
For detailed instructions on how to use the Questionnaire Builder, please refer to the [Questionnaire Builder Guide.](/build-verification-flows/questionnaire-builder.md)
{% 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.allpass.ai/build-verification-flows/verification-steps/questionnaire.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.
