# Page containers

One of the most important design token that should be unified across the website is a page container. Page container determines the container in which page sections are displayed. There are two design tokens defining page container size:

* margin
* max width

## Margin

In most cases max width is not necessary and you only need a container margin (selected with red dotted line):&#x20;

<figure><img src="/files/9gIslKj0IrcRYLk1PQlG" alt=""><figcaption></figcaption></figure>

## Max width

Sometimes the page layout requires both container margin and max width:

<figure><img src="/files/VuyLWWkcPuNK2aq6VSYA" alt=""><figcaption></figcaption></figure>


---

# 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.shopstory.app/design-tokens/page-containers.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.
