# Container

The Container control is one of Stadium's Layout controls that can be used to group other controls together. A Container renders as a div tag.

***

### Properties

1. **Inline**

   Affects the 'display' CSS property of the control.
2. **Visible**

   Set to False if you don't want this control to render on the page and be visible to the user.

***

### How to use a Container

1. Add a Container control to your page.
2. Add your required controls, like Labels, Buttons and even other Container controls, inside the Container control.
3. Go to [Styles](/features/styles.md) to set up how your Container should display, for example width, padding, margins, colors and border.


---

# 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.stadium.software/controls/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.
