# Home

<figure><img src="https://1435288573-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lgn8--sGgeHw99HV4uu%2Fuploads%2F7DRQsXX3icr0fDVwklSw%2FLinuxGSM_github_header.jpg?alt=media&#x26;token=4097f8cb-c189-47e4-b882-acd9ce88cdca" alt=""><figcaption></figcaption></figure>

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.

* User docs: [docs.linuxgsm.com](https://docs.linuxgsm.com)
* Dev Docs: [dev-docs.linuxgsm.com](https://dev-docs.linuxgsm.com)

## Introduction

Welcome to the LinuxGSM developer documentation that covers how to get started, tooling, workflow, best practices, and code standards.

If you want to contribute to LinuxGSM and need assistance feel free to pop on the LinuxGSM [Discord ](https://linuxgsm.com/discord)and have a chat with some of the contributors.

## Work in Progress

This documentation is a work in progress. If you have suggestions for topics or improvements you want to make. Please contribute to the [dev-docs github](https://github.com/GameServerManagers/LinuxGSM-Dev-Docs) page.

## Scope

The scope of this document is to provide developers with a starting point and reference to allow devs to contribute to the LinuxGSM project. This will include getting started, tooling, workflow, best practices, and code standards.


---

# 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://dev-docs.linuxgsm.com/readme.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.
