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

# The city

Los Santos here is a few blocks of GTA condensed into a city you can cross on foot in a couple of minutes. Two roads cross at the centre. Around them:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Grove Street and Ganton</strong></td><td>The alley from the meme, the cul-de-sac, the Johnson house, the Sabre.</td><td><a href="/pages/aDvZIgIDVJOi3rZ9TPAj">/pages/aDvZIgIDVJOi3rZ9TPAj</a></td></tr><tr><td><strong>Ballas turf</strong></td><td>Idlewood and Big Smoke's crack palace.</td><td><a href="/pages/tbEuS310VBeTtpa96Xql">/pages/tbEuS310VBeTtpa96Xql</a></td></tr><tr><td><strong>The Exchange</strong></td><td>The BAWSAQ tower, its plaza, and Exchange Row's four towers.</td><td><a href="/pages/8zxLiSrSrfz1YThTjBDG">/pages/8zxLiSrSrfz1YThTjBDG</a></td></tr><tr><td><strong>Brand Street</strong></td><td>San Fierro's parade of ten listed companies as real shops.</td><td><a href="/pages/D4YzyYNa4AafwAXZ2Nyn">/pages/D4YzyYNa4AafwAXZ2Nyn</a></td></tr><tr><td><strong>Las Venturas</strong></td><td>The strip, the casinos, the fountain, the neon.</td><td><a href="/pages/4VzALGozopWySwhv4MUy">/pages/4VzALGozopWySwhv4MUy</a></td></tr><tr><td><strong>Vice City</strong></td><td>Ocean View Hotel and the Malibu Club, west of Grove Street.</td><td><a href="/pages/o9zGgLceOUoHeaHPaXCk">/pages/o9zGgLceOUoHeaHPaXCk</a></td></tr><tr><td><strong>The Badlands and Mount Chiliad</strong></td><td>The Truth's farm, the weed, the mountain and what sits on top of it.</td><td><a href="/pages/To0wqQBKi3UQZPp4qsNP">/pages/To0wqQBKi3UQZPp4qsNP</a></td></tr><tr><td><strong>Lore and dossiers</strong></td><td>24 boards, 47 company dossiers, and MISSION PASSED.</td><td><a href="/pages/CgQBsgLcG9PusOGQsYzZ">/pages/CgQBsgLcG9PusOGQsYzZ</a></td></tr></tbody></table>

## Getting your bearings

The radar rotates with your camera and prints district names as you cross into them. From the spawn alley: **north** is Grove Street, **south** past the pavilion is Las Venturas, **east** along the main road is the Exchange with the Badlands and the mountain behind it, **west** is San Fierro and Brand Street, with the Vice City block up past Grove Street.

{% hint style="info" %}
Every district has at least one **lore board**, a big lit sign that retells a chapter of the San Andreas story. Walk up close and it counts toward your checklist.
{% endhint %}


---

# 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://docs.bawsaq.org/the-city/map.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.
