# Email Builder

Email builder comes as a separate link in the wordpress navigation menu "Woohoo emails". It acts like a custom post type. So for each email template you need to create a new post.

{% hint style="success" %}
1 post = 1 email template
{% endhint %}

Make sure to select the correct email type and enable it:

<figure><img src="/files/6t05ofQDqwfi2WsQgyUv" alt=""><figcaption></figcaption></figure>

If you don't want to start from scratch, check the "Apply default template" checkbox before opening Breakdance builder and you'll get a starter template to build from.

### Important

* Start with **Email container** element and put everything inside it.
* For layout - use **Email Row** or **Email Column** elements.
* Style each element individually (div, text, headings) and make sure all the text have color and font size.
* Don't use SVG for imgages, only PNGs and JPGs.


---

# 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.woohoo.dance/elements/email-builder.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.
