# Documentation for the documentation

Welcome to the documentation page about Sportmonks’ documentation! Now that you have completed our[ **get started guide**](/v2/get-started/get-started.md), you can freely choose what you want to go through next! Our extensive API documentation consists of the following sections:

1. [**Tutorials** ](/v2/tutorials/the-basics.md)
2. [**How-to guides**](/v2/how-to-guides/get-started.md)
3. [**API references**](https://football-postman.sportmonks.com/)
4. [**General**](https://sportmonks.com/)
5. [**Getting help**](https://sportmonks.com/contact-support/)

So, yes. This is indeed a documentation page about our documentation! Our documentation sections are classified based on our users' capabilities.&#x20;

The [**tutorial section**](/v2/tutorials/the-basics.md), for instance, is mostly aimed at users without a technical/programming background. There, we show you basic requests and explain how you can use the many features of our API. \
\
The [**how-to guide section**](/v2/how-to-guides/get-started.md) is aimed at more advanced users. Ideally, you'd have read through the tutorial section first before attempting to work yourself through the how-to guides. The how-to guides will show you how to send the right requests to get the API data you need for your own [**livescore page**](/v2/how-to-guides/livescores-and-fixtures/how-to-build-a-livescore-website.md), [**match page with odds**](/v2/how-to-guides/odds-and-predictions/how-to-build-a-match-page-with-odds.md) or [**fantasy game**](https://docs.sportmonks.com/football/how-to-guides/how-to-build-a-fantasy-game).

Finally, the API References, are the most common resources used by developers already familiar with APIs. We also provide our API references in [**Postman**](https://football-postman.sportmonks.com/).

This way, you'll know where and how to navigate through our massive documentation. Good luck!

Want to know more about who we are?

{% content-ref url="/pages/-MPt6FKXcJaHmbi9L7LI" %}
[Broken mention](broken://pages/-MPt6FKXcJaHmbi9L7LI)
{% endcontent-ref %}

{% hint style="info" %}
We constantly seek to improve and expand our documentation. If you think something is missing, or you have an idea for a great tutorial or how-to guide, don't hesitate and contact us! We value your input. Contact us at <sales@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/get-started/documentation-for-the-documentation.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.
