# What are the configurations of the HLS video we deliver?

For an HD title, the HLS stream contains the below renditions:

* 1920x1080
* 1280x720
* 840x480
* 640x360
* 426x240

{% hint style="info" %}
**Note**: The stream will automatically adapt to the best - suiting rendition when played, ensuring viewing experiences across devices, playback platforms, and network conditions.
{% endhint %}

The path to the index files are structured as followed:

Main file: 88074/main/play-88074.m3u8

Trailer file: 88074/trailer/play-88074.m3u8

{% hint style="info" %}
**88074** is the title ID that can be queried from our API.
{% endhint %}


---

# 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://rshelp.allrites.com/what-are-the-configurations-of-the-hls-video-we-deliver.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.
