> 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-fgc.md).

# GRAM FGC

Your **GRAM FGC** is an premium, low-profile controller with incredible versatility and unmatched portability. If you’ve played on a leverless controller before, you already know most of these mappings, as your new controller is based on a fork of **GP2040-CE**. The addition of dedicated buttons for L3/R3 is to accommodate for modern fighting titles such as SF6. If not, here’s a quick rundown of button mappings and shortcuts to get you started on your journey.

For more information, we suggest joining the discord to meet all the other members of the GRAM community. You can find an invite link at [discord.gg/gramctrl](https://discord.gg/gramctrl) or on our website, [gramctrl.com](https://gramctrl.com).

We highly recommend that you bookmark this guide so you can play any game on any console at any time.

Finally, we would like to thank you for supporting us in our passions and helping fund a small business in the FGC. When we started GRAM, we had one guiding motto: **MAKE COOL SHIT**. It’s because of people like you that we get to continue to do that every single day.

***Welcome to the Cheater’s Club*****.**


---

# 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-fgc.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.
