# Build Verification Flows

- [Flow Builder Overview](https://docs.elkyc.com/home/build-verification-flows/flow-builder-overview.md): This page provides a comprehensive introduction to using the Flow Builder
- [Verification Steps](https://docs.elkyc.com/home/build-verification-flows/verification-steps.md)
- [Intro](https://docs.elkyc.com/home/build-verification-flows/verification-steps/intro.md)
- [Document Check](https://docs.elkyc.com/home/build-verification-flows/verification-steps/document-check.md)
- [Liveness](https://docs.elkyc.com/home/build-verification-flows/verification-steps/liveness.md)
- [Facematching](https://docs.elkyc.com/home/build-verification-flows/verification-steps/facematching.md)
- [Selfie With a Document](https://docs.elkyc.com/home/build-verification-flows/verification-steps/selfie-with-a-document.md)
- [Email Verification](https://docs.elkyc.com/home/build-verification-flows/verification-steps/email-verification.md)
- [Phone verification](https://docs.elkyc.com/home/build-verification-flows/verification-steps/phone-verification.md)
- [Address Verification](https://docs.elkyc.com/home/build-verification-flows/verification-steps/address-verification.md)
- [AML](https://docs.elkyc.com/home/build-verification-flows/verification-steps/aml.md)
- [Crypto Transaction and Wallet Check](https://docs.elkyc.com/home/build-verification-flows/verification-steps/crypto-transaction-and-wallet-check.md)
- [Questionnaire](https://docs.elkyc.com/home/build-verification-flows/verification-steps/questionnaire.md)
- [Final Screen](https://docs.elkyc.com/home/build-verification-flows/verification-steps/final-screen.md)
- [UI Customization](https://docs.elkyc.com/home/build-verification-flows/ui-customization.md): The UI Customization functionality within the Flow Builder allows you to personalize the appearance of your verification workflows.
- [Duplicate Workflows](https://docs.elkyc.com/home/build-verification-flows/duplicate-workflows.md)
- [Workflow Drafts](https://docs.elkyc.com/home/build-verification-flows/workflow-drafts.md)
- [Questionnaire Builder](https://docs.elkyc.com/home/build-verification-flows/questionnaire-builder.md)


---

# 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.elkyc.com/home/build-verification-flows.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.
