> For the complete documentation index, see [llms.txt](https://noah978.gitbook.io/altstore-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noah978.gitbook.io/altstore-docs/url-schemes.md).

# AltStore URL Schemes

The following is the exhaustive list of different URL Schemes that can be used to interact with AltStore. These links are incredibly useful because they allow developers to simply put a one-click link on their social media or website and iOS will open the link directly in AltStore and then perform the action(s) specified.

The current list of things you can do using URL Schemes is rather limited, but it will be expanded upon in the future to take multiple inputs and perform a variety of other tasks.

### Install a remotely hosted app

`altstore://install?url=[download url]`

### Add an AltStore Source

`altstore://source?url=[source url]`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://noah978.gitbook.io/altstore-docs/url-schemes.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.
