> For the complete documentation index, see [llms.txt](https://docs.colormass.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.colormass.com/building-blocks/products/advanced/convert-element-to-a-reusable-template.md).

# Convert Element to a Reusable Template

At any time during your work, you may want to turn part of an existing scene or product into a reusable element. To do this, simply select the elements you want to reuse - just the top-level elements are enough; there's no need to dig into folders or config groups to select the children - like this:

<figure><img src="/files/E5f64gCkKncqtssXDbuI" alt=""><figcaption><p>Create a template</p></figcaption></figure>

This only created a template in your local editor. You can duplicate the instance (the item with the blue icon) as many times as you like. However, to make this template available in your library, you also need to publish it. You can do this by clicking on the template that you just created and press *Promote to library*:

<figure><img src="/files/n0uaouV027TXbNEKcnL1" alt="" width="334"><figcaption></figcaption></figure>


---

# 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.colormass.com/building-blocks/products/advanced/convert-element-to-a-reusable-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.
