> For the complete documentation index, see [llms.txt](https://tereatv.gitbook.io/tereatv-official-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tereatv.gitbook.io/tereatv-official-documentation/faq.md).

# FAQ

## What is the official TereaTV website?

The primary public website is <https://tereatv.net/>. Always read the full hostname before entering account or payment information.

## What is the Downloader code?

The current code shown on the official installation page is **346867**. Verify current installation details at <https://tereatv.net/install> before using them.

## Where do I find my username and password?

Service access details are supplied privately after activation. Check the latest activation email and its spam or junk folder. Never request or post customer credentials in a public GitHub issue.

## Which devices are covered by the setup documentation?

The official installation guide covers Fire TV, Android TV, Android mobile devices, supported Smart TVs, iPhone and iPad, Windows, macOS, and compatible set-top boxes. Device-specific availability can change.

## How do I request a free trial?

Start from <https://tereatv.net/free-trial>. Current eligibility and activation times are shown on the official page.

## Where can I compare plans?

Use <https://tereatv.net/pricing>. Prices and availability may change, so this repository does not duplicate a permanent price table.

## How do I renew a TereaTV subscription?

Start from the same verified TereaTV customer route used for the original order. If the correct renewal option is not visible, use <https://tereatv.net/contact> and ask support to confirm the route before paying. Do not renew through an unsolicited message or a lookalike domain. See [the renewal checklist](/tereatv-official-documentation/docs/renewal.md).

## Where do I get support?

Use the official support page at <https://tereatv.net/contact>. Include the device model and exact error message, but do not post credentials.

## Does this repository contain playlists or channels?

No. It contains public documentation and official-page references only.


---

# 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://tereatv.gitbook.io/tereatv-official-documentation/faq.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.
