# \[Under Development] Getting Started

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

AcquirIO SDK provides you with many helpful methods to build the chat and audio/video chat from the client-side.

This page presents a quick overview of the SDK’s functionalities and logic, then lets you go through the easy steps of implementing AcquirIO SDK in your own app.

### Requirements

* iOS 13.0+
* XCode 12.5+

### Build variants

We are providing two types of build variants :

1. **Core** - Fully featured including Audio/Video calling. [See Integration](/sdk/ios/sdk-setup-guide/integration-guide-core.md)
2. **Lite** - All features excluding Audio/Video Calling. [See Integration](/sdk/ios/sdk-setup-guide/integration-guide-lite.md)

{% hint style="info" %}
So if you don't require calling feature, you can use **lite** version to reduce the app size.
{% endhint %}

You can use our native SDK in your project using [Cocoapods](/sdk/ios/sdk-setup-guide/integration-guide-core.md).


---

# 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/ios/sdk-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.
