> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/odk-docs/odk-templates/boneyard-template.md).

# Boneyard Template

The boneyard is a space that the ODK development team used to develop ODK functionality and serves as a space where we can showcase example content and use cases to the ODK community.

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

All content within this space should be used as an example for how we have achieved aspects of functionality.

### BPM\_ODK\_Example\_PlayerCharacter

The companion Morpheus Actor of `BP_ODK_Example_PlayerCharacter`. This Blueprint extends from `BPM_ODK_PlayerCharacterBase` and should be used for all replication logic within your world.

### BP\_ODK\_Example\_PlayerCharacter

This Blueprint extends from `BP_ODK_PlayerCharacterBase` and should be used to add your own character logic.

### BP\_ODK\_Example\_PlayerController

This Blueprint allows easy extension of the [World Builder](/odk-docs/readme/technical-overview.md) player controller. It should be used when you wish to inherit M2 base functionality while also adding your own logic.


---

# 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://docs.otherside.xyz/odk-docs/odk-templates/boneyard-template.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.
