# Developer Tools

We build these tools for you with a simple mantra: “the keys to successful teams are fast iteration and frequent testing”. If you see an opportunity for improvement, please let us know in our [Community Discord](https://discord.gg/NgCnkHbsGp). We hope you will enjoy a smooth experience. :rocket:

{% hint style="info" %}
See our [Unreal Engine Samples](/docs/sample-projects/unreal-engine.md) to use as a project starter or inspiration.
{% endhint %}

## 🐋 Docker Extension

Verify your project settings, build dedicated servers for Linux, test locally or deploy to cloud, all within the comfortable graphical interface of Docker Desktop:

* [install from Docker Extension Marketplace](https://open.docker.com/extensions/marketplace?extensionId=edgegap/docker-extension) (free).

{% hint style="success" %}
**Follow along our easy guide for** [Unreal Engine](/unreal-engine.md) **developers (includes video tutorial).**
{% endhint %}

## ⚡ Integration Kit

* Unreal Engine [Developer Tools](/unreal-engine/developer-tools.md#integration-kit):
  * [read the documentation](https://egik.betide.studio/) by Betide Studios,
  * [install from Fab Marketplace](https://www.fab.com/listings/ff17ad88-12a1-49cf-9a41-31695ed11e16) (free for Personal use),
  * [import simple example blueprint](https://blueprintue.com/blueprint/m33u1okj/) (matchmaking) and customize to your needs.

This plugin supports Unreal Engine 4.27, 5.0 and all following minor releases (5.1, 5.2, etc.):

{% hint style="info" %}
This Kit includes many utilities to speed up [Matchmaking](/unity/matchmaking.md)and [Server Browser](/unity/server-browser.md) integration.
{% endhint %}

{% hint style="success" %}
This plugin is a Verified Solution maintained by an independent partner - Betide Studio.
{% endhint %}

## ⚡ Legacy Plugin

Build and launch your dedicated game server into the cloud directly from your Unreal Editor!

* [Dedicated Servers for Unreal plugin - turnkey solution, source code, and full release notes.](https://github.com/edgegap/edgegap-unreal-plugin)

This plugin supports Unreal Engine 4.27, 5.0 and all following minor releases (5.1, 5.2, etc.).

{% hint style="success" %}
This plugin is provided 100% free of charge, under Terms and Conditions of Free Tier.
{% endhint %}


---

# 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.edgegap.com/unreal-engine/developer-tools.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.
