> For the complete documentation index, see [llms.txt](https://xiiid.gitbook.io/xiiid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xiiid.gitbook.io/xiiid/product/xclass/user-guide.md).

# User Guide

## 1. Create a Account

* Click **Sign Up**.

<figure><img src="/files/p3QYyx0EBWOnqzkYlM2Y" alt="" width="311"><figcaption></figcaption></figure>

* Continue with Google.

<figure><img src="/files/kcXrjCgilFkMByrgsAXr" alt="" width="294"><figcaption></figcaption></figure>

* Or register with your email account.

<figure><img src="/files/da7pDfwic7CLC2XzD48H" alt="" width="161"><figcaption></figcaption></figure>

## 2. XClass Point

A variety of activities in XClass allow users to earn points.

### 2-1. XClass

On XClass, users can engage in both Class Creation and Class Solving.&#x20;

Please note that you can only earn points for up to 6 classes per day; while you can still solve additional classes beyond this limit, no points will be awarded.

<figure><img src="/files/JAbLVbhalpefBlYUuSvN" alt=""><figcaption></figcaption></figure>

1. **Class Creation:** This feature is currently disabled but will be made available in the future once users meet certain achievement criteria.
2. **Class Category:** Clicking this will sort the classes according to the selected category.
3. **Class Sorting**&#x20;

* Popular: Sorts classes based on the most completed or played ones.
* Recent: Sorts classes by their creation date, showing the newest first.
* Top Rated: Sorts classes in descending order based on their ratings.

4. Displays the category and difficulty level of the class.
5. **Class Reward Pool:** Users can earn up to 200 points upon answering all questions correctly from a total pool of 1 million points. Each time a user completes a class, 200 points are deducted from the 1-million-point pool. Even if the reward pool reaches 0, you can still solve the class, but no points will be awarded.

### 2-2. Quest

In Quests, users can earn points through various activities, such as Social tasks and referrals.

<figure><img src="/files/sNLcQ4paN9izY7aISkZQ" alt=""><figcaption></figcaption></figure>

1. **Referral:** Clicking this will display your QR code and referral link. Please note that a referred user must complete at least 3 classes to be officially counted.
2. **Quest Category:** Sorts the quests according to their respective categories.

## 3. Start Class

Each class has a 10-minute time limit. Users earn 20 points per correct answer, up to a maximum of 200 points.

<figure><img src="/files/KUhef1r1tmRM2SNGorqI" alt=""><figcaption></figcaption></figure>

1. **Class Name & Description:** Displays the title and a brief overview of the class.
2. **Next:** Moves to the next question after selecting an answer. You cannot proceed to the next question without selecting an answer.
3. **Submit:** Available once all 10 questions are solved. You cannot submit the class if there are any unanswered questions.
4. **Final Submission:** Before clicking the final "Submit" button, you can review your answers by clicking "Review My Answers."
5. **Accuracy Rate & Points Earned:** Displays your accuracy rate for the class and the total number of points you have earned.
6. **Class Rating:** Users can rate their satisfaction with the class. This feedback will be used to improve future classes in the project.
7. **Explanations:** Provides detailed explanations for all questions, including both correct and incorrect answers.

## &#x20;


---

# 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://xiiid.gitbook.io/xiiid/product/xclass/user-guide.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.
