# iOS

- [SDK Setup Guide](https://developer.acquire.io/master/ios/sdk-setup-guide.md)
- [Getting Started](https://developer.acquire.io/master/ios/sdk-setup-guide/getting-started.md)
- [Integration Guide (Core)](https://developer.acquire.io/master/ios/sdk-setup-guide/integration-guide-core.md): learn how to add acquire core SDK with Cocoapods.
- [Integration Guide (Lite)](https://developer.acquire.io/master/ios/sdk-setup-guide/integration-guide-lite.md): learn how to add acquire lite SDK with Cocoapods.
- [Manual Setup iOS](https://developer.acquire.io/master/ios/sdk-setup-guide/manual-setup-ios.md): Setting up the SDK manually
- [Acquire Account ID](https://developer.acquire.io/master/ios/sdk-setup-guide/acquire-account-id.md)
- [SDK Configuration Example](https://developer.acquire.io/master/ios/sdk-configuration-example.md)
- [iOS Cobrowse](https://developer.acquire.io/master/ios/ios-cobrowse-sdk.md): Learn how to use Cobrowse feature using our native SDK.
- [Theme Setting](https://developer.acquire.io/master/ios/theme-setting.md)
- [iOS Push Notifications](https://developer.acquire.io/master/ios/ios-push-notifications.md)
- [Verify your users](https://developer.acquire.io/master/ios/verify-your-users.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.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.
