# Counter Strike: GO

Tebex currently supports CS:GO server integration through advanced methods, allowing you to automate purchases and deliver in-game rewards via external tools.

***

### Available Integration Methods

#### **1. MySQL Integration**

Use MySQL to sync purchase data from your Tebex store into your backend systems for processing, analytics, or player reward tracking.

> 📘 Example Use: Grant players access to special inventory or perks by polling a transactions table.

***

#### **2. RCON Commands**

Send server commands to your CS:GO server in real time when a player completes a purchase.

> 📘 Example Use: Issue a `sm_giveweapon` or `say` command after payment confirmation.

***

#### **3. Webhooks**

Configure webhook endpoints that listen for purchase events from Tebex, allowing for real-time responses from your own infrastructure.

> 📘 Example Use: Automatically trigger inventory scripts, Discord notifications, or analytics logging when a transaction is processed.

<br>


---

# 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://docs.tebex.io/creators/tebex-control-panel/game-servers/counter-strike-go.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.
