# Env

The environment (env) file tells the library (rlib) how it should be loaded, and what needs to be done in order for the addon to work properly. Settings in this file should *only* be modified if the person knows exactly what they are doing; or by the developer.

You will not be given support if you modify this file. The only changes a server owner should make are the options described below.

## ▸Location

&#x20;   **`lua\modules\lektro\sh_env.lua`**

## ▸Settings

| Setting                | Desc                                                                                                                                                |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| **MODULE.enabled**     | Allows you to disable the addon without the need to move the addon's parent folder out of the server's addon folder.                                |
| **MODULE.ws\_enabled** | If false; workshop collection for the addon will not be forced to the player when they connect.                                                     |
| **MODULE.ws\_lst**     | Workshop collection to force on players if **MODULE.ws\_enabled** is true.                                                                          |
| **MODULE.mats**        | List of materials used with the addon. You may add your own, however, the server must be restarted after adding new entries before they are usable. |


---

# 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://lektro.rlib.io/configuration/env.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.
