# Branch

Game developers sometimes make available several builds of the game server on Steam, often to allow beta testing of new releases. These builds are made available via *branches (betas)* and can be entered in the [LinuxGSM Config](/configuration/linuxgsm-config.md).

## Find Branches

A list of all available branches for a game server are listed on SteamDB under the appid depots.

{% hint style="info" %}
<https://steamdb.info/app/258550/depots/>
{% endhint %}

## Select a Branch

The default SteamCMD branch is `public`. However, it is possible to use other builds by entering a branch name in the `branch` setting in your [LinuxGSM config](/configuration/linuxgsm-config.md).&#x20;

```
# Steam App Branch Select
# Example: "latest_experimental"
branch="staging"
```

## Beta Password

Some branches require a password. This can be done by entering a password in the`betapassword` setting in your [LinuxGSM config](/configuration/linuxgsm-config.md).

```
betapassword="branchpassword"
```


---

# 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.linuxgsm.com/steamcmd/branch.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.
