# Cheats

This menu allows toggling the builtin cheats on and off. The following cheats are available:

* **encounters**:
  * **no encounters**: Prevents enemies from being able to interact with you.
  * **defeat on contact**: Instantly kills enemies upon touching them.
  * **auto-win**: Upon entering battle, instantly kills all on-screen enemies.
  * **auto-runaway**: Upon entering battle, instantly causes you to run away from battle successfully.
* **hp**: Freezes your HP at its max value.
* **fp**: Freezes your FP at its max value.
* **power**: Sets Mario's attack power to 99.
* **coins**: Freezes your coins at 999.
* **star power**: Freezes your star power at the current maximum value.
* **star pieces**: Freezes your star pieces at 160.
* **peril**: Freezes your HP at 1 (note that this overrides the **hp** cheat).
* **auto mash**: Instantly fills all bars that require you to mash A or Analog Left.
* **action commands**: Mario's action commands will automatically be successful.
* **power bounce**: Prevents Power Bounce from being capped.
* **peekaboo**: Shows enemy HP without needing the peekaboo badge.
* **brighten room**: Dark rooms will be fully lit without needing Watt's ability.
* **hide hud**: HUD will stay off screen.
* **mute music**: In-game music will be muted, but not sound effects.
* **quizmo spawns**: Forces Chuck Quizmo to always spawn at every location he can.
* **save settings**: Saves the current cheats menu to your active settings profile.


---

# 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://fp-docs.starhaven.dev/overview/cheats.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.
