> 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/lore-and-dossiers.md).

# Lore and dossiers

The city tells two stories. The **lore boards** retell the plot of San Andreas, chapter by chapter, across the districts, with a few boards on the BAWSAQ story itself. The **dossiers** are the 47 listed companies: walk up to any logo and you get its card.

<figure><img src="/files/usMbRsoPULcxdklpmAKN" alt="A lore board on Exchange Row"><figcaption><p>A lore board on Exchange Row</p></figcaption></figure>

## Boards

A board is a big lit sign on legs. Walk up close and face it. The feed says **LORE FOUND** and the counter in the corner ticks up. There are 24.

## Dossiers

Every company logo in the city is a dossier: on shopfronts, billboards, posters, the sides of cars. Face one from a couple of metres and its card slides in: name, sector, a line of description, the live price in T2, the change over the last window, and the contract address.

With a card open: **C** copies the contract address, **X** opens it on the explorer, **L** opens its launchpad page.

<figure><img src="/files/PoruAReCvPPNJFBsgeH1" alt="Tab shows what you have found"><figcaption><p>Tab shows what you have found</p></figcaption></figure>

## The checklist

Press **Tab**. Every board and every ticker is listed, found ones in colour. Progress is saved in your browser, so you can pick it up next time. Find all 24 boards and all 48 dossiers, the 47 companies plus BAWSAQ itself, and the game gives you a **MISSION PASSED** banner.

{% hint style="info" %}
The [table of the 47](/the-city/the-47.md) lists every company with its sector and what it is a parody of, so you know what you are looking for.
{% 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/lore-and-dossiers.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.
