> For the complete documentation index, see [llms.txt](https://docs.edgegap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgegap.com/unreal-engine/developer-tools.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.edgegap.com/unreal-engine/developer-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
