# iOS SDK \[Beta]

{% hint style="warning" %}
The iOS SDK is pre-live, and is not currently available as a named Swift package or CocoaPods library. However, it is functional, and can be installed manually from GitHub via CocoaPods.&#x20;
{% endhint %}

[AnyoneKit](https://github.com/anyone-protocol/AnyoneKit/tree/pure_pod) is a set of libraries for embedding the Anyone Client in your iOS application. It is an Objective-C dependancy, but can be configured to be used in applications written in Swift. Check out the README on GitHub to find out more and see examples in-code.&#x20;

{% embed url="<https://github.com/anyone-protocol/AnyoneKit/tree/pure_pod>" %}


---

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