# Add content and collect answers

### Flow **Content Tab**

![Formsort studio](/files/gblpVjuHUtkkRvOhd7S5)

* The content tab is where you will add **groups**, **steps**, and **questions** to your flow.
* There are lots of different question types you can choose from. Some question types require answers, while some are purely informational, like pictures or text. See our [component reference](/adding-questions-and-content/question-reference.md) section for descriptions of different question types.
* When you click on the group, step, or question, you will see the editor on the side. This is where you can manage the **logic** and **settings** of the element you are editing.
* You can use basic **markdown** within the question text itself to format the text style - like assigning header styles that you have created in your Typography menu, bolding or italicizing certain words, or adding links.
* Hit the **Live Preview** to see the flow update with your edits in real time.&#x20;

<details>

<summary>Markdown menu</summary>

#### Headers

```
# This is a big header
```

## This is a big header <a href="#this-is-a-big-header" id="this-is-a-big-header"></a>

```
## This is a medium header
```

### This is a medium header <a href="#this-is-a-medium-header" id="this-is-a-medium-header"></a>

```
###### This is the smallest header
```

**This is the smallest header**

#### Emphasis

```
*This text will be italic*
```

*This text will be italic*

```
_This will also be italic_
```

*This will also be italic*

```
**This text will be bold**
```

**This text will be bold**

```
__This will also be bold__
```

**This will also be bold**

```
_These **can** be combined_
```

*These **can** be combined*

#### Lists

```
* Item 1
* Item 2
  * Item 2a
  * Item 2b
```

* Item 1
* Item 2
  * Item 2a
  * Item 2b

```
1. Item 1
1. Item 2
  1. Item 2a
  1. Item 2b
```

1. Item 1
2. Item 2
   1. Item 2a
   2. Item 2b

#### Links

```
[Formsort](http://formsort.com/)
```

[Formsort](http://formsort.com/)

#### Blockquotes

```
As Dieter Rams said:

> Less, but better
```

As Dieter Rams said:

Less, but better

</details>

### Common question types

* [**Select question**](https://docs.formsort.com/building-flows/content-types/select)**:** responders choose from a selection of choices (you can [style your choices](https://docs.formsort.com/building-flows/content-types/select#styling-choices) by adding images or changing the presentation between buttons, dropdown, etc.)

![select question](/files/z4zWiKB3QRcsaIvLRC3K)

* [**Text question**](https://docs.formsort.com/building-flows/content-types/text): responders enter free text

![text question](/files/eYIUJYwKSnhoefIspmRg)


---

# 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/core-concepts/formsort-quickstart-guides/add-content-and-collect-answers.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.
