# WizBot Documentation

## Inviting WizBot

There are two versions of WizBot, a public bot and a self-hostable bot.

To invite public WizBot to your server or to view its commands, click on the buttons below:

[:material-plus: Add WizBot to your server](https://wizbot.cc/botinvite){ .md-button .md-button--primary } [:material-format-list-text: View commands](https://commands.wizbot.cc){ .md-button }

To self-host your own WizBot, use the guides below:

* [:material-microsoft-windows: Windows guide](/docs/guides/windows-guide.md)
* [:material-linux: Linux guide](/docs/guides/linux-guide.md)
* [:material-apple: Mac OS guide](/docs/guides/osx-guide.md)

In case you need any help, join our [Discord server](https://discord.wizbot.cc/) where we may provide support.

***

## About WizBot

WizBot is an [open source project](https://gitlab.com/WizNet/WizBot). Any issues with the bot may be filed [here](https://gitlab.com/WizNet/WizBot/issues).

If you're unsure whether something is an issue, ask in our support server first.

[Donations are welcome](/docs/donate.md), and we rely on your contributions to help keep the project alive.


---

# 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://ndocs.wizbot.cc/docs/index.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.
