# Configuration

Skript's configuration file is located in `plugins/Skript/config.sk`. This file has hundreds of lines and can change how Skript functions by default.

Some common options and reasons for editing the configuration include:

* Changing the `number accuracy` value (show more or less decimal digits in strings)
  * (Trailing zeroes will never be displayed)
* Enabling effect commands
* Toggling case sensitivity in variables and functions
* Enabling the `Use UUIDs in variables` option
  * It is highly recommended to manually use the UUID expression or have this enabled! See the [UUIDs page](/syntask/storage/uuids.md) for more.
  * Configurations generated from Skript 2.9+ will have this enabled by default. Skript 2.9+ will not enable this if it was already disabled.
* Adding custom databases
* Setting up memory variables

{% hint style="info" %}
To apply any changes, save the file and restart the server.
{% endhint %}


---

# 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://x8ight.gitbook.io/syntask/utility/configuration.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.
