# Create a Block

{% hint style="info" %}
Once you've created your first project, you can create your first ***block***
{% endhint %}

In the left side menu, under "Block" click on **+ add Block**

![](/files/-MD_KRIObCmq3-SCIFzE)

It appears a central pop-up, in which you can add your Block's name (e.g. News, Blog, Products) and choose an icon.&#x20;

Click on **Create** and your first block will be ready to be customized.💥

![](/files/-MD_J41SWasEnywzr-xM)

{% hint style="success" %}
In the main menu on the left 👈, you will see your newly created block.&#x20;
{% endhint %}

Your dashboard will redirect you to the page where you can actually define the structure of the Block by adding Elements and defining their properties.

![](/files/-MDobs9J8UKEKRPJtgvC)


---

# 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/create-a-block.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.
