# News

In this part of the tutorial series, we’re going to discuss News. We’ll explain what our News entails, how you can request it and how you can enrich and filter your responses. This chapter is split between pre-match and postmatch news.

{% content-ref url="/pages/BIX9TPxSAY8z3WxGt22A" %}
[Pre-match News](/v3/tutorials-and-guides/tutorials/news/pre-match-news.md)
{% endcontent-ref %}

{% content-ref url="/pages/22km2N9ceBPjcjvN2kj8" %}
[Post-match News](/v3/tutorials-and-guides/tutorials/news/post-match-news.md)
{% endcontent-ref %}

### See also

#### Prerequisites

* [API Structure & Navigation](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/api-structure-and-navigation) - Understanding endpoints
* [Fixtures Tutorial](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/livescores-and-fixtures/fixtures) - Link news to specific matches

#### Related features

* [Teams](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/teams-players-coaches-and-referees) - Get team-specific news
* [Players](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/teams-players-coaches-and-referees) - Player news and updates
* [Livescores](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/livescores-and-fixtures/livescores) - Combine news with live scores

#### Building news features

* [Filter and Select](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/filter-and-select-fields) - Filter news by category
* [Pagination](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/introduction/pagination) - Navigate news feeds
* [Includes Tutorial](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/includes) - Enrich news with related data

#### API reference

* [News Endpoints](https://docs.sportmonks.com/v3/endpoints-and-entities/endpoints/news) - Complete API documentation


---

# 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/news.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.
