# Right Panel

## Overview

The **Right Panel** in Brainboard provides quick access to your architecture's resources, generated code, validation issues, and deployment configuration. It serves as a central hub for reviewing, configuring, and managing your cloud infrastructure.

***

## Panel Controls

### Collapsing/expanding the Panel

Click the **arrow icon** at the top of the panel to collapse/expand it.

<figure><img src="https://2733077811-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7YhVIZuz5Brv8kisTlFL%2Fuploads%2FJte3hsURupI2gMPCsTCs%2Fimage.png?alt=media&#x26;token=769f96eb-57c5-4086-9a43-129d8bc25b14" alt="" width="511"><figcaption></figcaption></figure>

### Keyboard Shortcuts

* `SHIFT+CMD+D` / `SHIFT+CTRL+D` - Toggle **Code** tab.
* `SHIFT+CMD+R` / `SHIFT+CTRL+R` - Toggle **Resources** tab.

### Resizing

Drag the **left edge** of the panel to resize its width according to your preference.

## Available tabs

The Right Panel features four main tabs, each serving a specific purpose:

1. [**Resources**](https://docs.brainboard.co/cloud-design/broken-reference)**:** View and manage all resources in your architecture.
2. [**Code**](https://docs.brainboard.co/cloud-design/right-panel/code)**:** View and edit generated Terraform code.
3. [**Issues**](https://docs.brainboard.co/cloud-design/right-panel/issues)**:** Review architecture warnings and validation errors.
4. [**Deploy**](https://docs.brainboard.co/cloud-design/right-panel/deploy)**:** Configure and monitor CI/CD deployment pipelines.

## Best Practices

* **Use the&#x20;**<mark style="color:$primary;">**Resources**</mark>**&#x20;tab** for quick parameter checks and navigation between resources.
* **Use the&#x20;**<mark style="color:$primary;">**Code**</mark>**&#x20;tab** when you need to make bulk changes or prefer code-first workflows.
* **Check the&#x20;**<mark style="color:$primary;">**Issues**</mark>**&#x20;tab** regularly, especially before running Terraform plan or apply.
* **Configure the&#x20;**<mark style="color:$primary;">**Deploy**</mark>**&#x20;tab** once and use it to maintain consistent deployment workflows.

***

## Related articles

* [Resources List](https://docs.brainboard.co/cloud-design/right-panel/resources-list): Detailed resource management.
* [Resource Configuration](https://docs.brainboard.co/cloud-design/right-panel/resource-configuration): Advanced resource configuration.
* [Code Edition](https://docs.brainboard.co/cloud-design/code-edition): Code editing capabilities.
* [Design Area](https://docs.brainboard.co/cloud-design/design-area): Visual diagram interface.
