# Welcome!

This guide aims to give information on sideloading with your iOS/iPadOS/tvOS device.

## About this document

This guide is a **living document** that will change and grow over time. We welcome any contributions. If you see anything that is missing or could be improved, feel free to edit and create a pull request \[[here](https://github.com/sideloading/sideloading-master-guide)].

## Access the document

Visit the following URL to access the guide: [**https://sideloading.gitbook.io/sideloading-master-guide/**](https://sideloading.gitbook.io/sideloading-master-guide/)

## License

This guide is created under the MIT License, for more details please read our [LICENSE](https://github.com/bamtan/sideloading-master-guide/blob/master/LICENSE) file.


---

# 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://sideloading.gitbook.io/sideloading-master-guide/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.
