# Fadah

- [Fadah](https://docs.preva1l.info/fadah/fadah.md): Finally a Decent Auction House is the fast, modern, advanced and actually good auction house plugin that you have been looking for!
- [Setup](https://docs.preva1l.info/fadah/setup.md): Guides on setting up fadah!
- [Database](https://docs.preva1l.info/fadah/setup/database.md): For help setting up an external database.
- [Multi Server](https://docs.preva1l.info/fadah/setup/multi-server.md): For instructions on how to configure Fadah for multiple servers.
- [Category Filtering & Blacklists](https://docs.preva1l.info/fadah/setup/category-filtering-and-blacklists.md): How to setup categories and blacklisted items
- [Commands & Permissions](https://docs.preva1l.info/fadah/commands.md)
- [Developer API](https://docs.preva1l.info/fadah/api.md): The Developer API for Fadah is very extensive, these docs aim to cover it fully!
- [Accessing & Using Data](https://docs.preva1l.info/fadah/api/accessing-data.md): Access data  using the API.
- [Events](https://docs.preva1l.info/fadah/api/events.md): Listen for Events via the API.
- [Adding a Economy Hook](https://docs.preva1l.info/fadah/api/economy.md): This page will provide you with the information to add an economy hook to fadah!


---

# 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://docs.preva1l.info/fadah.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.
