> For the complete documentation index, see [llms.txt](https://heist-supervisor.gitbook.io/heist-supervisor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://heist-supervisor.gitbook.io/heist-supervisor/how-to-use-heist-supervisor/popup-features/in-game-misc-options.md).

# In Game Misc options

This section provides additional settings exclusively impacting gameplay in "The Heist Game". You can access a brief description of each option by hovering your mouse over them in the popup.

{% hint style="danger" %}
Actually this is no more usable but it will come back asap !
{% endhint %}

{% hint style="warning" %}
Modifications will require a page reload in "The Heist Game" to take effect.
{% endhint %}

## Remove Location Events

This feature allows you to disable claim events made by other users in PeelCity. Not only does it remove existing events, but it also prevents them from reappearing. Since these events can sometimes be more disruptive than helpful, this option gives you the flexibility to either remove them or leave them active.

## Auto Select Species&#x20;

This feature automatically selects the species based on your holdings when you enter a location in the game. For instance, if you have 0 chimps, 5 orangutans, and 3 gorillas, and you enter the SafeHouse where your orangutans are stacked, the system will directly take you to the 'My Orangutans' section since you don't have any chimps. Similarly, if all your Apes are 'resting' and you click on the 'resting' section, you'll be directed to 'My Orangutans' by default, as you have more orangutans than gorillas. The extension selects the species based on the quantity you own compared to other types. In the 'vault' section, the extension will automatically select the species you own the most of.


---

# 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:

```
GET https://heist-supervisor.gitbook.io/heist-supervisor/how-to-use-heist-supervisor/popup-features/in-game-misc-options.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.
