# M3U

`m3u` is a playlist that is currently the standard in IPTV. It provides less features and flexibility than `w3u`, but it is the most popular playlist format at the moment.

These are the fields that we currently support for `m3u` playlists:

## #EXTM3U fields

| Name    | Type   | Description                                                                                                                                            |
| ------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| url     | String | The URL of this playlist. This option allows the app to update the list. When no value is specified, the app auto-injects it during the import process |
| url-tvg | String | The EPG URL to load and use for this playlist                                                                                                          |

## #EXTINF fields

| Name        | Type   | Description                                   |
| ----------- | ------ | --------------------------------------------- |
| group-title | String | The name of the group where this link belongs |
| tvg-id      | String | The EPG ID for this channel                   |
| tvg-logo    | String | The image URL of the link                     |


---

# 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://docs.dimplay.app/playlists/m3u.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.
