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

# What is "Warped"?

## To begin, let's explore what "Warped" represents:&#x20;

### Warped Games

Warped Games is a studio built by people who have shipped games, from independent titles to AAA releases, and stayed curious about what comes next. Our team includes veterans who have led development on some of the largest MMO titles in the industry, alongside designers, engineers, and creators who have spent careers building worlds players don't want to leave.

We build games that respect players' time and reward their investment. Every system we design, every mechanic we ship, is built around one question: does this make the experience better?

### Warped Universe

Warped Universe is a co-op PvE sci-fi game where every mission matters. Players explore uncharted solar systems, defend facilities under siege, upgrade their Echo, and push back against the Void, an enemy force that doesn't negotiate and doesn't stop.

What sets Warped Universe apart is how you play. Before each mission, you choose your genre: real-time action or turn-based tactics. Same universe, same stakes, completely different feel. Solo or with a squad, your decisions shape the solar system and move the story forward.

The Void isn't a backdrop. It's a threat that scales, adapts, and punishes complacency. Every mission you complete is progress. Every mission you fail has consequences.


---

# 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://wp.warped.games/what-is-warped.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.
