# Dashboard Layout

## The Items Panel

All Items in a Dashboard are placed in a **Panel**, which can be oriented either horizontally or vertically. Panels can contain other Panels - in this way, you can quickly create complex and flexible layouts in your Dashboards.

To view the current layout of your Panels, clock on the **Show panels** toggle in the Dashboard control bar, as shown in the screenshot below <mark style="color:green;">**(1)**</mark>. This will reveal outlines of the Panels, and show their directions <mark style="color:green;">**(2)**</mark>.

<figure><img src="/files/TsqtVZ5QTPVPChyyzBRw" alt=""><figcaption><p>Panel Orientation</p></figcaption></figure>

{% hint style="info" %}
By default, all Dashboards are created with a single `horizontal` Panel. This Panel cannot be deleted, but its orientation can be changed.
{% endhint %}

## Adding Items to Panels

To add an Item to a Panel, drag a new Item from the Control bar, or an existing Item from anywhere else in the Dashboard. As shown in the screenshots below, the blue insertion indicator will tell you whether the target Panel is oriented vertically <mark style="color:green;">**(1)**</mark> or horizontally <mark style="color:green;">**(2)**</mark>.

<figure><img src="/files/zvYe59VonAX1WDH0qDhh" alt=""><figcaption><p>Dragging items into a Panel</p></figcaption></figure>

## Adding Space

You can add blank space between Items or Panels using a Spacer. To add a Spacer, drag the Spacer icon <img src="/files/LggaV9N0zDAUXEUnouLy" alt="" data-size="line">from the control bar, and enter a height/width as desired.


---

# 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://help.taglo.io/dashboards/dashboard-layout.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.
