# Updraft SDK

## Features

* [**Feedback & Bug Reporting**](https://docs.getupdraft.com/your-projects/feedback)**.** Your beta testers can easily report a feedback or a bug by  taking a screenshot or shaking their device
* [**Autoupdate**](https://docs.getupdraft.com/updraft-sdk/ios-autoupdate). If the current app version of your beta tester is lower than actual uploaded version on Updraft, your beta testers will be informed with an in-app notification to install the new app.

### How to install the open source SDK:

#### [ iOS SDK](https://docs.getupdraft.com/updraft-sdk/ios-sdk)

#### [Android SDK](https://docs.getupdraft.com/updraft-sdk/android-sdk)


---

# 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.getupdraft.com/updraft-sdk.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.
