# Configuring Script

## <mark style="color:red;">▸ Overview</mark>

&#x20;    This section gives a brief explanation on editing your purchased script.

## <mark style="color:red;">▸ Config Location</mark>

&#x20; **`lua\modules\vliss\cfg\*`**

## <mark style="color:red;">▸ Developer Mode</mark>

{% hint style="warning" %}
When making changes to this script, we recommend first enabling <mark style="color:blue;">**Developer Mode**</mark> so that any changes you make are immediately viewable. Many aspects of the script are cached so that you get better performance when playing on your server.
{% endhint %}

To enable **Developer Mode**, open <mark style="color:red;">**`vliss\vliss\sh\cfg\sh_cfg.lua`**</mark>

Change <mark style="color:yellow;">**`cfg.dev.bDevMode`**</mark> from <mark style="color:orange;">**`false`**</mark> to <mark style="color:green;">**`true`**</mark>

{% code title="vliss\vliss\sh\cfg\sh\_cfg.lua" %}

```lua

cfg.dev.bDevMode = true
```

{% endcode %}

When finished configuring your script, change back to <mark style="color:orange;">**`false`**</mark> to maintain good performance.


---

# 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://vliss.rlib.io/faq/configuring-script.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.
