# Action

Action steps can be used for **participatory and automatic actions** in self-paced exercises.

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

### 1. Comparison

**Compares data** which decides what information will be sent out next. 🎓 E.g. different content could be sent out dependent on player score.

<div align="left"><figure><img src="/files/kT5sIUcDoLx8YycDvhK6" alt="" width="343"><figcaption></figcaption></figure></div>

### 2. Timer

**Creates** **a delay** before publication of the attached steps. Use the timer to publish other content outside the primary channel to create a sense of realism when an immediate reaction would seem unusual.

<div align="left"><figure><img src="/files/RpW5Axix8zKRh0tqoTn7" alt="" width="340"><figcaption></figcaption></figure></div>

{% hint style="info" %}
To find out more about timers, visit the page below:
{% endhint %}

{% content-ref url="/pages/q1gcICx3JcVrz5XjnKl8" %}
[Timer](/colibri/building-exercises/timer.md)
{% endcontent-ref %}

### 3. Erase all

**Deletes all messages** for player clicking the button. 🎓 E.g. use if a player doesn't get enough answers right on a quiz and needs to retake.

<div align="left"><figure><img src="/files/ihEzTv2p1Qwzv2aiOB1u" alt="" width="341"><figcaption></figcaption></figure></div>


---

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