> For the complete documentation index, see [llms.txt](https://tamouse.gitbook.io/x-skills/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tamouse.gitbook.io/x-skills/levels-of-experience.md).

# Levels of Experience

**Levels of experience** is a *model* used to sort data into that gives a rich picture of the current and future states of an organization. The data we have gathered fits in one of the logical levels, and the relationships between these levels makes it clearer what people meant. Often two or more pieces of data may seem contradictory, but when sorted into logical levels make sense. Likewise, one can use the sorting to gain an understanding of the magnitude and type of change needed. In addition, threads of change become clearer, with various pieces of data at different logical levels supporting each other.

![levels of experience](https://tamouse.github.io/blog/images/levels-of-experience.gif)

1. [Environment](/x-skills/levels-of-experience/environment.md)
2. [Behaviour](/x-skills/levels-of-experience/behaviour.md)
3. [Skills and Capabilities](/x-skills/levels-of-experience/skills-and-capabilities.md)
4. [Values and Beliefs](/x-skills/levels-of-experience/values-and-beliefs.md)
5. [Identity](/x-skills/levels-of-experience/identity.md)
6. [Purpose and Mission](/x-skills/levels-of-experience/purpose-and-mission.md)


---

# 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://tamouse.gitbook.io/x-skills/levels-of-experience.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.
