> For the complete documentation index, see [llms.txt](https://gnosity.gitbook.io/gnosity-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gnosity.gitbook.io/gnosity-docs/gnosity-guide-level-up-your-learning.md).

# Gnosity Guide: level up your learning

## What is Gnosity?

Gnosity is a gamified productivity platform that turns your everyday tasks into character progression. It's a dashboard that includes skill tracking and motivational mechanics that encourage you to keep progressing and reflect on the skills and growth you've made over time.

#### 🚩 Problem Statement:

Many learners struggle to stay motivated because they don’t see clear evidence of their progress. They often start strong but eventually give up, feeling like they’re heading nowhere. Without visible progress, tasks begin to feel like chores rather than opportunities to improve. Learning and completing tasks becomes far more engaging when you can track your skill development over time. The solution? **Gamify the process**—turn everyday tasks into quests, progress into experience points, and growth into a rewarding journey.

#### 💡 Solution Overview:

**Gnosity** helps transform your everyday learning into a gamified journey where personal growth is rewarding and fun!

#### 🌟 Key features:

* Quest List (Tasks): Tasks become quests, each with tags, difficulty, and rewards.
* Skills statistics/tracking: Completing quests builds visible progress in skill categories.
* EXP Leveling Up: Earn experience points and level up their mascot, reinforcing consistency.
* Tagging & Token System: Rewards are given for completing quests!

### Step-by-Step Usage Guide

#### 🚀 Getting started and logging in:

* Sign up using your email and set a unique username
* Sign in to your dashboard by using your username and password

#### 📜 Create your quest:

* **Add a quest:** Click "Add Quest" and enter the task name, category/tags (level of difficulty), and choose the abilities you want to enhance.
  * Difficulty: Determines the EXP reward!

#### 📈 Track Skills and Earn EXP

**EXP rewards:** Completing quests grants EXP, reaching threshold levels upgrades your character, and reinforcing consistent effort over time

### DEMO

demo here

### Team

Reanna Liu - Lead Developer

Manuela Bolivar - Lead UX designer

Bridget Torres - Project Manager

### Repository

{% embed url="<https://github.com/bridgettorres/Gnosity>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gnosity.gitbook.io/gnosity-docs/gnosity-guide-level-up-your-learning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
