# Personal Flags

These flags can customize the experiece of players. Players can toggle them in the GUI menu (`/chestprotect`).

## Flags

* **PERSISTENT\_LOCK**\
  With this flag the lock and unlock mode won't be deactivated until the player executes `/chestprotect exit`.\
  \&#xNAN;*Toggle permission: chestprotect.setting.player.persistent\_lock*
* **PERSISTENT\_TRUST**\
  With this flag the trust and untrust mode won't be deactivated until the player executes `/chestprotect exit`.\
  \&#xNAN;*Toggle permission: chestprotect.setting.player.persistent\_unlock*
* **AUTO\_LOCK**\
  If flag is set, placed containers etc. will automatically be protected, if the player hasn't reached their max. protections amount yet.\
  \&#xNAN;*Toggle permission: chestprotect.setting.player.auto\_lock*
* **NOTIFICATIONS**\
  With this flag players get notifications if they open a protected container or door.\
  \&#xNAN;*Toggle permission: chestprotect.setting.player.notifications*


---

# 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://wiki.incredibleplugins.com/chestprotect/configuration/personal-flags.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.
