# Brick Actions Panel

Select a mod from the [Mod Panel](https://docs.pixiebrix.com/platform-overview/page-editor/page-editor-components/mod-listing-panel) 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="https://2274778196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq123bF1HPQPV35s5vHa1%2Fuploads%2F12emlAtacWARlZ799dxe%2Fimage.png?alt=media&#x26;token=eb3b59f0-fd50-48de-b189-a9b558b5f4c0" 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="https://2274778196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq123bF1HPQPV35s5vHa1%2Fuploads%2FLtRAD5zCH77eGk9yTRvO%2Fimage.png?alt=media&#x26;token=3de45878-6447-4114-86d0-38457ba48cdd" 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](https://docs.pixiebrix.com/developing-mods/developer-concepts/types-of-mods "mention").
{% 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="https://2274778196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq123bF1HPQPV35s5vHa1%2Fuploads%2FIopcH2dXmkp1zpYosRkV%2Fimage.png?alt=media&#x26;token=4d3461e0-0859-42d6-bca2-ac7c6dd411c2" alt=""><figcaption></figcaption></figure>

* Icon: indicates the type of brick
* Label: the brick name, or custom label set in [brick-configuration-panel](https://docs.pixiebrix.com/platform-overview/page-editor/page-editor-components/brick-configuration-panel "mention")
* Output Variable Name: the variable name of the brick output (also set in the [brick-configuration-panel](https://docs.pixiebrix.com/platform-overview/page-editor/page-editor-components/brick-configuration-panel "mention")
* **Brick Status Indicator**: the status from the mod’s latest run. This is useful for [troubleshooting](https://docs.pixiebrix.com/developing-mods/troubleshooting "mention") 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](https://docs.pixiebrix.com/platform-overview/page-editor/page-editor-components/brick-configuration-panel) 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](https://docs.pixiebrix.com/platform-overview/page-editor/page-editor-components/brick-configuration-panel) of a selected brick.
