> For the complete documentation index, see [llms.txt](https://www.happ.su/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.happ.su/main/faq/android-tv.md).

# Android TV

{% columns %}
{% column %}

<figure><img src="/files/k0M0BkZVYOFWPCUfi2HX" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/PtnHo7EDOpLbQv3I4nLf" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

The Happ app on Android TV is the same as the mobile app and can be installed via APK or through Google Play.

At the first launch, the app will offer to add a subscription over the local network using a QR code. Simply scan the QR code with the Happ mobile app on iOS or Android, after which your phone will try to transfer the selected servers or subscription to the TV. If this local network transfer fails, the app will suggest sending the subscription via the internet.

Additionally, it is possible to remotely transfer a subscription or server configuration to the TV through the website [tv.happ.su](https://tv.happ.su/) or the [API](/main/dev-docs/android-tv-api.md). On the TV, select the **Web Import** option and enter the displayed code or scan the QR code and open the link in your phone’s browser.


---

# 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://www.happ.su/main/faq/android-tv.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.
