# Where to Access Template Code

{% hint style="danger" %}
We highly recommend NOT editing the HTML of FeedOtter's templates unless you are very familiar with email HTML coding practices AND have the ability to test your email structure using a tool such as Litmus or Email on Acid. **The FeedOtter team is often unable to assist with templates once they have been modified.**
{% endhint %}

If you've coded your own template with FeedOtter's template language or are comfortable with HTML email code, you can edit the a template's code directly in your campaign.

### Accessing the Template HTML Code

To edit your template code, click **Edit** on the newsletter you wish to modify the HTML code for.

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

As portrayed in the image above, navigate to the Customize tab on the left sidebar. Click Code.

Here you can make changes to the code. Changes will be auto-saved, but you can click the Save button manually if you prefer.


---

# Agent Instructions: 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.feedotter.com/set-up-your-own-template/where-to-access-template-code.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.
