> For the complete documentation index, see [llms.txt](https://docs.formsort.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.formsort.com/adding-questions-and-content/content-reference/statement.md).

# Statement

Using a **Statement** component type, you can add any image, video or text. This is commonly used for explanation of concepts or as breaks in between various sections of your flow.&#x20;

<figure><img src="/files/44eFuk4IFuPbM8Nn6Mfi" alt=""><figcaption></figcaption></figure>

## Styling text

Like in any other component, you can use [markdown](/styling/customizing-appearance/typography.md#markdown-styling-support) to change the font properties of the Statement text.&#x20;

You can also change the alignment of the component block by enabling **Text alignment override** to override the default alignment setting.&#x20;

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

### Images and video

To add images and videos, you can enable **Has image or video** toggle and use the **positioning** and **image style** menus to position and size the content appropriately.&#x20;

<div align="left"><figure><img src="/files/lA0bgOEi90iXXHLzl5wv" alt="" width="409"><figcaption></figcaption></figure></div>

#### Positioning

**Top, Right, Bottom, Left, Center** are all valid keywords for background image positions - the image will be placed in the respective position within the element, which can differ between the X and Y axis.

### Adding links

You can also use informational content to embed links. The default setting opens the links in a new tab for the responder. By enabling **open links inline**, you can ensure that the links are opened in the same tab.&#x20;

### Collapsible content

By enabling **Is collapsible?**, you can have content that expands and collapses, which can show or hide more details when the responder clicks on the header. You can change the default behavior to collapsed or expanded.&#x20;

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.formsort.com/adding-questions-and-content/content-reference/statement.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
