# ActivityStar

## Overview

Do you sometimes find it hard to finish your homework or tidy up your room? Maybe you're dreaming of learning to play an instrument, or wanting to pick up some other awesome skill? \
Junior can help make it a more fun and rewarding adventure!

<figure><img src="/files/m6pQGtR3ZJwP2s5v9ay1" alt="" width="563"><figcaption></figcaption></figure>

## How Does It Work?

ActivityStar turns everyday tasks and skill-learning dreams into exciting quests! Track your progress, earn Experience Points (XP) and Stars, and even collect Social Points (SP) when you team up with friends! It's like turning your to-do list into a game!

## **What do Experience Points (XP), Social Points (SP) and Stars do?**

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>XP</strong></td><td>Earned every time you complete a quest or progress a skill. Level up to become the ultimate "Activity Star"!</td></tr><tr><td><strong>SP</strong></td><td>Spend time on quests or skills with friends to rack up these special points together. Friends make everything more fun! </td></tr><tr><td><strong>Stars</strong></td><td>Earned every time you complete a quest or progress a skill. Track the progress of your individual skills or your questing as a whole!</td></tr></tbody></table>

These stats help you see where you're focusing your energy and help keep you motivated!

For instance, if you're rocking level 10 on "learn to play the guitar" but only level 2 on "learn to swim", you might decide to splash a bit more time in the pool! Got a messy room? No problem! Break it down into tiny, manageable quests, and tick them off one by one!

ActivityStar is all about helping you stay encouraged and tracking your progress. The stats may be cosmetic, but the real magic is in the positive habits and skills you're building!

## Command List

| Command                  | Description                       |
| ------------------------ | --------------------------------- |
| `/activitystar add`      | Add a new quest/skill             |
| `/activitystar update`   | Update quest/skill progress       |
| `/activitystar rename`   | Rename a quest/skill              |
| `/activitystar remove`   | Remove a quest/skill              |
| `/activitystar overview` | View your overall progress        |
| `/activitystar skills`   | View your skill stats             |
| `/activitystar quests`   | View your active/completed quests |

{% hint style="warning" %}
You can add multiple quests with the same name (e.g., Wash dishes). However, you can't add multiple skills with the same name (e.g., Learn to play the guitar).
{% 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/utilities/activitystar.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.
