> For the complete documentation index, see [llms.txt](https://help.gramctrl.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gramctrl.com/getting-started/gram-slim/game-modes.md).

# Game Modes

Once you've plugged in your GRAM Slim, game modes are accessed using run-time (after plugging in) key combinations. These all start with the prefix **MX + Start** and include an activation button corresponding to each mode. All modes have optimized layouts and angles for their respective games.

In order to remap the layouts of any game mode, please visit [remapp.ing](https://remapp.ing/).

*(All game mode button combination are written in melee mode layout with default mappings, as it is the default mode. These button combinations will not change with remappings.)*

## Melee (MX+ST+LT)

<figure><img src="/files/3Byw5QvibhL2uOjcDf1J" alt="" width="563"><figcaption><p>DP* represents a D-Pad modifier. When held, it will turn your C-stick cluster into a D-Pad.</p></figcaption></figure>

## PM/P+ (MX+ST+Left)

<figure><img src="/files/ak8O7sSFJOlDuWP8SdTD" alt="" width="563"><figcaption><p>MX + R+A = True Z Press</p></figcaption></figure>

## Ultimate (MX+ST+Down)

<figure><img src="/files/UsXRZRtFiRE5iMAlyrj9" alt="" width="563"><figcaption></figcaption></figure>

## FGC (MX+ST+Right)

<figure><img src="/files/fvZNlivayNIDAJSnPoDR" alt="" width="563"><figcaption></figcaption></figure>

## Rivals 1 (MX+ST+B)

<figure><img src="/files/WTQdOKsRbhv8AEAL71LA" alt="" width="563"><figcaption></figcaption></figure>

## Rivals 2 (MX+ST+RT)

<figure><img src="/files/YJTnWY0V4hI7XD5xjTin" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://help.gramctrl.com/getting-started/gram-slim/game-modes.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.
