> For the complete documentation index, see [llms.txt](https://superteam-games.gitbook.io/stg-football-game-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://superteam-games.gitbook.io/stg-football-game-guide/active-player-roster.md).

# Active Player Roster

**Your new account will start with 8 SuperStars at no cost, each belonging to one of the following positions:**

* [<mark style="color:yellow;">**Quarterback**</mark>](/stg-football-game-guide/player-positions.md)
* [<mark style="color:yellow;">**Running Back**</mark>](/stg-football-game-guide/player-positions.md)
* [<mark style="color:yellow;">**Wide Receiver**</mark>](/stg-football-game-guide/player-positions.md)
* [<mark style="color:yellow;">**Flex**</mark>](/stg-football-game-guide/player-positions.md)
* [<mark style="color:yellow;">**Linebacker**</mark>](/stg-football-game-guide/player-positions.md)
* [<mark style="color:yellow;">**Cornerback**</mark>](/stg-football-game-guide/player-positions.md)
* [<mark style="color:yellow;">**Safety**</mark>](/stg-football-game-guide/player-positions.md)
* [<mark style="color:yellow;">**Rusher**</mark>](/stg-football-game-guide/player-positions.md)\ <br>

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

<mark style="color:yellow;">**Every SuperStar has exactly one position they are allowed to be played in and must be matched to the same roster slot. Each roster position can only have one SuperStar equipped, and be used in-game.**</mark>

{% hint style="info" %}
*Note for Epic Users:*  If you want to upgrade a position, you can participate in pack sales or buy your favorite SuperStars on the [<mark style="color:blue;"><mark style="color:yellow;">https://marketplace.stgfootball.com/store<mark style="color:yellow;"></mark>](https://marketplace.stgfootball.com/store)<mark style="color:blue;">.</mark>
{% endhint %}


---

# 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://superteam-games.gitbook.io/stg-football-game-guide/active-player-roster.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.
