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

# Compliance

- [Individual (KYC) Verification](https://docs.alignlabs.dev/compliance/individual-kyc-verification.md): This page provides an overview of the key steps and requirements for completing individual verification.
- [Business (KYB) Verification](https://docs.alignlabs.dev/compliance/business-kyb-verification.md): This page provides an overview of the key steps and requirements for completing business verification.
- [Source of Funds (SoF) Verification](https://docs.alignlabs.dev/compliance/source-of-funds-sof-verification.md): This page provides an overview of the key steps and requirements for verifying the source of funds for individuals and businesses.
- [Customer Onboarding](https://docs.alignlabs.dev/compliance/customer-onboarding.md)
- [USD SWIFT & FedWire Onboarding](https://docs.alignlabs.dev/compliance/customer-onboarding/usd-swift-and-fedwire-onboarding.md): This guide provides step-by-step instructions for onboarding customers to create and use USD accounts through the Align platform.
- [USD ACH & Wire Onboarding](https://docs.alignlabs.dev/compliance/customer-onboarding/usd-ach-and-wire-onboarding.md)
- [Financial Institutions Onboarding](https://docs.alignlabs.dev/compliance/customer-onboarding/financial-institutions-onboarding.md)
- [Prohibited and Restricted Use](https://docs.alignlabs.dev/compliance/prohibited-and-restricted-use.md)
- [Prohibited Countries](https://docs.alignlabs.dev/compliance/prohibited-and-restricted-use/prohibited-countries.md)
- [Prohibited Activities](https://docs.alignlabs.dev/compliance/prohibited-and-restricted-use/prohibited-activities.md)
- [Restrictions on Financial Institutions](https://docs.alignlabs.dev/compliance/prohibited-and-restricted-use/restrictions-on-financial-institutions.md)
- [1st Party & 3rd Party Payments](https://docs.alignlabs.dev/compliance/1st-party-and-3rd-party-payments.md): Align supports both 1st Party & 3rd Party Payments. There are some fundamental differences between these two products.


---

# 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.alignlabs.dev/compliance.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.
