# Getting Started

- [Core Concepts](https://helpdocs.conducttr.com/colibri/getting-started/core-concepts.md)
- [Project & Exercise Structure](https://helpdocs.conducttr.com/colibri/getting-started/core-concepts/project-and-exercise-structure.md): Understand project and exercise structure in Colibri
- [Row Types](https://helpdocs.conducttr.com/colibri/getting-started/core-concepts/row-types.md)
- [Question](https://helpdocs.conducttr.com/colibri/getting-started/core-concepts/row-types/question.md)
- [Narrative](https://helpdocs.conducttr.com/colibri/getting-started/core-concepts/row-types/narrative.md)
- [Action](https://helpdocs.conducttr.com/colibri/getting-started/core-concepts/row-types/action.md)
- [Creating Your Colibri Exercise](https://helpdocs.conducttr.com/colibri/getting-started/creating-your-colibri-exercise.md): How to access Colibri
- [Navigating the Interface](https://helpdocs.conducttr.com/colibri/getting-started/creating-your-colibri-exercise/navigating-the-interface.md): How to navigate the Colibri interface
- [Recommended Workflow](https://helpdocs.conducttr.com/colibri/getting-started/creating-your-colibri-exercise/recommended-workflow.md)
- [Recognition-led exercises ("quiz")](https://helpdocs.conducttr.com/colibri/getting-started/creating-your-colibri-exercise/recommended-workflow/recognition-led-exercises-quiz.md)
- [Judgement-led exercises](https://helpdocs.conducttr.com/colibri/getting-started/creating-your-colibri-exercise/recommended-workflow/judgement-led-exercises.md)


---

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