# Content

Formsort has several components available for presenting your information - from Statement blocks to help explain the ideas of a page, to Divider lines which can be used to break up content, and even Video embeds so you can show off those video editing skills.&#x20;

Take a look at the reference in the sub-sections here to find which content components help bring your form together.&#x20;

***

### General Settings

Similar to Question components, there are universally-available settings for all content components - with only some slight variation of availability depending on the component. &#x20;

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

#### Content label

A text field that can be used to add copy to the statement block. You can use markdown here to change the styling of your font, or add [templated variables](/variable-templating.md) to show the user dynamic information based on their answers.

#### Question ID

Allows you to create an HTML ID for the specific question. This aids in targeting elements for custom CSS application.&#x20;

#### Has info Text?&#x20;

To provide additional clarification or context for a question without cluttering your design, add info text to a question by enabling **Has info text?** with a question selected.

The link can be text or an icon, and a tooltip and a modal display style are available.


---

# 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/adding-questions-and-content/content-reference.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.
