> For the complete documentation index, see [llms.txt](https://docs.complycube.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.complycube.com/documentation/quick-guides.md).

# Quick guides

- [Web Portal Quick Guide](https://docs.complycube.com/documentation/quick-guides/web-portal-quick-guide.md): Use the ComplyCube Web Portal to run KYC, AML, and identity verification checks without code.
- [Perform AML Screening](https://docs.complycube.com/documentation/quick-guides/web-portal-quick-guide/perform-aml-screening.md): Run AML screening in the Web Portal to support KYC and KYB by screening customers against sanctions, PEPs, and watchlists.
- [Perform Document Check](https://docs.complycube.com/documentation/quick-guides/web-portal-quick-guide/perform-document-check.md): Run document verification in the Web Portal to validate identity documents and support KYC checks.
- [Perform Multi-Bureau Check](https://docs.complycube.com/documentation/quick-guides/web-portal-quick-guide/perform-multi-bureau-check.md): Run a multi-bureau identity verification check in the Web Portal to match customer data across bureaus.
- [Send Verification Link (Workflows)](https://docs.complycube.com/documentation/quick-guides/web-portal-quick-guide/send-verification-link-workflows.md): Send a secure verification link from Workflows to complete KYC and identity verification remotely.
- [Send Verification Link (Legacy)](https://docs.complycube.com/documentation/quick-guides/web-portal-quick-guide/send-verification-link-legacy.md): Send a secure legacy verification link to complete KYC and identity verification remotely.
- [Hosted Solution Guide](https://docs.complycube.com/documentation/quick-guides/hosted-solution-quick-guide.md): Build hosted KYC and identity verification flows with minimal code using ComplyCube Flow.
- [Mobile SDK Guide](https://docs.complycube.com/documentation/quick-guides/mobile-sdk-guide.md): Integrate mobile SDKs for KYC, AML, and identity verification with native customer verification flows.
- [Web SDK Guide](https://docs.complycube.com/documentation/quick-guides/web-sdk-quick-guide.md): Embed our UX-optimized web-based KYC and identity verification flows with the ComplyCube Web SDK.
- [API Quick Guide](https://docs.complycube.com/documentation/quick-guides/api-quick-guide.md): Start integrating the ComplyCube API for KYC, AML, and identity verification.
- [Perform AML Screening](https://docs.complycube.com/documentation/quick-guides/api-quick-guide/run-an-aml-screening-check.md): Use the API to run AML screening for KYC and KYB against sanctions, PEPs, and watchlists.
- [Perform Document Check](https://docs.complycube.com/documentation/quick-guides/api-quick-guide/run-a-document-check.md): Use the API to run document verification for KYC and identity verification workflows.
- [Perform Identity Check](https://docs.complycube.com/documentation/quick-guides/api-quick-guide/run-an-identity-check.md): Use the API to run identity verification checks and validate customer data for KYC.
- [Perform Proof of Address Check](https://docs.complycube.com/documentation/quick-guides/api-quick-guide/perform-proof-of-address-check.md): Use the API to run proof of address checks and verify customer addresses for KYC.
- [Perform Multi-Bureau Check](https://docs.complycube.com/documentation/quick-guides/api-quick-guide/perform-multi-bureau-check.md): Use the API to run multi-bureau identity verification checks across trusted data sources.


---

# 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.complycube.com/documentation/quick-guides.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.
