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

# Editing templates

{% hint style="info" %}
**You can edit interfaces you have built incase there are any changes you need to implement.**
{% endhint %}

Step 1: To edit an interface that you have already created click on the builder.

![](/files/qiSdVvPejWXFXDevZ4FS)

Step 2: Once pressed select what type of interface you would like to edit: a email template or an interface template.

![](/files/UyEiodSmNNWnEUCdAR25)

Step 3: Once you have chosen email or interface press the 'previously created' button to bring up all the templates you have created.

![](/files/VK7wBtNV746c7ZYxuoKV)

Step 4: Click on the template you would like to edit and click the edit button.

![](/files/TyVkMP5ugndGJM4CsUKQ)

Step 5: You can now make the changes that you would like using the builder you are familiar with!

![](/files/E8Z1oRhGVgylI2O5dhXE)


---

# 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.odore.com/the-builder/library/editing-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.
