# Gamemode

## ◾ Checking Gamemode

To determine if Nyx has found your correct gamemode, perform the following steps:

* Connect to your server
* Open your console ( \~ ).
* Type **`nyx.debug.gm`** and press enter.
* You should see a message appear in chat:

![](/files/-MOZ9_6T97ueUVOIj7MO)

* If the above message appears; Nyx found your gamemode and is running the panel (gm\_hud\_rp)
* If you are running an unknown gamemode; you will see the following in chat:

![](/files/-MOZ9avmZbF8Lzix-8bM)

{% hint style="info" %}
You may also type nyx.debug.gm from your server-side console to see the same information.
{% endhint %}

## ◾ Unknown Gamemode

When Nyx cannot find your gamemode; it will default to **Sandbox**.

If you are running a gamemode based on another (different version of prophunt, darkrp, etc); read the [**New Gamemodes**](/configuration/new-gamemodes.md) page for instructions on how to add yours.


---

# 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://nyx.rlib.io/setup/gamemode.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.
