# Introduction

Discord Bots, like WarNet, allow you to connect to and change them using commands. Previously these commands were typed directly into discord as messages, but now they use something called "slash commands." These commands are brought up on your screen by typing "/" or by pressing the plus icon to the left of input and pressing "use slash command".&#x20;

Using these commands you can get WarNet war notifications for any alliance or even yourself. Click [here ](https://discord.com/oauth2/authorize?client_id=728319724706070738\&scope=bot%20applications.commands\&permissions=2147483648)to invite it and then you can start using these powerful commands for yourself.<br>

### Start off by connecting an alliance to WarNet

{% content-ref url="/pages/-MSU-tAMKNJ4nWxS9B0A" %}
[Connect](/connect-and-remove/connect.md)
{% endcontent-ref %}

{% hint style="warning" %}
Note: Some commands require Manage Server permission. This is to prevent unauthorized WarNet settings changes. If you are planning to setup the bot make sure you have this permission.
{% endhint %}


---

# 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://warnetdocs.bsnk.dev/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.
