# Commands

As Koira's main purpose is logging, we have relatively few commands implemented. Below is a list of all of the commands Koira has and their functions.

* `/alive` - Returns the bot's response time
* `/debug` - This command is useful for determining if there an issue in regards to the permissions Koira has in your server. It also provies helpful information that the support team may ask for when assisting you.
* `/help` - Allows the user to access the help panel, which lists all commands for the bot with short descriptions of each.
* `/settings` - This command allows server administrators to granularly change settings in regards to where an event should be logged, if at all, among other opions. Please note this command requires you to have the `MANAGE_SERVER` permission to be used.
* `/setup` - Setup allows for a quick setup of the bot using our Bundles system. Please check out our [Setup Guide](/setupguide.md) for more information on configuring Koira. Please note this command requires you to have the `MANAGE_SERVER` permission to be used.
* `/support` - Provides a link to the support server, should you find yourself in need of assistance.
* `/vote` - Provides links to allow users to vote for the bot on the bot listing services we are on. This command always returns an ephemeral reply.


---

# 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.koira.bot/commands.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.
