# Question containers

Questions can have an overlay on top of the default styles applied to them, which gives the user a degree of freedom in defining how different questions and content components can appear on the page.&#x20;

Any theme provided by Formsort will have at least one container style - default - but you can build up your collection of different styles by heading to **Containers** in the Theme editor.&#x20;

**+Add question style** allows you to create a new question container.&#x20;

<div align="left"><figure><img src="/files/ul0CY8lRM4el05vPL66H" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
The **Label margin** is of particular note here, since it provides spacing between the Question label the buttons/input bars related to it.&#x20;
{% endhint %}

Once a container style is defined, any question can use any of the container styles by clicking the question, and choosing the container style in the **Question container style** dropdown in the Style menu.

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

These containers are helpful to make different kinds of questions visually distinct: a common pattern is to  create an **optional** question class that is used for optional questions, with left border and margin to differentiate it from non-conditional questions.&#x20;


---

# 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.formsort.com/styling/customizing-appearance/question-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.
