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

# The Pulsar Universe

**Pulsar** is set in the deep reaches of space, on a series of planets on the outer edges of the WR-12 Planetary System. For the last millennia humanity has been hopping from planet to planet, colonizing and extracting resources from each new world as they chase Beacon-0, a transmission source from an advanced civilization deep in space.

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

In **Pulsar**, players take command of colonization units with the goal of establishing bases across the planet WR-12. Exploration of the planet reveals incredible riches, including deposits of a highly coveted energy source — a unique mineral called Pulsar. In the fight to control the precious resources of WR-12 and to stave off the onslaught of hostile aliens roaming the planet, players must build alliances, expand their armies, and explore the deep underground dungeons below their lands.

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

The world of **Pulsar** contains many different gaming experiences - from resource collection and NFT building to PVE and PVP combat - giving players the opportunity to create their own strategies to generate wealth and rise in the rankings. Whether a player wants to focus on creating and extracting value from the game economy or wants to prove their tactical skill in a PVE mission or in PVP combat, **Pulsar** offers a path for everyone.

**Pulsar** offers an enormous amount of units and structures that a player can choose to own, build, and customize. Through upgrade crafting and individual unit customization, players can tailor their army to fit their specific play style.

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


---

# 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://whitepaper.pulsar.game/what-is-pulsar/the-pulsar-universe.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.
