> For the complete documentation index, see [llms.txt](https://api-old.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-old.innov8tif.com/okaycam-mobile-sdk/getting-started-with-okaycam.md).

# Getting Started with OkayCam

### OkayCam Mobile SDK

OkayCam is a mobile SDK that contains a custom camera UI for ID capture that design suitably for the OkayID to ease the user by performing ID capture. OkayCam also contains another custom camera UI for selfie capturing that designed suitably for OkayFace that allows the user to take a selfie.

This OkayCam mobile SDK is developed into three different platforms whereas one is iOS, Android and another one is React-native. Three platforms contain the same functionalities.

## Requirements

#### Android

* Android SDK 21 and above

#### iOS

* Swift 5
* iOS 9.0 and above

{% hint style="warning" %}
The SDK only supports the minimum requirement and above for Android and iOS
{% endhint %}


---

# 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:

```
GET https://api-old.innov8tif.com/okaycam-mobile-sdk/getting-started-with-okaycam.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.
