# Match & team pages

Most websites allow their users to click on a specific match in order to show the corresponding match page. These match pages are often filled with big events, lineups, various statistics about the players, the match itself, and sometimes even the coach.

In this how-to guide, we’ll show you how you can use [SportMonks’ API](https://sportmonks.com/football-api/) data in order to create these match pages.

{% content-ref url="/pages/-MJXPl9DDKGNH4lQM76c" %}
[How-to build a match page with events and statistics](/v2/how-to-guides/match-and-team-pages/how-to-build-a-match-page-with-events-and-statistics.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJXPsdDRcJ6jsyTCRr3" %}
[How-to build a match page with line-ups/formations](/v2/how-to-guides/match-and-team-pages/how-to-build-a-match-page-with-line-ups-formations.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJXPwtv6tdXiGamLe4D" %}
[How-to build a team page with season stats and squads](/v2/how-to-guides/match-and-team-pages/how-to-build-a-team-page-with-season-stats-and-squads.md)
{% endcontent-ref %}

{% hint style="info" %}
We recommend you submit your requests with Postman since we have already prepared the request for you there! Hit the button below to import our Football API collection.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://football-postman.sportmonks.com/)
{% 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://docs.sportmonks.com/v2/how-to-guides/match-and-team-pages.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.
