# DrinkWaterBot

## Get The Bot!

Adding DrinkWaterBot to your server is a very simple process. Just click on the following link!

{% embed url="<https://discord.com/oauth2/authorize?client_id=739820357300781056&permissions=355392&scope=bot>" %}
Click on above to add DrinkWaterBot to your server
{% endembed %}

## Usage

Unlike some other bots, DrinkWaterBot does not have a fixed prefix for all commands. It replies to some based on the context and keywords. Some commands do have a prefix though and we will get to those soon!

### Basic Usage

Here are some simple commands to get started

```
hi
```

```bash
hello
```

```bash
I'm hungry
```

```bash
I'm bored
```

### Therapist Mode

DrinkWaterBot loves giving you advice. To get some, just use the following commands

```bash
please advice
```

Or for a different flavor of advice, try

```bash
please help
```

{% hint style="info" %}
&#x20;Help and Advice are replies obtained from a 3rd party API and do not represent the thoughts of the bot or developers.
{% endhint %}

### Harmless Fun

Sometimes when you have nothing to do, it's fun to have someone reply. DrinkWaterBot is always there for you

```bash
marco
```

```bash
ping
```

```bash
romeo
```

```bash
antonio
```

### Scoring

What fun would it be if you didn't get anything out of all the enjoyment DrinkWaterBot gives you? Presenting the score! Every interaction with DrinkWaterBot gives you a point. Get the highest score among your friends and rule them all.

```bash
water score
```


---

# 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://srujandeshpande.gitbook.io/drinkwaterbot/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.
