> For the complete documentation index, see [llms.txt](https://docs.brainboard.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brainboard.co/cloud-design/right-panel/resources-list.md).

# Resources

The **Resources** list provides a comprehensive overview of all cloud resources in your architecture, displayed as interactive cards. This interface enables quick navigation, parameter inspection, and resource management directly from the right panel.

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

## Key User Goals

The **Resources List** is designed to help you:

1. **Find resources quickly:** Search and filter through all resources in your architecture.
2. **See resource overview:** View key parameters and configuration at a glance.
3. **Navigate to diagram:** Jump directly to any resource's location in the visual diagram.
4. **Understand relationships:** See how resources connect and reference each other.

{% hint style="info" %}
Each resource is displayed as a card. Learn more about [resource cards](/cloud-design/right-panel/resources-list/resource-cards.md).&#x20;
{% endhint %}

***

## Search and Filter

### Resource Search

Use the search option at the top of the **Resources** to filter resources by:

* **Resource Name:** Search by the **Terraform** resource name.
* **Resource Type:** Filter by type (e.g., "storage", "network", "compute").
* **Parameters:** Find resources with specific parameter values.

{% hint style="info" %}

### Search Behavior

* Search is **real-time** - results update as you type.
* Search is **case-insensitive**
* Partial matches are supported
* Clear the search to see all resources again
  {% endhint %}

***

## View Modes

The **Resources** list supports two organizational modes:

### Dynamic View

This view displays all resources in a single continuous list, sorted by creation order or file assignment. It is ideal for:

* Smaller architectures (under 50 resources).
* Quick scanning of all resources.
* Finding resources by scrolling.

### File-Grouped View

This view organizes resources by their **Terraform** file assignment, with collapsible sections for each file. This view is ideal for:

* Larger architectures with many resources.
* Viewing resources by logical file organization.
* Understanding file structure.

{% hint style="info" %}
For architectures with many resources, **File-Grouped** View automatically activates to improve performance and navigation.
{% endhint %}

***

## Visibility States

The **Resources** list displays different messages when:

* **No Resources:** <mark style="color:$primary;">"Drop a resource on the canvas."</mark>
* **No Visible Resources:** When all resources are outside the visible canvas area, you'll see a <mark style="color:$primary;">**`Fit Content to View`**</mark> button.
* **No Search Results:** <mark style="color:$primary;">"No results found"</mark> message is displayed when no resource matches the searched text/keyword. In this case, you can clear the text/keyword in the search bar and try again.

***

## Related articles

* [Resource cards](/cloud-design/right-panel/resources-list/resource-cards.md): Information on card components, parameters display, and card actions.&#x20;
* [Resource Organization](/cloud-design/right-panel/resources-list/resource-organization.md): Default, auto, and manual file assignment.&#x20;
* [Best Practices and Shortcuts](/cloud-design/right-panel/resources-list/best-practices-and-sortcuts.md): Best practices for using the **Resources** list and keyboard shortcuts.
* [Resource Configuration](/cloud-design/right-panel/resource-configuration.md): Detailed resource configuration interface.
* [Right Panel](/cloud-design/right-panel.md): Overview of all right panel tabs.
* [Design Area](/cloud-design/design-area.md): Visual diagram interface.
* [Split Code into Files](/cloud-design/autogenerated-code/split-code-into-files.md): Organizing **Terraform** files.


---

# 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://docs.brainboard.co/cloud-design/right-panel/resources-list.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.
