# Fun & Games

**8BALL**

* Magic 8 ball

```
/8ball [question]
```

***

ANIMALS

* Answer a random animal question

```
/animals
```

***

**CAT**

* Posts a dog picture

```
/cat
```

***

**COINFLIP**

* Flip a coin

```
/coinflip
```

***

**COUNT**

* Play the counting game

```
/count [next number in sequence]
```

***

**DEFINE**

* Get the definition of a word or phrase

```
/define [word/phrase]
```

***

**DICE**

* Roll a dice with your choice of number of sides

```
/dice [# of side]
```

***

**DOG**

* Posts a picture of a dog

```
/dog
```

***

**HACK**

* Pretend to hack someone else

```
/hack [user]
```

***

**INSTAGRAM**

* Search Instagram

```
/instagram [account username]
```

***

**MATH**

* Does a simple 2 digit math equation

```
/math add [first number] [second number]
```

```
/math subtract [first number] [second number]
```

```
/math multiply [first number] [second number]
```

```
/math divide [first number] [second number]
```

***

**MEME**

* Posts a meme

```
/meme
```

***

**RANDOM**

* Answer a random question

```
/random
```

***

**RPS**

* Play rock paper scissors with the bot

```
/rps [choice]
```

***

**SPORTS**

* Answer a random sports question

```
/sports
```

***

**VEHICLES**

* Answer a random vehicle question

```
/vehicles
```

***

**VIDEOGAMES**

* Answer a random video game question

```
/videogames
```

***

**WEATHER**

* Check the weather using a zip code

```
/weather [zip code]
```


---

# 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://sambeano7.gitbook.io/prometheus/commands/fun-and-games.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.
