# Mini-Games

## Hide & Seek

Junior seems to think that he is a pro hider and that nobody can find him when he disappears, so we need all you expert seekers to help us find him and prove him wrong!

To play hide & seek with Junior, use the `/play hide-and-seek` command. He will run off to hide in one of three of his favorite hiding spots, and it will be up to you to choose the right one and seek him out!

Good luck!

{% hint style="info" %}
To access the Hide & Seek stats and leaderboard, use the `/leaderboard` command.
{% endhint %}

## Ping Pong

You can play some ping pong with Junior by using the `/play ping` command.&#x20;

You might win.. or he might! You might even end up in a lengthy back-and-forth rally with him for the point! All we know is, you have to be in it to win it!

{% hint style="info" %}
To access the Ping Pong stats and leaderboard, use the `/leaderboard` command.
{% endhint %}

## Treat Feeding

You can feed Junior his favorite treats and he'll track how many you've given so that you can compete with friends and family to see who can feed him the most!

To give him a treat, first use the `/get treat` command to ask him to get his treat bag. You can then feed him by using the `/feed treat` command.

{% hint style="info" %}
To access the Treat Feeding stats and leaderboard, use the `/leaderboard` command.
{% 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.juniorthecat.app/feature-guide/mini-games.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.
