# Welcome

We'll briefly inform you about the features of our API and then you can explore our documentation for yourself.

Sportmonks offers standard REST APIs. Requests are sent with URLs and responses will be returned in **JSON format**. Every authentication is spearheaded by an API token. We have assembled a library of all of our endpoints including example requests in **Postman**.

If you want to get started right away, great! Head over to our [**Getting Started section**](broken://pages/-MJXRO-zJMhLnlDgMYkK), where you'll create your own API token and create your first request.

Else, you can refer to our [**Documentation Organization section**](broken://pages/-MJXML22bhaj_flW_fUT), to see what's relevant for you.

Are you here for our [**API References Guide**](https://football-postman.sportmonks.com/)? No problem here's a link and enjoy! For any technical questions, you can email our support team[ support@sportmonks.com](mailto:support@sportmonks.com).


---

# 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/odds-api/getting-started/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.
