# Recommended Workflow

Colibri supports two complementary exercise approaches:

* **Recognition-led exercises ("quiz")**\
  Designed to reinforce correct interpretation of policies, thresholds, and decision criteria in realistic situations.
* **Judgement-led exercises**\
  Designed to develop decision-making under uncertainty, using characters, trade-offs, and consequences.

Self-paced exercises are reliant on player participation to keep the exercise flowing. You therefore need to put interactivity at the heart of your design process - **what can I get the player to do**?

{% hint style="warning" %}
Because the default option for Colibri exercises is a quiz (recognition-led exercise), if you want to create a more judgement-led exercise, you'll need to first generate a quiz and then either delete that tab or augment it.&#x20;
{% 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/creating-your-colibri-exercise/recommended-workflow.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.
