# Changing Default Values

If you want to change the default stat types, achievements, or categories, you can do so in the `rcore_stats\server\api\sv-api-storage.lua` file.

{% hint style="warning" %}
You will need to delete all rcore\_stats database tables and restart the script to see the changes.

We recommend doing this while installing the script for the first time, as this will delete all data.
{% endhint %}

### How?

{% hint style="danger" %}
We highly discourage you from **removing** any of the default values.

If you want to remove some of them, you can do so in the Control Panel in the game if you have the necessary permissions. There you can disable a stat type, which will stop it from being measured and displayed to anyone. If an achievement is tied to that stat type, it will also be disabled.
{% endhint %}

1. Look for one of these functions to change the data:
   1. Categories: `insertDefaultCategories`
   2. Stat types: `insertDefaultStatTypes`
   3. Achievements: `insertDefaultAchievements`
2. Change the data to your liking.


---

# 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://documentation.rcore.cz/paid-resources/rcore_stats/default-values.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.
