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

# End

### **The Final Agent**

**Your final** [**Act**](/components/acts.md) **will usually have instructions on when to end the story.** These might include:

* Reaching a number of resolved [Agents](/components/agent.md).
* Spending an amount of time at [Rest](/components/rest.md).
* The player deciding that their story has concluded.

After reaching this point, **the next** [**Agent**](/components/agent.md) **they choose will be their last**.

### Epilogue

**After resolving the final** [**Agent**](/components/agent.md), the player pauses for a few moments before ending the game to reflect upon their [Object](/components/object.md). Consider asking them what, if anything, remains of it and how it is remembered.


---

# 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/end.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.
