# Best Practices

### Alignment

Alignment of your content is #1 most important item on how beautiful your email will look. Make sure things are nicely aligned.

{% hint style="danger" %}
It's a very common mistake to center-align text blocks. Centered text is uneasy on the eye and makes the text difficult to read. Reserve center-alignments **only for headings.**
{% endhint %}

<div align="left"><img src="/files/-MJjYIpkyCgiryZqLX4l" alt=""></div>

[Read more about typography best practices here.](https://medium.com/@meetchopz/10-bad-typography-habits-that-scream-amateur-8bac07f9c041)

### Use Beautiful Pictures

Using pictures in your emails always adds flavor and life. Using high-quality professional photos for your listings makes a massive difference.

{% hint style="info" %}
Rechat's **Image Library** block offers a convenient method for finding high-quality, freely-usable photos from the amazing [Unsplash](https://unsplash.com/) library.
{% endhint %}

{% tabs %}
{% tab title="🎯 Example: Using Image Library Block" %}
Imagine we're near Halloween and you want to send a newsletter to your clients.\
Want to add a little pumpkin spice to your email? Here's how:

1. In the editor, open up **Basics** category
2. Find **Image Editor** block
3. Drag and drop it into your email
4. Search for Halloween in the library
5. Browse through all results, find an image you like
6. Select it

![](/files/-MJjQVsK0qHcrPnBrntx)
{% endtab %}
{% endtabs %}

### Test the Mobile View

Once you're happy with your content, it's always a good idea to check how your email looks in a mobile view. Rechat makes it super easy to do so.

{% tabs %}
{% tab title="🎯 Example: Test your email in Mobile View" %}
On top of the page, there is a **Phone** icon to the right of the computer screen icon. Click on it.\
The page will shrink down to size of a generic cell phone, showing you how it will look on a smaller device.\
To go back to desktop view, click on the **Screen** icon. Make sure your email looks good on both a phone and a computer.

<div align="left"><img src="/files/-MJpVn1irjJQg4C6yd1F" alt=""></div>
{% endtab %}
{% endtabs %}


---

# 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://help.rechat.com/guides/marketing/marketing-center/email-marketing/best-practices.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.
