> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/platform/live-cockpit/customize-dashboard-layout.md).

# Customize Dashboard Layout

### Move Widgets

You can rearrange widgets using drag and drop.

### Masonry

Enable "Masonry" to position all widgets as space-efficiently as possible.

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FpGIXZpXx7MRo7v4o8gY6%2F414B6616-4F41-44A6-BAB6-109C627C22EE.png?alt=media&#x26;token=3f43028c-fc82-4bcc-b0ad-a54a6b330629" alt=""><figcaption><p>Left: Masonry "OFF", Right: Masonry "ON".<br>Click on the image to enlarge it</p></figcaption></figure></div>

{% hint style="warning" %}
**Note**: When Masonry is enabled, widgets can no longer be moved manually.
{% endhint %}

### Change Widget Size

You can determine how much horizontal space widgets should occupy. This setting is more useful for some widgets than for others. Compare the size of the "Air Conditioner" asset in the following screenshots:

{% @supademo/embed url="<https://app.supademo.com/demo/Wy7zYDeYGeQ_TKGN0mqL0>" demoId="Wy7zYDeYGeQ\_TKGN0mqL0" fullWidth="true" %}

1. Make sure you are in the "Dashboards" menu
2. On a widget: Click "More Options"

   ▷ The "More Options" menu opens
3. Click "Change Size"

   ▷ The available sizes are displayed
4. Click on the desired size

   ▷ The widget is displayed in the desired size


---

# 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.buildings.ability.abb/collection/platform/live-cockpit/customize-dashboard-layout.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.
