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