> For the complete documentation index, see [llms.txt](https://developer.mediarithmics.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.mediarithmics.io/dashboards/sections-and-cards.md).

# Sections and cards

A [DashboardContent](/dashboards/reference.md#dashboardcontent) is composed of sections and cards.

* Each section has a title and cards disposed on a grid.
* Each card is a white block organizing [charts](/dashboards/charts.md) horizontally or vertically.

<figure><img src="/files/ZHbThwXvu1dVDo7W2TLR" alt=""><figcaption><p>Dashboard structure</p></figcaption></figure>

The size and position of each card is defined by a 12 column grid, with as many rows as needed. Cards size and position are set with `{h,w,x,y}` properties :&#x20;

* `h` is the number of rows that the card takes.
* `w` is the number of columns that the card takes
* `{x,y}` are the coordinates of the top left corner of the card on the grid

Here is a sample grid with five cards and their corresponding properties :&#x20;

![A sample grid with 5 cards](https://lh5.googleusercontent.com/H6pY5bRARXZcGmoTzNq9UGfIrubGQa_J4moSjiIaeTUkxK9mheT0R2iIpBwc64dlI-EvCpDiiA5YZdKcomsyK4MAv7zARBuNaWF4Ep-n0POOJUPswlQWzxLLcZftXhwdNdKKGTDymj0)


---

# 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:

```
GET https://developer.mediarithmics.io/dashboards/sections-and-cards.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.
