# BotWiz Guides

- [Slash Commands](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/slash-commands.md): You can find Slash Command guides down below to help you achieve your dream Discord bot.
- [Warn Command](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/slash-commands/warn-command.md): A complete guide to building a warn command
- [Ticket System](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/slash-commands/ticket-system.md)
- [Migrate](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/migrate.md): A complete guide on how to import a command / event into your builder, and to export a command / event for you to share with your friends!
- [Import](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/migrate/import.md): A complete guide on how to import a command / event with a share code using the migrate feature.
- [Export](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/migrate/export.md): A complete guide on how to export your command / event with a share code using the migrate feature.
- [Co-Create](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/co-create.md): Co-Create is a way to collaborate and invite people to help with your bot.
- [Managing Co-Creators](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/co-create/managing-co-creators.md): How to add/remove users from your bot.
- [Accepting an Invite](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/co-create/accepting-an-invite.md): How to accept an invite you received to edit another user's bot.
- [Apm Guides](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/apm-guides.md)
- [Apm Ticket System](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/apm-guides/apm-ticket-system.md)
- [Ticket Limits](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/apm-guides/apm-ticket-system/ticket-limits.md)
- [Massing Bot](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/apm-guides/massing-bot.md): Credits @miylie
- [Auto Responder](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/auto-responder.md): Learn step-by-step how to set up and customise automated responses to enhance server engagement.
- [Server Statistics](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/server-statistics.md): This guide will teach you how to setup server statistics for your server!
- [Member Count](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/server-statistics/member-count.md): The subpage to teach you how to set up display how many members your guild has!
- [Using APIs](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/using-apis.md): A quick guide to show you how to use APIs within Botwiz!
- [What is an API?](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/using-apis/what-is-an-api.md)
- [Discord API](https://docs.botwiz.dev/botwiz-guides/botwiz-guides-1/using-apis/discord-api.md): This guide will walk you through connecting and customizing your Discord bots with API calls.


---

# 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.botwiz.dev/botwiz-guides/botwiz-guides-1.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.
