# Utilities

## Call

Use the `/call` command to have Junior record and share the rough time, in milliseconds, that it takes between you sending him commands and him receiving them. This is a useful debugging tool if you suspect that he's taking longer than normal to respond!

## Coin Flipping

Trying to make a decision? Use the `/flipcoin` command to ask Junior to flip a coin for you with his paw, and he will let you know if it's *heads* or *tails*!

## Feedback

Do you have an idea about a feature for Junior that you think would be cool for him to have? Or fancy sharing some love for him? You can submit your thoughts/suggestions to the developers directly from any server by using the `/feedback` command!

{% hint style="info" %}
There is one parameter for this command, called `visibility`. If you set it to `Public`, your feedback will also be automatically shared (anonymously) in our [official bot support server](https://discord.com/invite/UMZNf6MADP).&#x20;
{% endhint %}

## Reminders

Do you sometimes forget stuff? Get Junior to help remind you of all the important things, like patting your cat, that you need to do! Use the `/remindme` command to create a new reminder. You include a message describing what you want to be reminded of, and a future time so that he'll know exactly when to remind you.

Use the `/reminders` command to view a list of active reminders that you've created with him.

Use the `/reminder del` command to delete an existing, active reminder.

{% hint style="info" %}
The entire process is completely private. All responses to reminder-related commands in channels have 'ephemeral' enabled, meaning that only you will be able to see them.
{% endhint %}

## Stats

Use the `/stats` command to view Junior's Discord connectivity statistics which include:

* Total servers being served
* Total users being served
* Connection status of each shard

## Uptime

Use the `/uptime` command to have Junior tell you how long he's been online (awake) for.


---

# 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.juniorthecat.app/feature-guide/utilities.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.
