# Android

For example code, please visit [Uqudo's GitHub repository](https://github.com/uqudo-com/sample-app-android-kotlin).

**Important Note**: The Uqudo SDK is heavily dependent on the mobile camera for scanning capabilities; therefore, it is not supported on Android emulators. The quality of laptop camera scanning is inadequate for proper testing. While you can build and run your application using Android Studio, it is crucial to test Uqudo SDK features on actual hardware.


---

# 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.uqudo.com/docs/kyc/uqudo-sdk/integration/android.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.
