# Fun

- [8ball](https://documentation.lynnux.xyz/akira/fun/8ball.md): Ask the magic 8-ball a question.
- [Choose](https://documentation.lynnux.xyz/akira/fun/choose.md): Chooses a random option.
- [F](https://documentation.lynnux.xyz/akira/fun/f.md): Pay respects to something.
- [Hello](https://documentation.lynnux.xyz/akira/fun/hello.md): Responds with hello (mostly for checking if the bot is online).
- [Inspire](https://documentation.lynnux.xyz/akira/fun/inspire.md): Generates a random and terrible inspirational quote.
- [Kill](https://documentation.lynnux.xyz/akira/fun/kill.md): Attempts to kill the mentioned member.
- [Rate](https://documentation.lynnux.xyz/akira/fun/rate.md): Rates something or someone on a scale of 1 to 10.
- [Rps](https://documentation.lynnux.xyz/akira/fun/rps.md): Play a game of rock, paper, scissors.
- [Uwuify](https://documentation.lynnux.xyz/akira/fun/uwuify.md): Uwuifies the given message.


---

# 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://documentation.lynnux.xyz/akira/fun.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.
