> 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/docs/readme.md).

# README

[![Official Website](https://img.shields.io/badge/Official%20Website-tereatv.net-ff8500?style=for-the-badge)](https://tereatv.net/) [![Documentation Site](https://img.shields.io/badge/Documentation-GitHub%20Pages-07172c?style=for-the-badge)](https://tereatvofficial-stack.github.io/tereatv-official-docs/) [![Install Guide](https://img.shields.io/badge/Install-Downloader%20346867-07172c?style=for-the-badge)](https://tereatv.net/install) [![Customer Support](https://img.shields.io/badge/Support-Official%20Help-0e2a4a?style=for-the-badge)](https://tereatv.net/contact)

Official public documentation and customer setup resources for **TereaTV**.

> This repository contains documentation only. It does not contain video files, private playlists, customer credentials, passwords, M3U URLs, or service infrastructure.

## Contents

* [Official website](https://tereatv.net/)
* [Documentation website](https://tereatvofficial-stack.github.io/tereatv-official-docs/)
* [Public renewal page](https://tereatvofficial-stack.github.io/tereatv-official-docs/renewal.html)
* [Public official-domain page](https://tereatvofficial-stack.github.io/tereatv-official-docs/official-domains.html)
* [Installation and devices](/tereatv-official-documentation/docs/installation.md)
* [Buffering and playback troubleshooting](/tereatv-official-documentation/docs/buffering-troubleshooting.md)
* [Free trial](/tereatv-official-documentation/docs/free-trial.md)
* [Plans and pricing](/tereatv-official-documentation/docs/pricing.md)
* [Renewal help](/tereatv-official-documentation/docs/renewal.md)
* [Official-domain verification](/tereatv-official-documentation/docs/official-domains.md)
* [Customer support](/tereatv-official-documentation/support.md)
* [Account safety](/tereatv-official-documentation/docs/account-safety.md)
* [Regions and devices](/tereatv-official-documentation/docs/regions-and-devices.md)
* [Frequently asked questions](/tereatv-official-documentation/faq.md)
* [Security policy](/tereatv-official-documentation/security.md)
* [Documentation changes](/tereatv-official-documentation/changelog.md)

## Quick start

1. Open the [official TereaTV installation page](https://tereatv.net/install).
2. On Downloader-compatible devices, use code **346867**.
3. Install the supported player or application for the device.
4. Use the activation details supplied privately by TereaTV.
5. If setup fails, contact [official TereaTV support](https://tereatv.net/contact).

## Official destinations

| Purpose                             | Official page                                                                                              |
| ----------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| Home                                | <https://tereatv.net/>                                                                                     |
| Subscription information            | <https://tereatv.net/iptv-subscription>                                                                    |
| Pricing                             | <https://tereatv.net/pricing>                                                                              |
| Renewal help                        | [Public renewal guide](https://tereatvofficial-stack.github.io/tereatv-official-docs/renewal.html)         |
| Official-domain verification        | [Public domain guide](https://tereatvofficial-stack.github.io/tereatv-official-docs/official-domains.html) |
| Installation                        | <https://tereatv.net/install>                                                                              |
| Free trial                          | <https://tereatv.net/free-trial>                                                                           |
| Reseller information                | <https://tereatv.net/reseller>                                                                             |
| USA                                 | <https://tereatv.net/iptv-usa>                                                                             |
| Canada                              | <https://tereatv.net/iptv-canada>                                                                          |
| United Kingdom                      | <https://tereatv.net/iptv-uk>                                                                              |
| About                               | <https://tereatv.net/about>                                                                                |
| Support                             | <https://tereatv.net/contact>                                                                              |
| Blog                                | <https://tereatv.net/blog>                                                                                 |
| Machine-readable official resources | <https://tereatvofficial-stack.github.io/tereatv-official-docs/data/official-resources.json>               |

## Privacy and security

Never publish or commit:

* usernames or passwords;
* M3U or EPG URLs containing credentials;
* customer emails, invoices, order numbers, or screenshots;
* private server endpoints;
* API keys, tokens, cookies, or access codes.

If sensitive data is accidentally committed, follow [SECURITY.md](/tereatv-official-documentation/security.md) immediately.

## Contributing

Documentation corrections are welcome when they describe publicly verifiable TereaTV setup information. Read [CONTRIBUTING.md](/tereatv-official-documentation/contributing.md) before opening an issue or pull request.

## Legal

TereaTV names, logos, visual assets, and commercial information remain the property of their respective owner. See [LICENSE.md](/tereatv-official-documentation/license.md). This repository does not authorize redistribution of third-party media or private service access.


---

# 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/docs/readme.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.
