# iOS

Our iOS SDK is publish on [**https://github.com/clipshare/clipshare-sdk-ios**](https://github.com/snapodds/sdk-ios) and contains the ClipShare framework, as well as a sample application to demonstrate the framework integration and usage.

This framework can be integrated into:

* iOS **13.0** or later

In addition to the ClipShare SDK you also need to integrate the SnapOdds SDK. Please refer to the SnapOdds SDK documentation on <https://docs.snapodds.com/docs/mobile-sdk/ios> and in particular the SnapOdds Operator section under <https://docs.snapodds.com/docs/mobile-sdk/ios/snapodds-operator/installation>.

{% hint style="success" %}
For a working example see our Example project in the SDK repository [https://github.com/clipshare/clipshare-sdk-ios](https://github.com/clipshare/sdk-ios)
{% endhint %}


---

# 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.snapodds.com/clipshare-sdk-docs/mobile-sdk/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.
