> For the complete documentation index, see [llms.txt](https://docs.elkyc.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elkyc.com/home/verify-your-users/request-additional-information.md).

# Request Additional Information

The Request Additional Information feature allows compliance officers to gather extra details from applicants without disrupting the regular verification flow.

{% hint style="info" %}
This option will be visible if an [On-Demand](/home/build-verification-flows/flow-builder-overview.md#on-demand-vs-regular-flows) flow is created in the Flow Builder, allowing you to ask for more information without impacting the regular flow or the applicant’s status.
{% endhint %}

Here’s how to request additional data from a user:

* Navigate to the `Applicants` section from the Sidebar Menu.
* Search for and select the applicant whose verification flow you want to restart.
* Once in the applicant's profile, locate the drop-down list for verification flows within the `Flow Tracker.`
* If available, click the `Request Additional Information` button:

<figure><img src="/files/nqOCdc9ErosubCIyWZL6" alt=""><figcaption></figcaption></figure>

* Fill in the required details for requesting the additional information.
* Create a unique link to the on-demand verification flow, which you can send to the applicant for them to provide the data you require.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.elkyc.com/home/verify-your-users/request-additional-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
