> For the complete documentation index, see [llms.txt](https://symbiote-development.gitbook.io/symbiote-development-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://symbiote-development.gitbook.io/symbiote-development-docs/plugins/cstrikes/configuration.md).

# Configuration

If you got any questions, suggestions or need help, please do not hesitate and join our [discord ](https://discord.gg/nWwUQJwG9F)to ask for help!

We are there to assist you.

To get the license key join our discord and open a ticket than add the license key in the license.json file

{% code title="config.yml" %}

```
database:
  type: sqlite
  file: punishments.db

punishments:
  hacking:
    escalation:
      1: 1d
      2: 3d
      3: 7d
      4: 30d
  chat-abuse:
    escalation:
      1: 1h
      2: 2h
      3: 1d
      4: 7d
  griefing:
    escalation:
      1: 2d
      2: 7d
      3: 14d
      4: 30d
  exploiting:
    escalation:
      1: 3d
      2: 7d
      3: 14d
      4: permanent

messages:
  appeal-url: discord.gg/yourserver
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://symbiote-development.gitbook.io/symbiote-development-docs/plugins/cstrikes/configuration.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.
