> For the complete documentation index, see [llms.txt](https://docs.nine-chronicles.com/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nine-chronicles.com/introduction/intro/game-contents/season-pass.md).

# Season Pass

## Introduce

The Nine Chronicles Season Pass is a product that allows players to earn rewards by gaining experience points and leveling up through various game content. Here are the features of the Season Pass:

## How to level up

Players can earn pass experience points through Adventure, Arena, and World Boss content. As the pass level increases, various rewards can be obtained.

## Type

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

* **Premium**: Purchasing the Premium product allows you to obtain additional rewards from the Premium tab.
* **Premium+**: The Premium+ product grants a large amount of pass experience points immediately, along with additional rewards. For example, purchasing Premium+ instantly gives you 13,350 pass experience points, allowing you to reach level 14 from level 0.

## Rewards

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

Even after reaching the maximum level (level 30), you can continue to receive repeat rewards each time you level up. Additionally, certain Season Passes may include exclusive rewards such as limited edition titles.

The Season Pass provides players with additional experience points and various exclusive rewards, offering more incentives and benefits to enhance their gameplay experience.


---

# 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://docs.nine-chronicles.com/introduction/intro/game-contents/season-pass.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.
