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

# Templates

To setup Templates, users need a Node [**set up**](/tutorials/register-your-node.md) with either of the platform's agents. The deployment process is the same as [**documented**](/tutorials/deploy-your-product.md). Some of the templates require a level of configuration before deployment. These are documented, as well.

{% hint style="success" %}
Give the platform a try by deploying one of the templates.
{% endhint %}

#### Available templates:

* [**Strapi**](/features/templates/strapi.md)
* [**Google Microservices Demo**](/features/templates/google-microservices-demo.md)
* [**Self-managed GitLab**](/features/templates/self-managed-gitlab.md)
* [**Vaultwarden**](https://github.com/dani-garcia/vaultwarden)
* [**Cal.com**](https://cal.com/)
* [**WordPress**](/features/templates/wordpress.md)
* [**LinkAce**](/features/templates/linkace.md)
* [**Gitea**](https://gitea.io/en-us/)
* [**Minecraft Server**](https://hub.docker.com/r/itzg/minecraft-server)
* [**MLflow**](/features/templates/mlflow.md)

{% hint style="info" %}
Reach out to us at [**hello@dyrector.io**](mailto:hello@dyrector.io), or on [**Discord**](https://discord.gg/pZWbd4fxga) if you'd like to request a new template.
{% endhint %}


---

# 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.dyrector.io/features/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.
