# Installing Session using APKs

Android app package file (APK or .apk) is a file format used to install applications on Android devices. Session APKs are made publicly available so that users may install the apk file(s) directly to their Android device without the use of an app store (such as the Google Play Store). <br>

1. Open Settings and tap Apps
2. Tap Special access
3. Tap Install unknown apps
4. Tap Chrome (or whichever web browser you are using)
5. Toggle Allow from this source
6. Open Chrome (or your other browser) and navigate to the Session Android releases on [GitHub](https://github.com/session-foundation/session-android/releases)
7. Download and install the relevant APK (the “universal” APK should work for most devices)

{% hint style="warning" %}
**Warning:** Only download APKs from trusted, official sources. It is not recommended to download or install using unofficial or unverified APKs. Note that when loading your own APK, you will not receive automatic updates.
{% endhint %}


---

# 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.getsession.org/readme/installing-session/installing-session-using-apks.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.
