# Utility

These commands are designed for server management and for obtaining information.

{% hint style="warning" %}
We are aware that setting the fun/utility module to disabled doesnt disable commands. We are working on a fix
{% endhint %}

## Commands

### Admin Commands

/configure - enable/disable this module (For More Info See ->[Modules Info](/modules/modules-info.md#setting-state-of-modules))

/requiredrole - sets the required role to use this plugin (For more info see -> [Modules Info](/modules/modules-info.md#required-roles))

/moderate - Moderate a User

/embed - Send an embed message into a selected channel!

/say - make the bot repeat the specified text

/addrole - Adds a role

/lock - Lock a channel and restrict members from sending messages!

/purge - Purge a set amount of messages in a channel of your choice!

### User Commands

/whois - Get your user info

/poll - Create a poll for a selected channel!

/maplink - get a fchq or epic games.com link for a map

/creatorprofile - Finds a creators profile on Fchq

/qrcode - make a QR code with any link

/display-hex - Displays a color using any HEX code you provide.

/calc - Show the result of any math expression

/timer - set a timer and get alerted when it is complete!

/idcompare - compare 2 ids

{% hint style="warning" %}
Commands in this module are currently being re-assigned a group. More info in discord.
{% endhint %}

{% hint style="info" %}
Got a suggestion? Let us know in the discord [Join The Discord!](/support/join-the-discord.md)
{% endhint %}


---

# 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://docs.olilz.xyz/modules/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.
