# TV Shows

Selecting TV Shows will redirect the user to the series page where all the series would be listed in the relevant categories.<br>

User can select any series and a box will appear with episodes of the season and other metadata descriptions.&#x20;

User can also select any season of the series from the drop-down and all the episodes of that specific season would show.&#x20;


---

# 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.vodlix.com/user-manual/front-end/movies.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.
