# Creating an Email Template

### Creating a New Email Template

First, let's create a new template to work with.

**Navigate to Email Templates:** From the main dashboard or navigation menu, find and click on "Email Templates." You will see a list of existing templates and groups on the right.

<figure><img src="/files/0p1rYeAI5VnUWtZ1xIlK" alt=""><figcaption></figcaption></figure>

**Initiate New Template Creation:** Click the **New Template** button located in the top-right corner of the Email Templates page.

![](/files/VstUj8To0Yj2utqTvBLe)

**Name Your Template:** A "New Email Template" modal will appear. In the "template name" field, enter a descriptive name for your new template (e.g., "Demo Template," "Monthly Newsletter," "Welcome Email Series - Step 1"). This name will help you identify it later.

<div align="left"><figure><img src="/files/BLevobIBnYohkVUjEsp2" alt="" width="375"><figcaption></figcaption></figure></div>

**Create the Template:** Click the **Create** button. You will be redirected to the email template editor.

## Building and Customising Email Structure

Once you've created a new email template, the next step is to build its structure using rows and columns. This section guides you through adding structural elements and customising their appearance in detail.

### Understanding the Editor Interface

The email editor is composed of:

* **Canvas:** The central area where you design your email.
* **Top Bar:** Contains undo/redo, device previews (desktop/mobile), and a preview eye icon.
* **Right Sidebar Tabs:**
  * **Content:** Draggable content elements (Columns, Button, Text, Image, etc.).
  * **Blocks:** Pre-designed structural sections.
  * **Body:** Global email style settings.
  * **Images:** Access to stock images and your image library.
  * **Uploads:** Manage your uploaded images.
  * **Audit:** Tools to check your email design (not covered in this segment).
* **Save Changes Button:** Located in the bottom-left corner.


---

# 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://userflux.gitbook.io/userflux-docs/feature-guides/user-journeys/email-builder/creating-an-email-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.
