# Season schedule

In the previous chapter, you’ve learnt about leagues and seasons and considered the starting point of a football application. The next section will teach you about season schedules and the most common structures.

{% content-ref url="/pages/CT20OUNbtwUyZQFbLt9X" %}
[Schedules](/v3/tutorials-and-guides/tutorials/season-schedule/schedules.md)
{% endcontent-ref %}

{% content-ref url="/pages/eV52bFYwgrYSHpoCp4RF" %}
[Stages](/v3/tutorials-and-guides/tutorials/season-schedule/stages.md)
{% endcontent-ref %}

{% content-ref url="/pages/z0z6r6Q4Lh1SIDeKBGi3" %}
[Rounds](/v3/tutorials-and-guides/tutorials/season-schedule/rounds.md)
{% endcontent-ref %}

***

### See also

#### Prerequisites

* [Leagues and Seasons](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/leagues-and-seasons) - Understanding league structure
* [Fixtures Tutorial](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/livescores-and-fixtures/fixtures) - Working with fixture data

#### Related features

* [Standings](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/standings) - League tables and rankings
* [Livescores](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/livescores-and-fixtures/livescores) - Track live matches from schedule
* [Statistics](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/statistics) - Season statistics and analysis

#### Building schedule features

* [Filter and Select](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/filter-and-select-fields) - Filter by rounds, stages, dates
* [Includes Tutorial](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/includes) - Enrich schedule with additional data
* [Pagination](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/introduction/pagination) - Handle large season datasets

#### API reference

* [Schedules Endpoints](https://docs.sportmonks.com/v3/endpoints-and-entities/endpoints/schedules) - API documentation
* [Rounds Endpoints](https://docs.sportmonks.com/v3/endpoints-and-entities/endpoints/rounds) - Round-based organization


---

# 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.sportmonks.com/v3/tutorials-and-guides/tutorials/season-schedule.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.
