# Definition

![User uploaded image](https://mumblemo.teamwork.com/spaces/api/v1/spaces/880/pages/4611/attachments/inline/3168/view)

## **Block**

{% hint style="info" %}
A ***block*** is an abstract model with which you define the structure of a piece of content.&#x20;

Each *block* is made up of one or more *elements*.&#x20;
{% endhint %}

For example, if you are creating a *block* for a blog article, you would create a model presumably composed of:

* &#x20;A **textarea** *element* for the title
* &#x20;A **markdown** *element* for the actual content
* &#x20;An **image** image *element* for the featured image
* &#x20;A **dropdown** *element* to create and pick categories for your articles

## **Section**

{% hint style="info" %}
A ***Section*** represents the *block* when it has been filled with its content
{% endhint %}

{% hint style="success" %}
When you create the *block*  for a blogpost and add content to it, you get a *section*
{% endhint %}

## **Element**

{% hint style="info" %}
&#x20;With the term ***Element***, we identify the fields that make up a certain block.&#x20;
{% endhint %}

For instance, if the *block* is the model for a blog post, its *elements* could be a **text area**, **media**, **images**, **link** etc.

&#x20;


---

# 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://userguide.mburger.cloud/getting-started/definition.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.
