> 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/faq/testing-email-notifications.md).

# Testing email notifications

Testing email notifications is a great way to make sure they are set up correctly. Beans makes it easy to send yourself and your teammates sample emails.&#x20;

### Steps

1. From the Beans admin interface, in the left menu, under **Emails** click on **Rules**. Locate the email notification that you would like to test and click on the **Edit** button.

<figure><img src="https://lh6.googleusercontent.com/kfGMuC39cWkm2yoJKflMixd03oaeqXOqzQd8iO3RMRHsGPLGvrhOVft811oxYHFQ8MOMYW6z2nQISrH-bvav52lliKO0KRxgBQByxNN6OxhOcK8HRI2BEMyTN9BeBGxECS-_vOPAP_quHPrEV11r8tEi38i44XtXXXXxT92a4AiQxtPIcvvMfP-cwA" alt=""><figcaption></figcaption></figure>

2\. Click on the **Edit Email** button.

<figure><img src="https://lh3.googleusercontent.com/JtYfpSQ9R9gcjx5oQHpWW-CIK8fBTvPnAA22sinqTSOamjqLBFROMzoLcLxVp1eoIfu12-bDa1ziakRFiJ5sctU9bNb92tRtgz1GB367fzwwUTExiO3Of-T3_ckYNSsEACPvO_TUJqMen7pTTsIBTxbEGooJQNhUQFUc_zaEwwGycxP3oUY7fA1txg" alt=""><figcaption></figcaption></figure>

3\. On the top right, click on **Test email.** Enter the recipients' emails and click on **Send**.

<figure><img src="https://lh3.googleusercontent.com/Sj3o7xzTcItHVORqPXKDbsgqtG7o89C11LbBJjaltBRUchpxTq1EUvjhkCl3SoDUaKDcDGGFvTsdNYijohP2icObq5AwTAahKdqUSqmdRKW6HshURlmWNcVioIY68xDhvwG3NnCy_bFsgOT8ruSkmktMitgnmwNdBQJ1zPcv9O_noUhFGHifoEafZA" alt=""><figcaption></figcaption></figure>


---

# 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/faq/testing-email-notifications.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.
