# Project Categories

When a [Game Dev Studio](/gameplay/game-dev-studio.md) creates a game a project category is specified:

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

In the "8-Bit" era only two categories are available, but going forward there will be more options:

* **Solo (1 developer)**
* **Small (1-3 team members)**
* <mark style="color:blue;">Medium (unlocked in the future)</mark>
* <mark style="color:blue;">Large (unlocked in the 16-Bit era)</mark>
* <mark style="color:blue;">AAA (unlocked in the Modern era)</mark>
* <mark style="color:blue;">Indie (unlocked in the Modern era)</mark>
* <mark style="color:blue;">Web3 (unlocked in the Web3 era)</mark>

The project category impacts the size of the team that is allowed to work on the specific project. In a "Solo" project only one team member can be assigned. In a "Small" project up to 3 team members can be selected.


---

# Agent Instructions: 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:

```
GET https://rulebook.riseofthepixels.com/gameplay/games/project-categories.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
