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

# Skill level 1-10, what is that?

Skill level 1-10 is a scale used to indicate a person's experience and proficiency in a specific sport. Using this scale simplifies communication, especially during competitions, to ensure fairness by matching participants at suitable levels.

The following skill levels are available:

1. **No experience**\
   Completely new to the sport, no prior knowledge or skills.
2. **Beginner**\
   Limited understanding of the rules and basic movements.
3. **Novice**\
   Some familiarity with the sport, can perform basic actions with some guidance.
4. **Intermediate**\
   Understands the rules and techniques better, can play with moderate skill.
5. **Proficient**\
   Competent in the sport, can play without significant errors.
6. **Advanced**\
   Demonstrates above-average skills, understands strategies and tactics.
7. **Skilled**\
   Capable of consistently performing at a high level, understands the nuances of the game.
8. **Experienced**\
   Has substantial experience in competitive play, can adapt to different situations.
9. **Elite**\
   Highly skilled and accomplished, capable of performing at a professional level.
10. **Expert**\
    Among the best in the sport, possesses exceptional knowledge and skill, may be a professional athlete or coach.


---

# 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.league.systems/player/faq/skill-levels.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.
