# Updraft App Distribution Documentation

{% hint style="info" %}
This is the documentation for the continuous app distribution and beta testing **platform** [**Updraft**](https://getupdraft.com). If you want to try it out just register for free on [getupdraft.com](https://legacy.gitbook.com).
{% endhint %}

{% content-ref url="welcome-to-updraft" %}
[welcome-to-updraft](https://docs.getupdraft.com/welcome-to-updraft)
{% endcontent-ref %}

{% content-ref url="quickstart/your-first-app-project/upload-first-build" %}
[upload-first-build](https://docs.getupdraft.com/quickstart/your-first-app-project/upload-first-build)
{% endcontent-ref %}

{% content-ref url="quickstart" %}
[quickstart](https://docs.getupdraft.com/quickstart)
{% endcontent-ref %}

{% content-ref url="dashboard/account/security-single-sign-on" %}
[security-single-sign-on](https://docs.getupdraft.com/dashboard/account/security-single-sign-on)
{% endcontent-ref %}

{% content-ref url="your-projects/builds/build-history/ios-resigning" %}
[ios-resigning](https://docs.getupdraft.com/your-projects/builds/build-history/ios-resigning)
{% endcontent-ref %}

{% content-ref url="your-projects/builds/build-history/android-resigning" %}
[android-resigning](https://docs.getupdraft.com/your-projects/builds/build-history/android-resigning)
{% endcontent-ref %}

{% content-ref url="updraft-sdk" %}
[updraft-sdk](https://docs.getupdraft.com/updraft-sdk)
{% endcontent-ref %}


---

# 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/master.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.
