> For the complete documentation index, see [llms.txt](https://srd.mousehole.press/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://srd.mousehole.press/structure/start.md).

# Start

There are three main steps for players to complete to start play:

1. Choose [Playbook](/components/playbook.md).
2. Create [Object](/components/object.md).
3. Take a breath.

### Choose Playbook

If your game has more than one [Playbook](/components/playbook.md), the player must select one.

### Create Object

An [Object](/components/object.md) is generic—the player makes choices to create a unique instance for their story.&#x20;

They complete the following steps:

1. Answer questions about the [Creator](/components/creator.md).
2. Add three [Traits](/components/trait.md) to describe the [Object](/components/object.md).
3. [Draw](/components/drawing.md) the [Object](/components/object.md).

### Take a breath

The player closes their eyes and takes a deep breath. This is the point that signifies the start of the player roleplaying as their [Object](/components/object.md). Make it clear that from now on, when the game refers to *'you'*  the player will answer as the [Object](/components/object.md).

Then they open their eyes and move on to the [Loop](/structure/loop.md) to choose their first [Agent](/components/agent.md) from the first [Act](/components/acts.md).


---

# 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:

```
GET https://srd.mousehole.press/structure/start.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.
