# Zithium Studios

## Zithium Studios

- [Getting Started](https://docs.zithium.net/getting-started.md): Home of all the documentation for Zithium Plugins
- [Item Options](https://docs.zithium.net/all-plugins/item-options.md): Here you can find all the various options our item builder supports for all of our plugins.
- [Text Colors (RGB)](https://docs.zithium.net/all-plugins/text-colors-rgb.md): All Zithium plugins support RGB in nearly all of their messages.
- [FAQ](https://docs.zithium.net/all-plugins/faq.md): This page contains common questions and the answers to those questions.
- [ZithiumTags](https://docs.zithium.net/zithium-series/zithiumtags.md)
- [Menu Options](https://docs.zithium.net/zithium-series/zithiumtags/menu-options.md): The menus in SaveTags are very flexible and have a lot of options to make changing them easier.
- [ZithiumMobCoins](https://docs.zithium.net/zithium-series/zithiummobcoins.md)
- [Commands & Permissions](https://docs.zithium.net/zithium-series/zithiummobcoins/commands-and-permissions.md): On this page you can find all the different commands & permissions included in the plugin.
- [Placeholders](https://docs.zithium.net/zithium-series/zithiummobcoins/placeholders.md): Here you can find the various placeholders for PlaceholderAPI
- [Menu Options](https://docs.zithium.net/zithium-series/zithiummobcoins/menu-options.md): Here you can find some examples for various options you can use in the menus to make them look good.
- [DeluxeWithdraw Add-on](https://docs.zithium.net/zithium-series/zithiummobcoins/deluxewithdraw-add-on.md): This add-on provides the ability to hook into DeluxeWithdraw below you can find out how.
- [ZithiumBuckets](https://docs.zithium.net/zithium-series/zithiumbuckets.md): An infinite bucket plugin to improve the player experience.
- [Default Files](https://docs.zithium.net/zithium-series/zithiumbuckets/default-files.md): Here you can find the default configuration files encase you need to reference them.
- [Zithium Collectors](https://docs.zithium.net/zithium-series/zithium-collectors.md)
- [Commands & Permissions](https://docs.zithium.net/zithium-series/zithium-collectors/commands-and-permissions.md): Here you can find all the commands and permissions for Zithium Collectors
- [Configuration](https://docs.zithium.net/zithium-series/zithium-collectors/configuration.md): Here you can find the latest version of the config.yml
- [Developer API](https://docs.zithium.net/zithium-series/zithium-collectors/developer-api.md)
- [XLTournaments](https://docs.zithium.net/xl-series/xltournaments.md): Welcome to the documentation for XLTournaments.
- [Commands and Permissions](https://docs.zithium.net/xl-series/xltournaments/commands-and-permissions.md): Here you can find all the XLTournaments commands and permissions
- [Objective Types](https://docs.zithium.net/xl-series/xltournaments/objective-types.md): XLTournaments has a bunch of objectives to make awesome tournaments with.
- [PlaceholderAPI](https://docs.zithium.net/xl-series/xltournaments/placeholderapi.md)
- [Configuration Files](https://docs.zithium.net/xl-series/xltournaments/configuration-files.md): Default configuration files for XLTournaments
- [Developer API](https://docs.zithium.net/xl-series/xltournaments/developer-api.md)
- [Events](https://docs.zithium.net/xl-series/xltournaments/developer-api/events.md): XLTournaments has a few events you can listen to in your plugin to execute certain actions.
- [Custom Objectives](https://docs.zithium.net/xl-series/xltournaments/developer-api/custom-objectives.md): This guide will explain how to add your very own objective to XLTournaments.
- [XLAutoMiner](https://docs.zithium.net/xl-series/xlautominer.md)
- [DeluxeHub](https://docs.zithium.net/other-plugins/deluxehub.md): Your all-in-one, essential and professional hub core
- [Commands & Permissions](https://docs.zithium.net/other-plugins/deluxehub/commands-and-permissions.md)
- [SponsoredSlots](https://docs.zithium.net/other-plugins/sponsoredslots.md)
- [DeluxeCoinflip](https://docs.zithium.net/other-plugins/deluxecoinflip.md): Here you can find all the relevant information for the DeluxeCoinflip plugin.
- [Configuration](https://docs.zithium.net/other-plugins/deluxecoinflip/configuration.md): Here you can find the latest version of the default configuration file.
- [Developer API](https://docs.zithium.net/other-plugins/deluxecoinflip/developer-api.md): Here you can find all the information on how to use our API to add custom economies.
- [Placeholders](https://docs.zithium.net/other-plugins/deluxecoinflip/placeholders.md): Here is a list of placeholders you can use with PlaceholderAPI
- [Custom Currency](https://docs.zithium.net/other-plugins/deluxecoinflip/custom-currency.md): You can easily add custom currencies to DeluxeCoinflip via the use of commands and placeholders!


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.zithium.net/getting-started.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.
