# Sections

{% hint style="info" %}
In this section you'll learn how to get, create and delete sections of a block of your project.
{% endhint %}

{% content-ref url="/pages/-MDJyquuJegeu7Y51DyE" %}
[Get Sections](/api-docs-1/sections/get-sections.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJyqaWZH8Y0qfy2r0z" %}
[Get Section](/api-docs-1/sections/get-section-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJyq8VRIagiHz5uo0L" %}
[Create Section](/api-docs-1/sections/create-section.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJypinFegK8Ye51sij" %}
[Update Section](/api-docs-1/sections/update-section.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJynNK6z9BWnR9PxfV" %}
[Delete Section](/api-docs-1/sections/delete-section.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/sections.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.
