# Utility

- [+ask](https://xnickydev.gitbook.io/ocavy/commands/utility/+ask.md): Ask a question regarding Ocavy.
- [+avatar](https://xnickydev.gitbook.io/ocavy/commands/utility/+avatar.md): Returns the avatar of a user
- [+banner](https://xnickydev.gitbook.io/ocavy/commands/utility/+banner.md): Returns the banner of a user
- [+bot-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+bot-info.md): Returns information about Ocavy
- [+calculator](https://xnickydev.gitbook.io/ocavy/commands/utility/+calculator.md): Returns a calculator to calculate math expressions
- [+changelog](https://xnickydev.gitbook.io/ocavy/commands/utility/+changelog.md): Returns the newest changelog
- [+channel-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+channel-info.md): Returns information about a channel
- [+characters](https://xnickydev.gitbook.io/ocavy/commands/utility/+characters.md): Counts the characters of the provided text
- [+color-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+color-info.md): Returns information about the specified color
- [+emoji-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+emoji-info.md): Returns information about the provided emoji
- [+get-id](https://xnickydev.gitbook.io/ocavy/commands/utility/+get-id.md): Gets ID of provided element
- [+help](https://xnickydev.gitbook.io/ocavy/commands/utility/+help.md): Ocavy Commands Help
- [+id-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+id-info.md): Returns information about the specified Discord ID
- [+invite-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+invite-info.md): Returns information about the specified invite
- [+invite](https://xnickydev.gitbook.io/ocavy/commands/utility/+invite.md): Returns helpful links of Ocavy
- [+ping](https://xnickydev.gitbook.io/ocavy/commands/utility/+ping.md): Returns the bot's ping in milliseconds
- [+placeholders](https://xnickydev.gitbook.io/ocavy/commands/utility/+placeholders.md): Returns a list with all available placeholders
- [+quote](https://xnickydev.gitbook.io/ocavy/commands/utility/+quote.md): Quotes a message
- [+reaction-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+reaction-info.md): Returns information about the specified reaction
- [+role-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+role-info.md): Returns information about a role
- [+server-banner](https://xnickydev.gitbook.io/ocavy/commands/utility/+server-banner.md): Returns the banner of a server
- [+server-emojis](https://xnickydev.gitbook.io/ocavy/commands/utility/+server-emojis.md): Returns all server emojis
- [+server-icon](https://xnickydev.gitbook.io/ocavy/commands/utility/+server-icon.md): Returns the server icon of current server
- [+server-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+server-info.md): Returns information about the server
- [+server-roles](https://xnickydev.gitbook.io/ocavy/commands/utility/+server-roles.md): Returns all roles of the server
- [+server-splash](https://xnickydev.gitbook.io/ocavy/commands/utility/+server-splash.md): Returns the splash of a server
- [+timezone-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+timezone-info.md): Returns information about the provided timezone
- [+timezones](https://xnickydev.gitbook.io/ocavy/commands/utility/+timezones.md): Returns a list of all available timezones
- [+user-info](https://xnickydev.gitbook.io/ocavy/commands/utility/+user-info.md): Returns information about a user
- [+user-perms](https://xnickydev.gitbook.io/ocavy/commands/utility/+user-perms.md): Returns the permission information of a user


---

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