> For the complete documentation index, see [llms.txt](https://docs.onboard.dev/onboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onboard.dev/onboard/for-community-admins/level-scheme.md).

# Level Scheme

<figure><img src="/files/4TDu3HaF4lvYI7mO6rsb" alt=""><figcaption><p>Set up your Level Scheme for your community </p></figcaption></figure>

Creating a level scheme helps you design a structured journey that challenges and motivates your members to advance through different tiers of achievement.

1. Under admin settings, click on "Leveling", where you will find Levels 1 to 5 XP requirements which have been set as a default
2. Key in the XP requirements needed for members to advance to the next level

{% hint style="info" %}
The XP requirement indicates the **additional XP** needed to advance to the next level. For instance, if you have set 200 XP and 400 XP as a requirement for Level 1 and Level 2 respectively, your member must obtain 600 XP in total to reach Level 2.
{% endhint %}

3. To add a level, simply click on "Add Level"&#x20;
4. Click "Submit" to save your Level Scheme

Setting up levels allows you to tailor your onboarding programme to your community's unique needs. As members conquer each level, they experience a sense of accomplishment that keeps them excited throughout their journey.


---

# 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.onboard.dev/onboard/for-community-admins/level-scheme.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.
