> For the complete documentation index, see [llms.txt](https://rulebook.riseofthepixels.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rulebook.riseofthepixels.com/the-pixelverse.md).

# The Pixelverse

In a reality parallel from our own exists a place called the *Pixelverse*—a unique realm at the cusp of a digital renaissance, bursting with vibrant hues, eclectic beings, and endless opportunities. Until recently, this world had never known video games. But now, the Pixelverse’s game dev scene has blossomed and sends a clarion call to *you* for your expertise.

Experienced gamers, game designers, and devs from Earth are headed over to the Pixelverse to answer this call. Our new friends are ready and excited to see what people from our realm can offer. The beings there are signing up by the thousands for a chance to work in your studio.

Together, we shall bring forth the ...**Rise of the Pixels**

### The 8-Bit Era <a href="#the8-bitera" id="the8-bitera"></a>

The Pixelverse is still in a very early stage of its journey. Their technology is akin to Earth’s 1980’s, and it’s up to us here to help accelerate them through the ages. As the game evolves, so too will the eras in the game.

We scoured the Pixelverse and narrowed it down to about 30,000 workers suitable for working with Earthlings. We're sure more Pixelians will want a chance to work with you in the future, especially once Earth-run studios start creating games.


---

# 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://rulebook.riseofthepixels.com/the-pixelverse.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.
