# Get Started

**Email Editor** is a react web app to create and design beautiful email templates. It is built on [craft.js](https://craft.js.org/) that provides a drag-n-drop system and handles the way user components should be rendered, updated, and moved. It is entirely server-side rendered, loads in an iframe, and can be embedded directly in your application.

![](https://429898095-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSvrEB1jaC7zXaz1bZmg1%2Fuploads%2FFag8RGIgIH0jgPhsy0Re%2FScreenshot%20\(75\).png?alt=media\&token=fdbad629-24a0-4b87-8016-3eca30d24416)

**Live Demo**

To get an overview, checkout our live demo app here - <https://email-editor-demo-blue.vercel.app/>


---

# 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://editor-docs.ravenapp.dev/get-started.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.
