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