> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/tutorials/flits-wallet-app/installing-flits-wallet-app-apk-file-on-android.md).

# Installing Flits Wallet App APK File on Android

### Step 1

* Open <https://flitswallet.app/>. To download the Android APK, simply navigate to the homepage and locate the '**ANDROID APK Download**' button as shown in the image below:

<figure><img src="/files/mRBxEDMZawJuM29WJBpI" alt=""><figcaption></figcaption></figure>

* Upon clicking the 'ANDROID APK Download' button, the file will start downloading.

<figure><img src="/files/QI84OOipzjVNv86eID0g" alt=""><figcaption></figcaption></figure>

### Step 2

* After the download is finished, you can initiate the installation process by clicking on the 'Open' option.

<figure><img src="/files/FcY7ySz9xzsAl6lyQvZC" alt=""><figcaption></figcaption></figure>

### Step 3

* If this is your first time installing an APK file, you will need to grant permission to install apps from unknown sources.
* Click on 'Settings'

<figure><img src="/files/fbl9x9ONEoTphYXAZkGO" alt=""><figcaption></figcaption></figure>

### Step 4

* Toggle the switch next to "Allow permission" to enable it

<figure><img src="/files/U8cF3oD7klNxGdityiuM" alt=""><figcaption></figcaption></figure>

### Step 5

* Once you have granted permission to install apps from unknown sources, you will receive a pop-up asking if you want to install the Flits Wallet App.
* At this point, you can proceed with the installation by clicking on the "Install" button on the pop-up

<figure><img src="/files/8kZqDUyQUtvjwg3hRWO0" alt=""><figcaption></figcaption></figure>

* This will initiate the installation process of the Flits Wallet App on your device.

<figure><img src="/files/kTMajdMz37I1n2jcm29Z" alt=""><figcaption></figcaption></figure>

### Step 6

* After the installation is complete, you will have the option to either select "Done" to open the app later or "Open" to launch the app immediately.

<figure><img src="/files/4rzTMB9Q0et7vMEq00SM" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.decenomy.net/tutorials/flits-wallet-app/installing-flits-wallet-app-apk-file-on-android.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
