# Client - Information Request Management

- [Creating a checklist](https://finspectors.gitbook.io/finspectors-documentation/general-modules/client-information-request-management/creating-a-checklist.md): A checklist helps auditors request information, documents and confirmations from clients in a structured way. You can create a checklist from scratch or use a template.
- [Sharing a checklist](https://finspectors.gitbook.io/finspectors-documentation/general-modules/client-information-request-management/sharing-a-checklist.md): Once a checklist is created, you can share it with external collaborators so they can view the requests and submit the required information.
- [Approving a checklist](https://finspectors.gitbook.io/finspectors-documentation/general-modules/client-information-request-management/approving-a-checklist.md): Approve submitted checklists to confirm client responses are complete and ready for audit use.


---

# 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://finspectors.gitbook.io/finspectors-documentation/general-modules/client-information-request-management.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.
