> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vexed.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# How to setup CXP Config

<Warning>
  Configure your settings in the file first, then press **Ctrl+S** or click **File > Save**. In-game, press **F1, INSERT, HOME, or DELETE** to reload the config into the Client.
</Warning>

# ✅ How to Enable or Disable Functions in the Config

Read the instructions inside the config file as well!

```lua CXP.ini  theme={null}
If set to 1 = Enable function
If set to 0 = Disable function
```

# 📝 Config Modification Example

```lua CXP.ini  theme={null}
// Example config initial state
Box = 0

// Example config after modification
Box = 1
```
