# Common Path

{% hint style="info" %}
In this section you’ll find useful information on how to use MBurger API.
{% endhint %}

{% content-ref url="/pages/-MDJTWBQ2-xbCu6JkKPQ" %}
[Basics](/api-docs-1/common/basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJTVlthg8qchNACCMn" %}
[POST Bodies](/api-docs-1/common/post-bodies.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJTVORVBfHnDblx8FS" %}
[POST Relations](/api-docs-1/common/relations.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJTUugkBItcKEnhDU6" %}
[Evaluating Responses](/api-docs-1/common/evaluating-responses.md)
{% endcontent-ref %}


---

# 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.mburger.cloud/api-docs-1/common.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.
