# Relationship Between Levels and Points

Points are the sole criterion for calculating user levels. Based on your accumulated points, when they reach specific thresholds, you will automatically upgrade to the corresponding level.

Users can go to Luffa App → Personal Page → Click the level badge below the nickname to view specific task types, point values, and corresponding levels (subject to the display in the App).


---

# Agent Instructions: 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://userguide.luffa.im/level-system-points/relationship-between-levels-and-points.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.
