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

# Homepage

## 🤖 Welcome to the Pandoryx Bot Docs

Your all-in-one powerhouse for moderation, automation, embeds, and more — all wrapped up in a sleek, slash-command–only experience.

Whether you're managing a small community or a bustling server, **Pandoryx** is built to make your life easier with intuitive tools, clean output, and full-server control right from Discord.

***

### ✨ What Can Pandoryx Do?

* 🛡️ **Moderation Tools** – Warn, kick, ban, timeout, and track actions with precision
* 🎟️ **Ticket Panel System** – Private threads with reaction-based access
* 🧾 **Custom Embed Builder** – Design gorgeous embeds with live edit modals
* 🧰 **Utility Commands** – Clear messages, get server stats, fetch emojis, and more
* ⚙️ **Smart Configuration** – Guild-specific settings with more options on the way
* 🌐 **Dashboard (coming soon!)** – A visual interface for managing your setup

***

### 🚀 Getting Started

If you're new, head to the [**Getting Started**](/pandoryx-bot/getting-started.md) guide for how to invite the bot and run your first commands.

***

### 💬 Support & Feedback

Need help or have a suggestion?

* **💡** [**Feature Requests**](https://github.com/asteriasmoons/pandoryx-bot/issues/2#issue-3166322020)
* **🐛** [**Bug Reports**](https://github.com/asteriasmoons/pandoryx-bot/issues/1#issue-3166312503)
* 💬 Join our [**Elyxia Bots Support Server**](https://discord.gg/jS5eTjhK7R)

***

### 🛠️ Actively Looking For...

Pandoryx is still growing, and so is the team behind it! If you're a:

* Developer 🧑‍💻 (especially experienced with Discord.js)
* Writer ✍️ (for command documentation, examples, or tutorials)
* Idea person 💡 (with cool use cases or server needs)

…we’d love your help. Reach out in the **Contributing** section!


---

# 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://asterias-moons.gitbook.io/pandoryx-bot/homepage.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.
