# Layout Container

<div align="left"><figure><img src="/files/UYgAQOWAbAXTAYMySxRY" alt="" width="73"><figcaption><p>Layout Container</p></figcaption></figure></div>

The **`Layout Container`** element plays an important role when it comes to designing your page. Many other built-in elements make use of the layout container and related elements like [Layout Row](/app-editor/page-editor/built-in-elements/layout-row.md) and [Layout Column](/app-editor/page-editor/built-in-elements/layout-column.md) inside them.

The layout container contains one or more layout row elements, with each row containing one or more layout column elements.

The example below shows a layout container (Container27) with two layout rows (Row26 and Row28).  The Row26 layout row has three layout columns and the Row28 layout row has two. (See the page tree view image for spotting these elements).

<div><figure><img src="/files/cdwbEutjJU7vWx9AMx15" alt=""><figcaption><p>Layout Container with two rows</p></figcaption></figure> <figure><img src="/files/uHdiAcl1qGPFxx2Cd2eF" alt="" width="286"><figcaption><p>Layout container seen in page tree view</p></figcaption></figure></div>

{% hint style="info" %}
The only element that can be added to a layout container is a [Layout Row](/app-editor/page-editor/built-in-elements/layout-row.md).
{% endhint %}

***

## Options

The [Options tab](/app-editor/page-editor/page-element-settings.md#options-tab) settings for this element are described below:

### `Width`

Controls the width of the element based on the following values:

* Fixed

  Sets the width based on that of the element the container is placed in.

  * Width < 576px : 100% width of the element the layout container is placed in.
  * Width < 768px: 540px
  * Width < 992px: 720px
  * Width < 1200px: 940px
  * Width >= 1200px: 1140px

* Full Width

  Always occupies 100% width of the element the layout container is placed in.


---

# 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://docs.zingy.ai/app-editor/page-editor/built-in-elements/layout-container.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.
