# Mailbox

## Create and edit a mail

EasyBloggers uses Markdown syntax to add depth and a degree of customization to your messages.

If you prefer simplicity, you can stick to plain text with new lines, but if you're feeling creative, let's explore the advanced editor:

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

You'll find your raw text on the editor's left side. This is where the body of your mail and raw Markdown syntax live.

You'll see a rendered version of your text and Markdown syntax on the right. From a Blogger's perspective, this is how it'll appear:

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

### Important Mail

Mail marked as important will always appear at the top of the list. It will be highlighted with a yellow star and background.

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

{% hint style="info" %}
Any important emails will be rollback to normal after 7 days of its creation.
{% endhint %}


---

# 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.kynno.app/easybloggers/getting-started/brands/more-features/mailbox.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.
