# Narrative

You can use narrative steps to send content to participants **without the need for player interaction** to move the exercise forward.

This question type is to allow designers to build story. For example, you could simulate a conversation between multiple personas that participants can observe without making any choices/clicking any buttons.

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

Press the eye icon within a step to create a narrative block. The added step will automatically be placed above the original question step. This is because the final step in a narrative block must be a question.

{% hint style="success" %}
Players must interact with a Step to move onto the next one and keep the exercise flowing.
{% endhint %}


---

# 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/narrative.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.
