# \[Under Development] Getting Started

{% hint style="warning" %}
Our SDK is currently under review. Check back later for updates.
{% endhint %}

To know about our **android SDK**, check out our source code is available on [github](https://github.com/acquireio/android-sdk).

### Requirements

* Android Studio 3.0+
* Gradle 4.0+
* Android SDK 12.0+
* Android device running Android 9.0 or newer (To get fully functioning SDK)

### Build variants

We are providing two types of build variants :

1. **Core** - Fully featured including Audio/Video calling. [See Integration](/sdk/android/android-setup-guide/integration-guide.md#steps-to-integrate-acquire-android-sdk-core-are-as-follows)
2. **Lite** - All features excluding Audio/Video Calling. [See Integration](/sdk/android/android-setup-guide/integration-guide-lite.md#steps-to-integrate-acquire-android-sdk-lite-are-as-follows)

### Related pages:

{% content-ref url="/pages/-LOHPHQIxIVIcaBwZSAU" %}
[\[Under Development\] Integration Guide (Core)](/sdk/android/android-setup-guide/integration-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lih1mZ4Celr4dTSqSDG" %}
[\[Under Development\] Integration Guide (Lite)](/sdk/android/android-setup-guide/integration-guide-lite.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LMfyxqC8ftHhIX73aAL" %}
[\[Under Development\] Acquire Delegates for Android](/sdk/android/acquire-android-delegates.md)
{% endcontent-ref %}


---

# 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://developer.acquire.io/sdk/android/android-setup-guide/getting-started.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.
