# Overview

The Game Server API is for implementing command execution on game servers - an example of this would be the official Tebex Minecraft Plugin.

If you haven't already done so, we recommend having a read of our [quick start guide](https://docs.tebex.io/developers/getting-started) before beginning integration.

{% hint style="info" %}
If you've created an SDK or game server plugin, please send an email to <support@tebex.io> and we'd be happy to showcase it on this site.
{% endhint %}

## Official Game Server Plugins

You can download compiled versions of the official plugins that implement this API from the [Game Servers](https://creator.tebex.io/game-servers) section of the creator panel.

The source code for these plugins can also be found in the following GitHub repositories:

* [Tebex-Minecraft (Minecraft: Java Edition)](https://github.com/tebexio/Tebex-Minecraft)
* [Tebex-Hytale](https://github.com/tebexio/Tebex-Hytale)
* [Tebex-Oxide (Rust, 7 Days To Die and Hurtworld)](https://github.com/BuycraftPlugin/Tebex-Oxide)
* [Tebex-Ark (ARK: Survival Evolved)](https://github.com/BuycraftPlugin/Tebex-Ark)
* [Tebex-FiveM (FiveM / GTA V)](https://github.com/BuycraftPlugin/Tebex-FiveM)
* [Tebex-Forge](https://github.com/BuycraftPlugin/Tebex-Forge)
* [Tebex-uMod](https://github.com/BuycraftPlugin/Tebex-uMod)
* [Tebex-Atlas](https://github.com/BuycraftPlugin/Tebex-Atlas)
* [Tebex-TorchAPI](https://github.com/BuycraftPlugin/Tebex-TorchAPI)
* [Tebex-Gmod](https://github.com/BuycraftPlugin/Tebex-Gmod)
* [Tebex-Unturned](https://github.com/BuycraftPlugin/Tebex-Unturned)

## RCON Adapter

If we don't have a plugin available for your game you're also able to make use of the [RCON Adapter](https://github.com/tebexio/Tebex-RconAdapter).


---

# 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/developers/game-server-api/overview.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.
