> 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/market-opportunity.md).

# Market Opportunity

- [Market Opportunity Introduction](https://wp.warped.games/market-opportunity/market-opportunity-introduction.md): Warping Gaming
- [The Surge in Popularity For Co-Op Games](https://wp.warped.games/market-opportunity/the-surge-in-popularity-for-co-op-games.md): Trends Supporting Warped Universe's Appeal
- [Why a Multi-Genre Game is so Powerful](https://wp.warped.games/market-opportunity/why-a-multi-genre-game-is-so-powerful.md): Appealing to a Wide Range of Players
- [Free-to-Play Model](https://wp.warped.games/market-opportunity/free-to-play-model.md): Empowering Players in a F2P Economy
- [Making Games Sustainable](https://wp.warped.games/market-opportunity/making-games-sustainable.md): Prioritizing Fun Over Financial Incentives
- [Platforms and Devices](https://wp.warped.games/market-opportunity/platforms-and-devices.md): Get Warped on Any Major Platform or Device


---

# 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/market-opportunity.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.
