# Controllers bar

{% hint style="info" %}
Not all controllers are available in all modules
{% endhint %}

### Header

Edit icon Should allow user to modify title of the current building block.&#x20;

Description icon Should allow user to include a comment on the current building block.&#x20;

Duplicate/copy icon Should allow user to duplicate the current building block.&#x20;

Delete (archive) icon Should allow user to delete the current building block. Should trigger confirmation modal.&#x20;

Expand/Collapse icon Should allow user to show or hide the selected building block details.&#x20;

### Footer

Save button (primary) Should allow user to save current widget settings to database.&#x20;

Reset button (secondary) Should allow user to reset (delete) current widget settings.&#x20;

Cancel button (danger) Should allow user to temporarily disable the current widget (and dependencies) state.&#x20;

Resume button (success) Should allow user to resume the current widget (and dependencies) state. Triggered only after cancellation.&#x20;

Archive button (danger) Should allow user to permanently disable the current widget (and dependencies) state.&#x20;

Run now button (primary) Should allow user to deploy the widget action.&#x20;

Pause button (secondary or run now dropdown) Should allow user to pause the widget action. Schedule icon Should allow user to schedule recurrence and recipients. Detailed in #...&#x20;

Shareable link icon Should allow user to copy URL to clipboard.


---

# 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://docs.advertisingbeast.com/managing-advertising-accounts/modules/cross-module-components/building-blocks/controllers-bar.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.
