> For the complete documentation index, see [llms.txt](https://wiki.starheroes.community/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.starheroes.community/economy/copy-of-seasons.md).

# Copy of Seasons

Seasons and chapters are the heartbeat of the game.

They influence Spaceship upgrades, Hero advancements, and overall gameplay. Mastering the ebb and flow of Seasons is key to strategic optimization. Let's delve into the brief intricacies of the Season system.

{% hint style="warning" %}
Chapter 1 of Season 2 launches on November 25th.
{% endhint %}

1. **Timely Resets:**

   * Season 2 consists of three chapters which provide a structured and timed framework for gameplay.
   * Each Season brings a fresh start, resetting the gaming landscape and introducing new challenges.

2. **Ship and Hero Progression:**

   * Seasons play a pivotal role in [Spaceship](/economy/spaceships.md) upgrades and [Hero advancements](/economy/heroes/levelling-up.md).
   * The timed nature of Seasons adds urgency and strategic depth to progression decisions.

3. **Dynamic Challenges:**
   * Varied challenges unfold within each season, creating a dynamic and evolving gaming environment.
   * Players must adapt strategies based on the unique challenges presented during a season.<br>

4. **Leaderboard Intensity:**

   * The [Main Leaderboard](/economy/leaderboard.md), resetting with each chapter, fuels intense competition among players.
   * Strategic decisions during a season impact a player's position and potential rewards.

5. **Premium Visuals and Strategy:**

   * Premium visuals provide more than just aesthetics; they also affect the acquisition of StarScore through the Eternal Level.
   * The seasonal nature adds a strategic layer to colour selection and its potential impact on the.

6. **End-of-Chapter Rewards:**

* Players are rewarded based on their final standing at the end of each chapter.


---

# 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://wiki.starheroes.community/economy/copy-of-seasons.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.
