# Welcome

Sheets is a powerful Bukkit plugin that allows you to create rich Java GUIs and Bedrock forms using a single configuration. It features a robust action system, dynamic placeholders, and cross-platform support.

### Key Features

* **Unified Configuration**: [Define your menus once](https://sheets.bed.codes/advanced/configuration) and they work on both [Java and Bedrock](https://sheets.bed.codes/advanced/platform-specific).
* **Chest Edit Mode**: [Visually edit your Java GUIs](https://sheets.bed.codes/features/editor#1-chest-edit-mode-java-only) in-game and save changes directly to the configuration.
* **Dynamic Input**: Use [Anvil menus](https://sheets.bed.codes/features/editor#2-anvil-input) for text input that can be passed to subsequent commands and actions.
* **Powerful Actions**: A wide range of [supported actions](https://sheets.bed.codes/features/actions) for player and server interactions.
* **Multi-Tier Placeholders**: Global variables, local arguments, and integration with [PlaceholderAPI](https://sheets.bed.codes/features/placeholders).
* **Automatic Converter**: Automatically detect and convert [DeluxeMenus configurations](https://sheets.bed.codes/features/converter).
* **Menu Templates**: Quickly create new sheets using [pre-defined templates](https://sheets.bed.codes/features/templates).


---

# 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://sheets.bed.codes/readme.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.
