> ## 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.

# วิธีตั้งค่า Config CXB

<Warning>
  ให้ Setup ก่อนใน Config และทำการกด Ctrl+S หรือ File > Save และทำการกด F1 INSERT HOME DELETE เพื่อโหลด Config เข้าสู่ Client
</Warning>

# ✅ วิธีการเปิดปิดใช้งานฟังชั่นนั้นๆใน Config

ให้อ่านคู่มือบน Config ประกอบด้วย!

```lua CXB.ini  theme={null}
ถ้าเป็น 1 = เปิดใช้งานฟังก์ชั่น
ถ้าเป็น 0 = ปิดใช้งานฟังก์ชั่น
```

# 📝 ตัวอย่างการแก้ไข Config

```lua CXB.ini  theme={null}
// ตัวอย่าง Config ตอนแรก
Box = 0

// ตัวอย่าง Config หลังการแก้ไข
Box = 1
```
