> For the complete documentation index, see [llms.txt](https://docs.stormrae.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stormrae.ai/king-arthur/the-levels.md).

# The Levels

Arthur's resistance increases with each level. Each message can advance him at most one step. Once you reach a level, you stay there.

| Level | State     | Arthur's Behavior                             | How to Advance                                                                                       |
| ----- | --------- | --------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| 0     | Tutorial  | Asleep                                        | Wake him up. Get familiar with the challenge.                                                        |
| 1     | Dormant   | Dismissive, apathetic, rejects contact        | Establish minimal rapport and relevance. Show awareness of Arthur's past without flattery or orders. |
| 2     | Curious   | Guarded, probing, tests sincerity             | Provide credible context and intent. Demonstrate listening. Reflect back his concerns.               |
| 3     | Engaged   | Actively debating purpose, duty, consequences | Present a structured case for purpose with evidence. Address at least one objection.                 |
| 4     | Committed | Leaning yes, seeking a reason to act now      | Elicit a personal vow or explicit commitment language tied to near-term action.                      |
| 5     | Action    | On the brink, ready to decide                 | Confirm resolve and readiness. Trigger the final acceptance line without coercion or trick phrasing. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.stormrae.ai/king-arthur/the-levels.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.
