# Feature Guide

- [Configurable Features](https://docs.juniorthecat.app/feature-guide/configurable-features.md)
- [Interactions](https://docs.juniorthecat.app/feature-guide/configurable-features/interactions.md)
- [Activities](https://docs.juniorthecat.app/feature-guide/activities.md): These are all of the fun activities that you can do with Junior just like you would with an actual kitten!
- [Mini-Games](https://docs.juniorthecat.app/feature-guide/mini-games.md): Are you competitive? Fancy challenging your friends/family to the top of the leaderboard? Try some of Junior's mini-games!
- [Mental Health](https://docs.juniorthecat.app/feature-guide/mental-health.md): Junior offers a suite of mental health-related features for supporting and motivating you so that you always feel your best!
- [Utilities](https://docs.juniorthecat.app/feature-guide/utilities.md): These are extra features that Junior offers which cover debugging (in the event that you find him to be unresponsive for any reason) and other useful tools!
- [ActivityStar](https://docs.juniorthecat.app/feature-guide/utilities/activitystar.md)


---

# 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.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.
