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

# Custom Templates

You can save any board you create as a custom template to your organization. This becomes a quick way to organise the templates your team uses often or those that you've made specifically for the way your team works.

To add a template here, create a board and then go to Templates > 'Your Org Templates' and use the 'Add Template' button, this will bring up a list of all of your boards:

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

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

Select the board you want to set as a template and then give it a name, description and set a category.

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

As you start to add different templates, you will see the category filters populate, this lets you quickly navigate your team templates.

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

### Create Custom Template From Inside A Board

From the board details menu, publish the current board to your Organization's Template Library:

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

### Update a Custom Template

To update a custom template, you create a new version, save it to the Template Library, then delete the old template.

1. Create a board from the template you want to update
2. Edit the template
3. Save it as a custom template
4. Delete the old custom template.

### Building a custom board

Follow our detailed guide on how to customize your board for your own templates.

{% content-ref url="/pages/-MTaoticbN0c0k4IEOcl" %}
[Customizing Your Board](/boards/customize-your-board.md)
{% endcontent-ref %}


---

# 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.ludi.co/templates/custom-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.
