# Boxes

Boxes are containers that provide a visual highlight for their contents. All wiki boxes follow the following form:

`{type title}content{endtype}`

**Information**

`{info Information}This is an Info box.{endinfo}`

![](/files/-LD6N5Htmqgawi1bf7fH)

**Note**

`{note Note}`This is a Note box.`{endnote}`

![](/files/-LD6N5Hwxqtp2fCwP-bU)

**Tip**

`{tip Tip}`This is a Tip box`{endtip}`

![](/files/-LD6N5HzTnlRjXr_dxB-)

*\*\**&#x57;arning

`{warning Warning}`This is a Warning box`{endwarning}`

![](/files/-LD6N5I0Ai1GROLNhQWH)

**Code**

The contents of a code box are shown as preformated text.

`{code Code}`This is a Code box.`{endcode}`

![](/files/-LD6N5I2aong6FLw4Z0v)

**Folded**

`{folded Folded}`Folded box content doesn't show until it is clicked.`{endfolded}`

![](/files/-LD6N5I42sFB6wEmT840)

**Box Modifiers**

Any box can accept a single modifier to set it to either side.

`{tip On Right|right}`Right floating Tip box`{endtip}`

![](/files/-LD6N5I6Hge6NCy2V4Fj)

![](/files/-LD6N5I8iH2kdSwFPawj)

`{note To Left|left}`Left floating Note`{endnote}`


---

# 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://xoops.gitbook.io/gwiki-tutorial/the-user-side/boxes.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.
