> For the complete documentation index, see [llms.txt](https://manual.blocworx.com/blocworx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.blocworx.com/blocworx-documentation/module/edit-a-module/add-remove-sections-and-blocs.md).

# Add, remove and move Sections and Blocs

![](/files/-M_G6PtOE8oEWPRiUQ2V)

#### Add Section

To add a [section](/blocworx-documentation/module/module-overview/module-sections.md), simply type the name of the new section into "Add Section" and click "Add".

#### Edit Section Name

Click "Edit Name" to the right of the section.

#### Delete a Section

Click "Delete" beside the section name. <br>

{% hint style="success" %}
Deleting a section will not remove blocs, simply move them to "No Section Assigned"
{% endhint %}

#### Add New Bloc

To add a bloc, simply type the name of the bloc, optionally choose the section, then click "Add". You can also select the icon for the bloc by clicking "Select Icon".\ <br>

![](/files/-M_G960-eAIIbqSm3hpI)

{% hint style="info" %}
Blocs that do not have a sections will appear under a section called "No Section Assigned"
{% endhint %}

{% hint style="danger" %}
If a section has no blocs, on the front-end this empty section will not appear. Also, if there are blocs but the [user does not have access to these blocs](broken://pages/-M_G7RIlNZ4Y6bkAFizO), they will also not see the section. To put it simply, you will never see empty sections on the front end.
{% endhint %}

#### Move and delete Blocs

To move a bloc left or right, hover over the bloc and click the green left or right buttons. To remove it, click the Trash button. You will be prompted before being able to complete this action

![](/files/-M_G92_m-t3AV2NxX9Zx)

{% hint style="danger" %}
Deleting a bloc cannot be undone. However it does not remove the data in the database. If you have accidentally deleted a bloc you will need to contact <support@blocworx.com> to retrieve your data.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.blocworx.com/blocworx-documentation/module/edit-a-module/add-remove-sections-and-blocs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
