# Box

![](https://lh4.googleusercontent.com/ludhDreAdE-ua4aWgGxB34clyIeljxBffNAyeXS0McsOpQdBkeKAt0EP8lG3GlkAOrDUOohsbhYE3eWSKeLQiMcY6fFnQkAW86n81ETC19S89daSf17_THhMEGJfkQfSfh4d9r94)

### Component description

The Box is superior to any other child components and sorting them up by horizontal or vertical flow. Whole content elements can inherit surround padding and the spacing ratio between each other. The same applies to height and width properties.

There are just slight differences between container and box components. The box should have a visible background setting, and the container doesn't. In the logic of basic app construction, the container takes less computing time than the box. The container should replace a box component with a transparent or inherited background.

### Component example

![Example of the basic Box](/files/hIm9gig4vk0a3yYnVcbI)

### Component properties

{% hint style="info" %}
Under construction
{% endhint %}


---

# 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.adapptio.com/reference-guide/components-list/box.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.
