> For the complete documentation index, see [llms.txt](https://docs.blynk.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blynk.io/en/~/revisions/VogQMoqSfAjFiPWKwr6n/blynk.console/templates/working-with-templates.md).

# Working With Templates

For PRO plans where creating sub-organizations is possible, creating, copying, editing or deleting templates is only available in the root organization. These actions are not possible in a sub-organization.

![Working with templates](https://user-images.githubusercontent.com/72824404/119523586-8daa9980-bd85-11eb-8255-fc60270ccbce.png)

## Create a Template

1. Click **New Template** button to start configuring the Template
2. Provide basic Template info in modal window opened
3. Fill [Info](/en/~/revisions/VogQMoqSfAjFiPWKwr6n/blynk.console/templates/info.md), [Metadata](/en/~/revisions/VogQMoqSfAjFiPWKwr6n/blynk.console/templates/metadata.md), [Datastreams](/en/~/revisions/VogQMoqSfAjFiPWKwr6n/blynk.console/templates/datastreams.md), [Events ](/en/~/revisions/VogQMoqSfAjFiPWKwr6n/blynk.console/templates/events.md)and [Dashboard ](/en/~/revisions/VogQMoqSfAjFiPWKwr6n/blynk.console/templates/dashboard.md)tabs contents&#x20;
4. Click **Save** once you've finished the setup.

## Edit a Template

Click Product **tile** to view the Template.\
Here you can navigate through **tabs**. **Edit** and **Clone** options are available.

![](/files/-MUStY_7G5VRl0WwNRbo)

## Delete a Template

{% hint style="warning" %}
This is a critical action that can affect how your devices and application work
{% endhint %}

1. Open Template&#x20;
2. Click **Edit** in the top right corner
3. Click **Delete** button
4. A confirmation dialogue will appear
5. Type **in DELETE** (in caps) in the confirmation field
6. Mark the checkbox to confirm that you understand the severity of this action
7. Click **DELETE**

![How to delete a Product](/files/-MSiUINj_UzkZrrvSo8i)


---

# 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.blynk.io/en/~/revisions/VogQMoqSfAjFiPWKwr6n/blynk.console/templates/working-with-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.
