# Brick Actions Panel

Select a mod from the [Mod Panel](/platform-overview/page-editor/page-editor-components/mod-listing-panel.md) and you'll see a new panel appear directly to the right. This panel is called the Brick Actions Pipeline, and it displays the bricks that are associated with a mod.&#x20;

{% hint style="info" %}
You can think of the Brick Actions Pipeline as a step-by-step workflow showing what happens when a mod runs.
{% endhint %}

The toolbar at the top includes two action buttons that apply to the selected brick below it.

<figure><img src="/files/1Azs9CrqHYmnux01xiIQ" alt=""><figcaption></figcaption></figure>

* **Copy (Copy Icon)**: copies the selected brick. You can paste the brick into the same mod or another mod.
* **Delete (Trashcan)**: deletes the selected brick.

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

{% hint style="info" %}
The first item in the outline is always one of the Starter Bricks. Learn more about Starter Bricks in [Types of Mods](/developing-mods/developer-concepts/types-of-mods.md).
{% endhint %}

Below the starter brick, you'll find a list of bricks in the mod that will be run when the mod is initiated.&#x20;

### Brick Summary Information

Each brick displays a summary of it’s information:

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

* Icon: indicates the type of brick
* Label: the brick name, or custom label set in [Brick Configuration Panel](/platform-overview/page-editor/page-editor-components/brick-configuration-panel.md)
* Output Variable Name: the variable name of the brick output (also set in the [Brick Configuration Panel](/platform-overview/page-editor/page-editor-components/brick-configuration-panel.md)
* **Brick Status Indicator**: the status from the mod’s latest run. This is useful for [Troubleshooting](/developing-mods/troubleshooting.md) if your mod isn't working

### Brick Actions

#### ➕ Adding a Brick

To add a brick, click the **+** icon in the location to add the brick.

#### 🛠️ Configuring a Brick

To configure a brick, select the brick, and options appear in the [Brick configuration panel](/platform-overview/page-editor/page-editor-components/brick-configuration-panel.md) in the center of the Page Editor.

#### 🔄 Moving a Brick

To move a brick, click the up or down arrow for that brick.

Next, learn about [adjusting the settings](/platform-overview/page-editor/page-editor-components/brick-configuration-panel.md) of a selected brick.


---

# 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.pixiebrix.com/platform-overview/page-editor/page-editor-components/brick-actions-panel.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.
