> 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/bloc-editor/bloc-settings/main-bloc-settings.md).

# Main Bloc Settings

The Main Bloc Settings are the general settings that contain the information and location of the Bloc.

<figure><img src="/files/jYLr825UbJHBfx2z20aj" alt=""><figcaption></figcaption></figure>

### Change Bloc Name

Simply used to change the name of the Bloc.

### Bloc Section

Allows you to update the [section ](/blocworx-documentation/module/module-overview/module-sections.md)where the bloc is located.

{% hint style="success" %}
Coming Soon: The ability to change the section from the [Add Remove Blocs and Sections](/blocworx-documentation/module/edit-a-module/add-remove-sections-and-blocs.md) area in the [module editor](/blocworx-documentation/module/edit-a-module.md).
{% endhint %}

### Review and Troubleshooting

Allows you to generate a **visual flow chart** of your bloc using **Mermaid JS**, giving you a quick overview of how your fields and rules are connected.

While this tool is useful for understanding and reviewing field logic, **functionality cannot be guaranteed**, as certain field names or parameters may conflict with **Mermaid JS reserved words**.

Even if the visual chart doesn't load correctly, you can **still read the text and relationships** it attempts to map, which can help you troubleshoot or understand rule-based links in your bloc.

### Availability

Makes the Bloc accessbile through the sidebar.

### Change Icon

Allows you to change the icon for the bloc where it is listed in the [module](/blocworx-documentation/module/module-overview.md).

### Untick to Disable Bloc (Bloc Enabled/Disabled)

Used to remove the bloc visually from the front end of the module.

{% hint style="info" %}
Note: Please don't use this as a secure way of preventing people from accessing the bloc
{% 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/bloc-editor/bloc-settings/main-bloc-settings.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.
