> 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/grove-street.md).

# Grove Street and Ganton

<figure><img src="/files/Moo2Ri0zQzlmKob6QZMj" alt="The Ganton alley, first thing you see"><figcaption><p>The Ganton alley, first thing you see</p></figcaption></figure>

You spawn in the alley from the meme: high walls, spray tags, a BAWSAQ poster, palms over the fence. This is Ganton. Follow it north and the walls open onto **Grove Street**, the cul-de-sac with the Johnson house at the end and the overpass behind it.

<figure><img src="/files/fGsG3EXzDBJdsCbZXvzJ" alt="Grove Street cul-de-sac"><figcaption><p>Grove Street cul-de-sac</p></figcaption></figure>

## What is here

* **The Green Sabre**, parked in the street. Press E. See [The Sabre](/playing/the-sabre.md).
* **Grove Street Families** walking their block. They will not start anything, but you can.
* **Lore boards** for chapter one: the return, Sweet, Ryder, Big Smoke, and the line that gave the game its name.
* The **GROVE ST 4 LIFE** and **FAMILIES** tags. Free Roam fights tend to happen right here, because everyone spawns nearby.

{% hint style="info" %}
Free Roam knockouts count on the all-time leaderboard, and this is where most of them happen.
{% 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/grove-street.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.
