# SDK Releases

Use the links below to learn about significant new features and fixes added in each release of the Sudo Profiles SDKs and to access the source code for the SDKs and sample apps.

## Sudo Profiles SDK for iOS

* [SDK releases and changelog](https://github.com/sudoplatform/sudo-profiles-ios/releases)
* [SDK source code](https://github.com/sudoplatform/sudo-profiles-ios)
* [Sample app source code](https://github.com/sudoplatform/samples-ios/tree/master/telephony)

## Sudo Profile SDK for Android

* [SDK releases and changelog](https://github.com/sudoplatform/sudo-profiles-android/releases)
* [SDK source code](https://github.com/sudoplatform/sudo-profiles-android)
* [Sample app source code](https://github.com/sudoplatform/samples-android)

## Sudo Profiles SDK for JS

* [SDK releases and changelog](https://github.com/sudoplatform/sudo-profiles-js/releases)
* [SDK source code](https://github.com/sudoplatform/sudo-profiles-js)
* Sample app source code (*coming soon*)


---

# 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.sudoplatform.com/guides/sudos/sdk-releases.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.
