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

# Default Template

Every UbiQuity account comes with a Default Easy Edit template — a base EasyEdit template that is pre-configured and ready to use. The following pages document the Default Easy Edit template in detail.

**Field Types**\
Email Easy Edit offers a variety of field types to customise your email content. Understanding these field types is crucial for creating engaging and dynamic emails. Here are the primary field types you will encounter.

**Base Settings**\
The settings section allows you to configure various aspects of your email. These settings ensure that your email aligns with your branding and communication goals.

**Article Blocks**\
Article blocks are the building blocks of your email content. They allow you to structure your email in a visually appealing and organised manner.

**Layouts**\
Layouts provide predefined structures for your email, making it easier to design professional-looking emails quickly. You can choose from various layouts to suit your content needs.

By understanding and utilising these field types, settings, article blocks, and layouts, you can create compelling and effective emails that resonate with your audience. Dive into the following sections for detailed instructions and tips on using each feature to its fullest potential.

<figure><img src="/files/RPbLjEcHCkD8kviaHfhI" alt="A screenshot of the default Easy Edit template available in all accounts."><figcaption><p>The default Easy Edit template available in all accounts.</p></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, and the optional `goal` query parameter:

```
GET https://docs.ubiquity.co.nz/documentation/channels/email/email-templates/default-template.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
