# Lost & Found SRD

## Lost & Found SRD

- [Overview](https://srd.mousehole.press/master.md): System Reference Document - v1.0
- [Safety](https://srd.mousehole.press/components/safety.md): Comfort & support.
- [Object](https://srd.mousehole.press/components/object.md): e.g. items, locations, vehicles
- [Creator](https://srd.mousehole.press/components/creator.md): e.g. a smith, an artisan, an architect
- [Trait](https://srd.mousehole.press/components/trait.md): e.g. 'flaming', 'fast', 'sarcastic'
- [Drawing](https://srd.mousehole.press/components/drawing.md): e.g. a sketch, a diagram
- [Playbook](https://srd.mousehole.press/components/playbook.md): A collection of Object content.
- [Agent](https://srd.mousehole.press/components/agent.md): e.g. people, societies, ghosts
- [Change](https://srd.mousehole.press/components/change.md): Adding, removing or modifying something about an Object.
- [Rest](https://srd.mousehole.press/components/rest.md): Time passing as the Object waits between Agents.
- [Table](https://srd.mousehole.press/components/tables.md): A list of prompts.
- [Act](https://srd.mousehole.press/components/acts.md): A collection of Agents and Rests.
- [Start](https://srd.mousehole.press/structure/start.md): Starting to play.
- [Loop](https://srd.mousehole.press/structure/loop.md): The core gameplay loop.
- [End](https://srd.mousehole.press/structure/end.md): Ending play.
- [License](https://srd.mousehole.press/usage/license.md): Use it wisely
- [Logo](https://srd.mousehole.press/usage/logo.md): Don't make it ugly, please.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://srd.mousehole.press/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
