> For the complete documentation index, see [llms.txt](https://docs.castmill.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.castmill.com/content/playlists/layouts.md).

# Layouts

It is possible to select between several layouts so that you can show more content on a display, specially if the display is large you can use this feature to show more items at the same time.

When creating a new playlist select the layout you prefer, for example you can choose the one that divides a display in 6 sections:

![](/files/-M_VSvdflm-Mnp90nEcN)

Since your layout has more than one section, you have actually in total 6 playlists, one for every section.

You can choose in which section you want to put your items by selecting the section from the dropdown control:

![](/files/-M_VTG_tO97i1kyf2mrb)

Adding items in one section will appear in the correct section on the preview:

![](/files/-M_VTUl6Paa4xZz4tYp3)

You can add as many items you want on every section since each is also a playlist, and so on:

![](/files/-M_VTndbwDH-xMw1JSE_)

![](/files/-M_VYd2LfkvCKEGrf5_1)

{% hint style="info" %}
Keep in mind that hardware may have limits on how many videos that can be played at the same time.
{% endhint %}

Layouts are also important to consider if you want to show content on a portrait display (default is landscape). By selecting the portrait layout you can preview how the end result will look like on the display.

![](/files/-M_VUeINLnxu9fwab4RH)


---

# 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.castmill.com/content/playlists/layouts.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.
