# Curve

With Dazai's levelling system, the amount of XP given each time decreases exponentially by default and can be customized. To view how much XP you gain, you can do&#x20;

```
daz curve
```

which allows you to see how much the curve has curved for you and how much you can still gain each time. To modify the curve, try

```
daz curve set NEWCURVE
```

replacing **NEWCURVE** with a value between 0 and 9. To disable levelling entirely and "freeze" levelling, you can try setting **NEWCURVE** to 0. For no curving, you can set curving to **1**.&#x20;

{% embed url="<https://www.desmos.com/calculator/yxboetkaxn>" %}
Amount of XP gained (y), How many times the user gained xp within the last 24h (x)
{% endembed %}


---

# 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://docs.dazai.app/music-commands/misc/curve.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.
