# Welcome to OpenDive's SDKs

Our SDKs are fully compatible with existing TypeScript SDKs, but architected and developed with careful consideration of the respective programming language. For example, our **Unity SDK (C#)** follows object-oriented paradigms (OOP) and makes sure that it's backwards compatible with previous Unity versions. Another example of this can be observed in the updates to our **Swift SDK (iOS)** to conform to [Swift 6 new standards](https://www.swift.org/migration/documentation/migrationguide/) regarding data race conditions and Sendable conformance for concurrent objects.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Sui Unity SDK</strong></td><td>Build Unity 3D or 2D games that integrate Sui's functionality with ease.</td><td></td><td></td><td><a href="sui-sdks/unity-sdk">unity-sdk</a></td></tr><tr><td><strong>Sui Swift SDK</strong></td><td>Build mobile, TV, or Apple watch apps that integrate Sui's functionality with ease.</td><td></td><td></td><td><a href="sui-sdks/swift-sdk">swift-sdk</a></td></tr><tr><td><strong>Sui Android SDK</strong></td><td>Build IoT, mobile, and native Android application that leverage the Sui blockchain. </td><td></td><td></td><td><a href="sui-sdks/android-sdk">android-sdk</a></td></tr></tbody></table>


---

# 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.opendive.io/readme.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.
