> For the complete documentation index, see [llms.txt](https://docs.b2bridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2bridge.io/app-configuration/request-for-quote/quote-notifications.md).

# Quote notifications

Go to [Settings > Email notifications](/app-configuration/settings/email-notifications.md) > Request for quote emails:

* [**Notifications that send to your customers:**](#email-notification-thanks-for-your-quote-request) to notify buyers that they have successfully submitted a new quote.
* [**Notifications that send to you:**](#email-notification-new-quote-request) to notify of a new quote submitted.

### Email Notification: Thanks for your quote request

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

**Status:** Click Enable to activate this notification. It’s Disable by default.

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

Customize the email content as you see fit.

Please don’t make changes to the default email variables. For example: {{customer\_name}}, {{customer\_email}}, {{quote\_message}}.

See the preview of the email on the right.

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

### Email Notification: New quote request

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

**Status**: Click Enable to activate this notification. It’s Disable by default.

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

Customize the email content as you see fit.

Please don’t make changes to the default email variables. For example: {{customer\_name}}, {{customer\_email}}, {{quote\_message}}.

See the preview of the email on the right.

<figure><img src="/files/cQtyfhZmbzsKkb8SR5JJ" 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://docs.b2bridge.io/app-configuration/request-for-quote/quote-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.
