# frslabs docs

## frslabs docs

- [Introduction](https://docs.frslabs.com/master.md): Welcome. This documentation will help you understand how our Atlas customer onboarding solution works and how you can integrate our APIs and SDKs into your mobile and web applications.
- [Start Here](https://docs.frslabs.com/introduction/get-started.md): If you are new to integrating our API and SDK services, please follow these steps to get started.
- [API v1.3 (deprecated)](https://docs.frslabs.com/integration/api.md): Note that this is the older API version and has been deprecated. Please use API v2.
- [API v2](https://docs.frslabs.com/integration/api-v2.md): Use our API services as building blocks to create a seamless KYC and verification process for any business or industry. Get an account and get started in minutes.
- [SDK](https://docs.frslabs.com/integration/sdk.md): Native SDKs are provided for Android and iOS. The SDKs are provided as individual lego blocks for you to build your own great customer onboarding experience.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.frslabs.com/master.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.
