> For the complete documentation index, see [llms.txt](https://pm2plugins.gitbook.io/infinitegui/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pm2plugins.gitbook.io/infinitegui/home.md).

# Home

### Have questions? Pre-sale, support, or just want to talk?

Join our support Discord for any type of help\![ ](https://discord.com/invite/HvkTfxCKyw)<https://discord.gg/ZkQ4PtkVjD[^1>]

### **Welcome to InfiniteGUI!**

InfiniteGUI is a highly configurable GUI creation and management plugin for Minecraft servers. It empowers you to create custom menus, animated scenes, item interactions, conditions, and complex player-driven workflows without the need for external scripting.

**Key Features:**

* **Custom GUIs:** Define complex menus, scenes, animations, and transitions with an in-game editor or with simple YAML files.
* **Chat Fetchers & Player Pickers:** Prompt players for input through chat or select players from lists.
* **Powerful Conditions & Click Events:** Control item visibility and interactions based on player data, economy, permissions, placeholders, and more.
* **Economy, Permissions & PlaceholderAPI Integration:** Seamlessly integrate with Vault-based economy, permission checks, and PlaceholderAPI placeholders.
* **GUI Editing System Menus:** Modify GUIs in-game using editor menus for quick adjustments.

**Download InfiniteGUI**

**AdvancedPlugins.net:** \
[**SpigotMC.org:**](#user-content-fn-1)[^1]\
**BuiltByBit.com:**\
**Polymart.net:**

## [Check out our most frequent questions and answers page](/infinitegui/other/faq.md)

[FAQ](/infinitegui/other/faq.md)

[^1]:


---

# 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, and the optional `goal` query parameter:

```
GET https://pm2plugins.gitbook.io/infinitegui/home.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
