> For the complete documentation index, see [llms.txt](https://docs.cakewallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cakewallet.com/get-started/install/android/obtainium.md).

# Obtainium

Official Website: <https://obtainium.imranr.dev/>

Obtainium is an Android app that helps install and update apps directly from various sources.

Obtainium can be installed by downloading the latest release from F-Droid, the <https://obtainium.imranr.dev/> or the <https://github.com/ImranR98/Obtainium>

Once Obtainium is installed, you are able to add Cake Wallet via our repository.

{% stepper %}
{% step %}

### Install Obtainium

Obtainium can be installed by downloading the latest release from F-Droid, the official website (<https://obtainium.imranr.dev/>) or the Obtainium GitHub repository (<https://github.com/ImranR98/Obtainium>).
{% endstep %}

{% step %}

### Add Cake Wallet repository

1. Open Obtainium and press the `Add App` button on the bottom bar.
2. Paste the Cake Wallet repository URL `https://github.com/cake-tech/cake_wallet/` into the `App Source URL` field, then press the `Add` button.

![1](/files/fdbf414a24eecdd150d0b620991f3172af12135a) ![2](/files/32b8096e6127f825f77dfe2b5740baa814f202a2)
{% endstep %}

{% step %}

### Select the app

Select Cake Wallet or Monero.com wallet then press `Continue`.

![3](/files/26336126ac3e6902a12ca5bdd9acc8c0bfc4f7f0) ![4](/files/445e95954c5200f81d9c55fa3fb31497468e026d)
{% endstep %}

{% step %}

### Install Cake Wallet

Press `Install` at the bottom of the app listing, and select the desired version once again if prompted.

![5](/files/71c7d2b75739f08982e5bd2a3804ea2d89016a04) ![6](/files/a58d0fa7b7d2e985b068bf1e5b44246bf2a5063a)
{% endstep %}
{% endstepper %}


---

# 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.cakewallet.com/get-started/install/android/obtainium.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.
