> For the complete documentation index, see [llms.txt](https://docs.ohalee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohalee.com/products.md).

# products

- [UltimateOneBlock](https://docs.ohalee.com/products/ultimateoneblock.md): UltimateOneBlock takes inspiration from SkyBlock to create an innovative mode. 1 block I will bring a huge island to life. Different stages to go through and different objectives to complete.
- [Features](https://docs.ohalee.com/products/ultimateoneblock/features.md)
- [Installation](https://docs.ohalee.com/products/ultimateoneblock/installation.md)
- [Configuration](https://docs.ohalee.com/products/ultimateoneblock/configuration.md)
- [Phase](https://docs.ohalee.com/products/ultimateoneblock/phase.md): How to configure an Arena
- [Generators](https://docs.ohalee.com/products/ultimateoneblock/generators.md): How to configure an Arena
- [Command & Permissions](https://docs.ohalee.com/products/ultimateoneblock/command-and-permissions.md)
- [For Developers](https://docs.ohalee.com/products/ultimateoneblock/for-developers.md)
- [UltimateTournament](https://docs.ohalee.com/products/ultimatetournament.md): UltimateTournament is a plugin that allows you to run fully automated tournaments. Compatible with challonge.org, a cutting-edge tournament site.
- [Features](https://docs.ohalee.com/products/ultimatetournament/features.md)
- [Installation](https://docs.ohalee.com/products/ultimatetournament/installation.md)
- [Placeholders](https://docs.ohalee.com/products/ultimatetournament/placeholders.md)
- [Configuration](https://docs.ohalee.com/products/ultimatetournament/configuration.md)
- [Tournament](https://docs.ohalee.com/products/ultimatetournament/tournament.md): How to configure a Tournament
- [Command & Permissions](https://docs.ohalee.com/products/ultimatetournament/command-and-permissions.md)
- [UltimateBedwars](https://docs.ohalee.com/products/ultimatebedwars.md): UltimateBedwars is the latest Bedwars to implement an advanced matchmaking system and distributed balance loading across servers.
- [Features](https://docs.ohalee.com/products/ultimatebedwars/features.md)
- [Installation](https://docs.ohalee.com/products/ultimatebedwars/installation.md)
- [Configuration](https://docs.ohalee.com/products/ultimatebedwars/configuration.md)
- [Arena](https://docs.ohalee.com/products/ultimatebedwars/arena.md): How to configure an Arena
- [Command & Permissions](https://docs.ohalee.com/products/ultimatebedwars/command-and-permissions.md)
- [Party](https://docs.ohalee.com/products/ultimatebedwars/party.md)
- [For Developers](https://docs.ohalee.com/products/ultimatebedwars/for-developers.md)
- [PlayerDataHistory](https://docs.ohalee.com/products/playerdatahistory.md): PlayerDataHistory is a plugin that allows you to memorize every player action within your network.
- [Features](https://docs.ohalee.com/products/playerdatahistory/features.md)
- [Installation](https://docs.ohalee.com/products/playerdatahistory/installation.md)
- [Configuration](https://docs.ohalee.com/products/playerdatahistory/configuration.md)
- [Web Panel](https://docs.ohalee.com/products/playerdatahistory/web-panel.md)
- [Command & Permissions](https://docs.ohalee.com/products/playerdatahistory/command-and-permissions.md)
- [UltimateGuilds](https://docs.ohalee.com/products/ultimateguilds.md): UltimateGuilds is a Hypixel style guild plugin. It has a distributed system for use on multiple servers and for integration with other plugins. Everything can be managed comfortably via GUI.
- [Features](https://docs.ohalee.com/products/ultimateguilds/features.md)
- [Installation](https://docs.ohalee.com/products/ultimateguilds/installation.md)
- [Configuration](https://docs.ohalee.com/products/ultimateguilds/configuration.md)
- [Command & Permissions](https://docs.ohalee.com/products/ultimateguilds/command-and-permissions.md)
- [For Developers](https://docs.ohalee.com/products/ultimateguilds/for-developers.md)


---

# 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://docs.ohalee.com/products.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.
