# Integration

- [JavaScript](https://docs.orbaone.com/integration/javascript.md): This document explains how to integrate the Authentication flow from your web application
- [Android](https://docs.orbaone.com/integration/android.md): This document explains how to integrate the Orba One authentication flow into your android application.
- [iOS](https://docs.orbaone.com/integration/ios.md): How to install Orba One's Document and Video Capture for Identity Verification in Swift/iOS.
- [React Native](https://docs.orbaone.com/integration/react-native.md): This document explains how to integrate the Orba One authentication flow into your React Native application.


---

# 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.orbaone.com/integration.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.
