# Creating Your Colibri Exercise

If you have access to a Colibri license you'll see the `New Colibri exercise` option when logging in to the Conducttr Editor.

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

{% hint style="info" %}
You can use Colibri for a wide range of self-paced exercises but the default is assumed to be a quiz. If you don't want a quiz, just **enter anything in the quiz field and then delete the table once the exercise has been auto-generated**. You can then start from scratch with an empty table.
{% endhint %}

From here, you can generate a quiz with LISA. Insert the policy you wish to quiz your participants on in the text-box and click `Generate exercise`:

<figure><img src="/files/WcGCEqiZYKfRbxxGYvR8" alt="" width="400"><figcaption></figcaption></figure>

Once generated, you'll have access to the Colibri Editor and LISA would have generated a quiz based on the policy you provided. The exercise can now be reviewed and edited:

<figure><img src="/files/2HuosAO2YZZmZr7jzL8f" alt=""><figcaption></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/creating-your-colibri-exercise.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.
