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

# ODK Templates

To provide starting points, and examples for how to build functionality, the ODK is shipped with a handful of template projects.

<figure><img src="/files/BTOCeZ0xYg0IBLfiotr0" alt=""><figcaption><p>The Templates page within the ODK launcher</p></figcaption></figure>

ODK Empty Template: This template provides the minimum content required to startup an ODK project. Use this project once you're familiar with the ODK process and workflows, and are looking to start a new project.

ODK Boneyard Template: This template provides examples usages of some of the [ODK plugin](/odk-docs/odk-plugin.md) content.

ODK Combat Template: This template provides examples of how you can implement a high-fidelity shooter within the ODK.


---

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