> For the complete documentation index, see [llms.txt](https://docs.metacces.com/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metacces.com/whitepaper/metacces-general/ar-vr-game/game-structure/game-theme-access-journey/basic-level.md).

# Basic level

### 1- Observer

signifies the starting level in the Metacces ecosystem. It represents a user who is new to the platform, exploring its features, and beginning to understand its potential. Observers are at the entry point of their Access Journey, where they familiarize themselves with the basics of Metacces, such as creating their Oli, discovering Blacxes, and navigating the ecosystem for the first time. This level sets the foundation for progression and growth.

### 2- Explorer

represents the second level in the Metacces ecosystem, where users move beyond basic familiarity and begin actively engaging with the platform. As an Explorer, a user delves deeper into Metacces, uncovering its features, participating in activities, and starting to build their digital presence. This level signifies curiosity and initial progress, as the user begins to understand and utilize more advanced aspects of the ecosystem, such as completing Access Journeys and collecting resources like Blacxes and XP. It reflects a sense of discovery and growing involvement.

### 3- Seeker

represents a user who is actively pursuing progress and resources within the Metacces ecosystem. This level signifies a deeper commitment to the platform, where the user begins collecting significant amounts of XP, Blacxes, and Access currency. As a Seeker, the focus shifts to building wealth, strengthening possessions, and engaging more strategically with the digital world. Seekers are driven to uncover opportunities, enhance their digital profile, and prepare for more advanced roles in the ecosystem. It embodies ambition and active engagement.

### 4- Navigator

signifies a user who has gained a strong understanding of the Metacces ecosystem and is adept at traversing its complexities. At this level, users are skilled in managing their resources, completing Access Journeys efficiently, and strategically interacting with the platform. Navigators are proficient in building their XP, Blacxes, and Access currency, demonstrating growing mastery and influence. This level represents confidence, control, and the ability to chart a clear path toward higher achievements within Metacces.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.metacces.com/whitepaper/metacces-general/ar-vr-game/game-structure/game-theme-access-journey/basic-level.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
