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

# Emails

- [Rules](https://help.trybeans.com/foxx/rules.md): Automate email notifications for your loyalty and referral program and more.
- [Loyalty ▸ Welcome](https://help.trybeans.com/foxx/rules/welcome.md): Email customers to let them know how your rewards program works
- [Loyalty ▸ Balance reminder](https://help.trybeans.com/foxx/rules/balance-reminder.md): Send rewards program balance reminder to customers
- [Loyalty ▸ New transaction](https://help.trybeans.com/foxx/rules/new-transaction.md): Notify customers when they earn new points
- [Loyalty ▸ Post-purchase invitation](https://help.trybeans.com/foxx/rules/loyalty-post-purchase-invitation.md): Invite customers to join your loyalty program after they complete an order.
- [Referral ▸ Invitation](https://help.trybeans.com/foxx/rules/referral-program-invite.md): Let customers send email invites to their friends
- [Referral ▸ Referrer reward](https://help.trybeans.com/foxx/rules/referral-program-referrer-reward.md): Email the referrer with a reward after their friend's purchase
- [Referral ▸ Friend reward](https://help.trybeans.com/foxx/rules/referral-program-friend-reward.md): Email the friend with their reward after they register on your shop
- [Campaigns](https://help.trybeans.com/foxx/campaigns.md): This article explains how you Campaigns work inside Foxx
- [Sender email](https://help.trybeans.com/foxx/sender-email.md): How to use your company domain to send emails with Beans
- [FAQ](https://help.trybeans.com/foxx/faq.md)
- [Replacement tags](https://help.trybeans.com/foxx/faq/replacement-tags.md): In this article you will find the replacement tags that can be used in our email automation app.
- [Sender address](https://help.trybeans.com/foxx/faq/sender-address.md): This article explains how you can change the address on the Foxx email template.
- [Gmail's warning messages](https://help.trybeans.com/foxx/faq/gmails-warning-messages.md): This article explains why you might see a yellow warning banner in your test emails sent with Beans.
- [Testing email notifications](https://help.trybeans.com/foxx/faq/testing-email-notifications.md): How to test email notifications


---

# 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.trybeans.com/foxx.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.
