> For the complete documentation index, see [llms.txt](https://docs.guestway.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guestway.io/settings/organization-settings/guest-inbox/e-mail-forwarding.md).

# E-mail forwarding

**Why?**\
Forwarding your website’s inquiry emails ensures that every guest message sent through your direct booking site automatically lands in your **Guestway Inbox** — alongside OTAs, WhatsApp, SMS and email conversations.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/8koo2q9t5k>" %}

***

**Step 1 — Copy your Guestway inbox address**

1. In **Guestway**, go to **Settings → Guest Inbox**.
2. Copy your unique **Guestway Inbox email**, which usually looks like this:\
   👉 `yourcompany@in.gstw.io`

You’ll need this address in the next step to set up forwarding from your current inquiries email.

***

**Step 2 — Log in to your current email account**\
Go to the inbox where your booking inquiries currently arrive — for example, Gmail, Outlook, Zoho, or your hosting provider’s webmail (e.g. SiteGround, GoDaddy, Bluehost).

***

**Step 3 — Add email forwarding**\
Depending on your provider:

* **Gmail:** ⚙️ → *See all settings* → *Forwarding and POP/IMAP* → *Add a forwarding address*
* **Outlook:** ⚙️ → *View all Outlook settings* → Rules *→ Set up Forwarding*
* **Other hosts:** Look for *Mail Forwarding*, *Redirects*, or *Aliases* in your hosting dashboard

When asked for the recipient address, **paste your current inquiries email**&#x20;

When asked for the forwarding address, **paste your Guestway inbox email** (e.g. `yourcompany@in.gstw.io`).

***

**Step 4 — Test your setup**\
Send a test email to your website’s inquiry address (e.g. *<info@yourwebsite.com>*).\
If everything is set up correctly, the message will appear in your **Guestway Inbox** within seconds.

***

✅ **Done!**\
From now on, all guest inquiries from your website will automatically appear in Guestway — so your team can reply and track everything in one place.


---

# 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://docs.guestway.io/settings/organization-settings/guest-inbox/e-mail-forwarding.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.
