# Home

## Get started with this wiki

{% hint style="danger" %}
**Make sure to read this before reading another part of the wiki :**

* Do not literally write `[ ] ( )` in your commands.&#x20;
* Sometimes you'll have to write the vertical bar or pipe, "|". This generally happens when you need to specify several roles/texts.. It doesn't apply when the veritcal bar is written without spaces between two parameters.
* This wiki doesn't display it but every command is called with a prefix.
  {% endhint %}

Welcome to **Watora's Documentation** !

I hope you'll find enough help to **fully understand** Watora. If you want to correct, edit, add or remove something on this Wiki, you can go on [the GitHub page](https://github.com/Zenrac/watora-doc). Your help will be gladly accepted !&#x20;

## Setting up Watora

Watora doesn't need any setup, it's designed to be intuitive.

However, you can configure many things. Take a look the the [settings page.](/watora/configuration/settings.md)

## Setting up Autoplaylists

You can find a cool page to learn everything about Autoplaylists [here](/watora/features/autoplaylists.md).

## Creating your own commands and aliases

If you want to create your own commands and your own aliases you'll have to use CustomCommands. Maybe you should take a look at the [Custom Commands page.](/watora/features/custom-commands.md)


---

# 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://watora.gitbook.io/watora/master.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.
