# Getting Started

For more detail, you can also check out our [generated iOS docs ](https://devtools.acquire.io/sdk/ios/docs/html/index.html)or review the [app store](https://itunes.apple.com/us/app/acquire-support-sdk/id1445674477#?platform=iphone) and source code on [Github](https://github.com/acquireio/acquireio-ios)

### Requirements

* iOS 8.2+
* XCode 10+

### Build variants

We are providing two types of build variants :

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

The main difference of these two build variants is the size.

* Our **Core** version is of **35.2 MB** because of webRTC's archived libraries for all ABIs included.
* Our **Lite** version is only **13 MB.**&#x20;

{% 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](/master/ios/sdk-setup-guide/integration-guide-core.md) or [Manual](/master/ios/sdk-setup-guide/manual-setup-ios.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/master/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.
