> For the complete documentation index, see [llms.txt](https://hellstreet.gitbook.io/hellstreet-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hellstreet.gitbook.io/hellstreet-docs/about-the-game/story.md).

# 📖 Story

Welcome to the story of HellStreet — a neon-veined metropolis stitched together from old concrete, glass spires, and midnight markets where every billboard hides a rumor and every rooftop tells a secret. Once a global hub for finance and entertainment, the city remade itself after the Collapse: corporate towers reframed into gated arcologies, informal markets sprawled across flooded subway levels, and creative collectives rose to repurpose abandoned parcels into living stages. Parallels City — the place you’ll hear about most — is less a single map and more a set of overlapping lives: retro neighborhoods where vinyl shops trade for rare skins, chrome districts where data-runners race through skybridges, and the industrial fringe where makers salvage tech to craft the next big drop.

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

In HellStreet, people don’t just survive — they reinvent. Creators use HSC to birth worlds and pop-up events; landowners curate destinations and ticketed nights; street guilds and festivals stitch transient economies that reward ingenuity, not just capital. The city’s narrative is written by actions: a weekend concert can turn a backlot into legend, a contested land auction can spark a weeklong turf war, and a creator’s viral experience can shift the map overnight.

Your part in HellStreet’s tale is equal parts reputation, creation, and community — whether you’re an up-and-coming DJ selling a backstage pass NFT, a maker opening a micro-gallery on a reclaimed rooftop, or a crew staging a midnight takeover. The lore grows by doing: by launches and losses, by collabs and rivalries — and every player’s choice nudges the city’s next chapter.

<figure><img src="/files/1bXdkg0UxciKqhruq6jD" 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://hellstreet.gitbook.io/hellstreet-docs/about-the-game/story.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.
