> For the complete documentation index, see [llms.txt](https://docs.sportmonks.com/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportmonks.com/v3/api/request-options.md).

# Request options

This chapter shows you how to fine-tune your API calls using **includes**, **selecting fields**, using **filtering**, and **ordering / sorting**. Mastering request options helps you fetch exactly what you need and omit what you don’t for faster, leaner, more efficient responses.

{% content-ref url="/pages/8woqlNbvAd1VURLluxzr" %}
[Includes](/v3/api/request-options/includes.md)
{% endcontent-ref %}

{% content-ref url="/pages/Xxrws6kugi3UtJ8ZiPrU" %}
[Selecting fields](/v3/tutorials-and-guides/tutorials/filter-and-select-fields/selecting-fields.md)
{% endcontent-ref %}

{% content-ref url="/pages/eF1NC9L4erLtB2KLQoSM" %}
[Filtering](/v3/api/request-options/filtering.md)
{% endcontent-ref %}

{% content-ref url="/pages/O3JMbzOjrYz4Xj4xGKWP" %}
[Selecting and filtering](/v3/api/request-options/selecting-and-filtering.md)
{% endcontent-ref %}

{% content-ref url="/pages/8cSk6PiDzZuXbCgh8pnv" %}
[Ordering and sorting](/v3/api/request-options/ordering-and-sorting.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/api/request-options.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.
