> For the complete documentation index, see [llms.txt](https://lore.chainrunners.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lore.chainrunners.xyz/trait-lore/gas-mask.md).

# Gas Mask

Gas masks are a common and necessary accessory in Mega City for a number of reasons. Average working class citizens keep them handy to survive their morning commute through the varying atmospheric zones that pervade Mega City's air column. The atmosphere quality almost dictates the societal caste system of the city, the deeper you go the more hazardous the atmosphere becomes - something that high Somnetic society exists free from.

In areas of the city frequented by CSC raids there is an additional impact of localized gas weapons during heavy-handed attempts to apprehend suspected dissidents. These gas masks become a necessary part of the hazardous nature of living in these impoverished and buried neighborhoods.

Gas mask use isn't always a reaction to oppressive pollution, as many underground Old City explorers and archaeologists frequently travel with gas masks in the expectation of encountering considerably toxic areas in forgotten industrial areas and ruins beneath the city.

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

**Associated Brand:** Ergonaut Tek


---

# 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://lore.chainrunners.xyz/trait-lore/gas-mask.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.
