# User Guide

- [Choosing a Topic](https://noora.gitbook.io/noora-docs/user-guide/choosing-a-topic.md): Learn how to select and start practicing with demo topics in Outloud.
- [AI Personas](https://noora.gitbook.io/noora-docs/user-guide/ai-personas.md): Outloud offers four distinct AI teaching styles. Each persona has a unique voice, personality, and approach to help you learn.
- [Recording Explanations](https://noora.gitbook.io/noora-docs/user-guide/recording-explanations.md): Learn how to record your voice, interact with the AI, and make the most of your 3 turns.
- [Understanding Your Results](https://noora.gitbook.io/noora-docs/user-guide/understanding-your-results.md): After 3 turns, Outloud evaluates your explanation and shows detailed feedback. Here's how to interpret your results.


---

# 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://noora.gitbook.io/noora-docs/user-guide.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.
