# Row Types

Rows contain steps. There three different types of steps available in Colibri:

<div align="left"><figure><img src="/files/SBbMcYaijMnTvYLFuMGm" alt=""><figcaption></figcaption></figure></div>

#### Question

{% hint style="warning" %}
This is the default option.
{% endhint %}

Questions require player interaction in the form of buttons to keep the exercise moving forward.&#x20;

There are five different types of questions available to designers:&#x20;

1. **Choice**
2. **Arrange**
3. **Drop-down list**
4. **Multiselect**
5. **Open text-box**

#### Narrative

Narrative steps are used to send content to participants without the necessity for player interaction.

#### Action

Actions can be automatic or participatory.&#x20;

There are three action types available to designers:&#x20;

1. **Comparative**
2. **Timer**
3. **Erase all**

<figure><img src="/files/SMu1T1MdPWugTcxT5FDj" alt=""><figcaption><p>Rows contain steps (question/narrative/action)</p></figcaption></figure>


---

# 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://helpdocs.conducttr.com/colibri/getting-started/core-concepts/row-types.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.
