# Welcome

- [Welcome](https://docs.sportmonks.com/v3/welcome/welcome.md): Welcome to Sportmonks! We're thrilled to have you here. Explore our football documentation to access comprehensive information about Sportmonks’ Football API.
- [Getting Started](https://docs.sportmonks.com/v3/welcome/getting-started.md)
- [Quick Start Guide](https://docs.sportmonks.com/v3/welcome/quick-start-guide.md)
- [Most important docs pages](https://docs.sportmonks.com/v3/welcome/most-important-docs-pages.md): Whether you're just getting started or refining your integration, these are the pages you’ll use most. Bookmark them, explore them, and make the most of your Sportmonks journey.
- [What can you do with Sportmonks' data?](https://docs.sportmonks.com/v3/welcome/what-can-you-do-with-sportmonks-data.md)
- [Differences between API 2 and API 3](https://docs.sportmonks.com/v3/welcome/differences-between-api-2-and-api-3.md)
- [API Changes](https://docs.sportmonks.com/v3/welcome/differences-between-api-2-and-api-3/api-changes.md)
- [Syntax and filters](https://docs.sportmonks.com/v3/welcome/differences-between-api-2-and-api-3/syntax-and-filters.md)
- [New endpoints and data features](https://docs.sportmonks.com/v3/welcome/differences-between-api-2-and-api-3/new-endpoints-and-data-features.md)
- [Authentication](https://docs.sportmonks.com/v3/welcome/authentication.md): All of our APIs require authentication. You can create API tokens in MySportmonks.
- [Making your first request](https://docs.sportmonks.com/v3/welcome/making-your-first-request.md): Now that all prerequisites have been fulfilled, we’re ready to send our first request to the API!
- [Best practices](https://docs.sportmonks.com/v3/welcome/best-practices.md)


---

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