# Options & Configuration

## Useful Links

* [Placeholders](https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders)
* [Materials List](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
* [Sound Type](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html)

## Action Types

All action must be on upper case, or it will not work! Also all of action types configuration example is created in the default config files.

| Tag            | Description                                                                                                                                         |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| \[CONSOLE]     | Executes a command from the console.                                                                                                                |
| \[PLAYER]      | Executes a command as the player.                                                                                                                   |
| \[MESSAGE]     | Sends a message to player. You can use [placeholders](https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders) and color codes here too. |
| \[OPENGUIMENU] | Opens another GUI from Player Profiles.                                                                                                             |
| \[CLOSE]       | Close the current opened menu.                                                                                                                      |


---

# 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://aglerr.gitbook.io/wiki/aglerr-plugin/player-profiles/options-and-configuration.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.
