# In Game Help

- [Add Mod Menu](https://gdpsfh.gitbook.io/community-guide/in-game-help/add-mod-menu.md): This guide will teach you how to add a Mod Menu to your GDPS on mobile and PC.
- [Level Commands](https://gdpsfh.gitbook.io/community-guide/in-game-help/level-commands.md): You can use commands on a level to change how the level is presented.
- [Remove 6 Digit Song Limit Android](https://gdpsfh.gitbook.io/community-guide/in-game-help/remove-6digit-song-limit-android.md)
- [Remove Android Anticheat](https://gdpsfh.gitbook.io/community-guide/in-game-help/remove-android-anticheat.md)
- [Texture Pack](https://gdpsfh.gitbook.io/community-guide/in-game-help/texture-pack.md): Tired of the standered geometry dash look? than this is the guide for you! This guide will cover how to make your own texture pack!


---

# 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://gdpsfh.gitbook.io/community-guide/in-game-help.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.
