# Installation

### 🛠️ Step 1: Put in your resouces file

* Download resouces `kc_logger`
* Extract file and put `kc_logger` in your resource files

### 🛠️ Step 2:  Conifg.lua Configuration

* You can edit the fields in `config.lua` to the infrastructure you use.

```lua
Config = Config or {}

Config.Timezone     = '+07:00'
Config.DefaultColor = '#3AF241'
Config.DefaultName  = 'Kucluck Logger'
Config.FooterText   = 'Kucluck Logger • by Lukman_Nov#5797'
Config.Logo         = 'IMG_URL' -- must use a valid URL
Config.UseImage     = false
Config.Image        = 'IMG_URL' -- must use a valid URL
```

### 🛠️ Step 3:  Start the resouce

* Go to `server.cfg` and replace `ensure kc_logger`


---

# 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://kucluck.gitbook.io/docs/utils/kc-logger/installation.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.
