# How to modify the model of an existing block?

{% hint style="success" %}
You can modify the block model, or the model / structure of your content, at any time.&#x20;
{% endhint %}

To do it is very simple.

1. First of all, click on the **name of the Block** you want to modify that you find in the left sidebar
2. Then click **Content Structure**, the second item on the tab
3. You will be redirected to the page that allows you to edit the content model. In the left part of the page you can modify the model by going to remove, add or modify each Element. In the right column, however, you can change the configuration of your Block, such as the Name, Description, Icon, Features, etc ...
4. Once the modification is complete, click on the **Save** button.


---

# 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/how-to-modify-the-model-of-an-existing-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.
