> For the complete documentation index, see [llms.txt](https://help.oneroute.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.oneroute.io/connecting-channels/email.md).

# Email

To communicate with your customers over Email, connect to a mailbox.

**Step 1: Navigate to Channel Settings**&#x20;

From **Settings** module, navigate to the menu item, **Channels**.

**Step 2: Add Channel**

Click **Add Channel** under **Email**.&#x20;

**Step 3: Setup OneRoute Email Address**

Fill in an email prefix in the space provided. This is where your emails will be forwarded to for access via the platform. If the prefix is available, click on **continue.** An email address will be created. Copy the email and click Next Step.

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

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

**Step 4: Setup Email Forwarding**

&#x20;Enter the email you want to forward emails from, select a provider and click Submit.&#x20;

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

Setup email forwarding in your current mailbox, return to OneRoute and click I have setup email forwarding.

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

**Step 5: Complete the Setup**

You will be redirected to OneRoute. Click **Dismiss** to complete setup.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.oneroute.io/connecting-channels/email.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
