> For the complete documentation index, see [llms.txt](https://yubit.gitbook.io/yubit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yubit.gitbook.io/yubit/other-help/announcements/important-notices/notice-on-android-app-download-options.md).

# Notice on Android App Download Options

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

Dear Users,

As the latest version is currently under review, users in some regions may temporarily be unable to find the **YUBIT app** on Google Play. We sincerely apologize for any inconvenience caused.

In the meantime, you may download and install the Android app via the following method:

🔗 **Official Download Link:**

#### <https://www.yubit.com/static/app/files/yubit/mainnet/yubit.apk>

***

#### 📌 Notes

* Please ensure you download the app only through **official channels** to avoid phishing or fake links
* Before installing the APK file, please enable the “Allow installation from unknown sources” option as prompted by your device
* If you have installed an older version from other sources, it is recommended to uninstall it before installing the latest version

***

We are actively working to complete the process and will notify you once the app is available again.

Thank you for your understanding and support.

**YUBIT Team**\
March 25, 2026


---

# 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://yubit.gitbook.io/yubit/other-help/announcements/important-notices/notice-on-android-app-download-options.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.
