> For the complete documentation index, see [llms.txt](https://xnickydev.gitbook.io/ocavy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xnickydev.gitbook.io/ocavy/commands/fun.md).

# Fun

- [+anime](https://xnickydev.gitbook.io/ocavy/commands/fun/+anime.md): Returns information about the specified anime
- [+bite](https://xnickydev.gitbook.io/ocavy/commands/fun/+bite.md): Bites the specified user
- [+car](https://xnickydev.gitbook.io/ocavy/commands/fun/+car.md): Returns a random car picture
- [+cat](https://xnickydev.gitbook.io/ocavy/commands/fun/+cat.md): Returns a random cat picture
- [+cuddle](https://xnickydev.gitbook.io/ocavy/commands/fun/+cuddle.md): Cuddles the specified user
- [+dog](https://xnickydev.gitbook.io/ocavy/commands/fun/+dog.md): Returns a random dog picture
- [+feed](https://xnickydev.gitbook.io/ocavy/commands/fun/+feed.md): Feeds the specified user
- [+google](https://xnickydev.gitbook.io/ocavy/commands/fun/+google.md): Returns google results of given query
- [+hangman](https://xnickydev.gitbook.io/ocavy/commands/fun/+hangman.md): Play the "Hangman" game
- [+hug](https://xnickydev.gitbook.io/ocavy/commands/fun/+hug.md): Hugs the specified user
- [+joke](https://xnickydev.gitbook.io/ocavy/commands/fun/+joke.md): Returns a random joke
- [+kill](https://xnickydev.gitbook.io/ocavy/commands/fun/+kill.md): Kills the specified user
- [+kiss](https://xnickydev.gitbook.io/ocavy/commands/fun/+kiss.md): Kisses the specified user
- [+lyrics](https://xnickydev.gitbook.io/ocavy/commands/fun/+lyrics.md): Returns lyrics of the provided song
- [+meme](https://xnickydev.gitbook.io/ocavy/commands/fun/+meme.md): Returns a random meme
- [+neko](https://xnickydev.gitbook.io/ocavy/commands/fun/+neko.md): Returns a random neko picture
- [+pat](https://xnickydev.gitbook.io/ocavy/commands/fun/+pat.md): Pats the specified user
- [+playstore](https://xnickydev.gitbook.io/ocavy/commands/fun/+playstore.md): Returns information about the specified Playstore app
- [+rps](https://xnickydev.gitbook.io/ocavy/commands/fun/+rps.md): Play "Rock Paper Scissors" against the bot
- [+screenshot](https://xnickydev.gitbook.io/ocavy/commands/fun/+screenshot.md): Takes a screenshot of the provided website link
- [+slap](https://xnickydev.gitbook.io/ocavy/commands/fun/+slap.md): Slaps the specified user
- [+song](https://xnickydev.gitbook.io/ocavy/commands/fun/+song.md): Returns information about the provided song
- [+steam](https://xnickydev.gitbook.io/ocavy/commands/fun/+steam.md): Returns information about the specified Steam game
- [+youtube](https://xnickydev.gitbook.io/ocavy/commands/fun/+youtube.md): Returns video results for given query


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://xnickydev.gitbook.io/ocavy/commands/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.
