# SDK Releases

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

## User SDK for iOS

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

## User SDK for Android

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

## User SDK for JS

* [SDK releases and changelog](https://github.com/sudoplatform/sudo-user-js/releases)
* [SDK source code](https://github.com/sudoplatform/sudo-user-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/users/changlog.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.
