# VIP Guide

### Important - Read Below

* Enable module by editing `.env` file VIP settings
* You need download the compiled version of VIP Core plugin from release tab. There are no major changes made, only a minor change to track servers into new table vip\_servers. No data migration is needed if you are already using VIP Core. Just import this plugin it will auto create vip\_servers table.
* Go to `addons/config/plugins/VIPCore` and edit `vip_core.json` and add your **server IP** and **PORT** and restart server. A new table will be created vip\_servers with your added server info with id from config file.

```json
{
 ....................................
  "ServerIP": "",
  "ServerPort": 27015,
.......................................
}
```

**Example:**

```json
{
  "TimeMode": 0,
  "ServerId": 0,
  "VipLogging": false,
  "ServerIP": "0.0.0.0.",
  "ServerPort":  27015,
  "Connection": {
    "Host": "",
    "Database": "",
    "User": "",
    "Password": "",
    "Port": 3306,
  }
}
```


---

# 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://css-bans.gitbook.io/css-bans-counterstirkesharp-admin-web-panel/panel-guide/vip-guide.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.
