# Get Started with our how-to guides

Welcome to our how-to guide about building API requests. We briefly touched upon sending requests and receiving responses on our [**getting started**](/v2/get-started/get-started.md) page. This guide assumes you are already familiar with most of our various features that have been discussed in the [**tutorials**](/v2/tutorials/the-basics.md) and that you have your own personal [**API token**](https://my.sportmonks.com/api-tokens/personal) ready.&#x20;

{% embed url="<https://www.youtube.com/watch?v=BQ2ewopJVUo&feature=emb_title>" %}
Get started with our video tutorial
{% endembed %}

### **Need a recap?**

{% content-ref url="/pages/-MJXRO-ySDEZtMQltiyh" %}
[Getting Started](/v2/get-started/get-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MM\_BfNn6hF24on2IYyn" %}
[Introduction to our API](/v2/tutorials/the-basics.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/get-started.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.
