# Sharing a quote

When you are ready to share a quote with a customer, you use the **Share** button at the top of the quote builder. The share quote modal that appears allows you to send the quote with a personal message.

<figure><img src="/files/Rmy5bONdjbqkHZiKqJAm" alt="" width="563"><figcaption></figcaption></figure>

The quote is sent from Bunny either directly from bunny.com or via your own email domain if you have [SendGrid](/guide/advanced-guides/integrations/sendgrid.md) or [Resend](/guide/advanced-guides/integrations/resend.md) configured. The email will have a reply-to address of the deal owner, which means the customer can respond directly to the email.

The email message that appears is based on the default message under Settings > Entities > Quotes. Each user can customize their own personal message via their Profile.

### Sharing as PDF

Another way of sharing is to download the quote as a PDF, for example if the quote has to be uploaded to a procurement portal or similar. This option also allows you to mark the quote as shared in Bunny.

<figure><img src="/files/mxxEH8RPGFvBFYo3fEin" alt="" width="563"><figcaption></figcaption></figure>

When your quote is ready to be shared with the customer, you click the green **Share** button at the top.

<figure><img src="/files/3oRjtXpyKZnNOhg3Eijo" alt=""><figcaption></figcaption></figure>

This will send the deal contact an email with a link to the quote. When the contact clicks on the link, it will be shown in the portal where it can be accepted.

{% hint style="info" %}
The workflow category **Quotes** has several customizable workflows that control what happens when quotes are shared, accepted, require approval etc.&#x20;
{% endhint %}

### Accepting a quote

By default, the contact will be asked to accepted the quote using Bunny's built-in confirmation box. This will capture the name, title and optionally a Purchase Order number from the contact and then mark the quote as **accepted**.&#x20;

It's common to require a signature as part of the quote acceptance which can be achieved by enabling one of the following signing integrations.&#x20;

* [Bunny Sign](/guide/advanced-guides/integrations/bunny-sign.md) (Our free e-signature solution)
* [Docusign](/guide/advanced-guides/integrations/docusign.md)
* [Dropbox Sign](/guide/advanced-guides/integrations/dropbox-sign.md)
* [PandaDoc](/guide/advanced-guides/integrations/pandadoc.md)

With a signing integration enabled the contact will be redirected to the signing platform to review and sign the quote document. Upon completion of the signing the quote will be marked as accepted.&#x20;

#### Can I have multiple signers?&#x20;

Yes. On the signing tab on a quote you can select one or more signers. All signers must complete signing before the quote will be marked as accepted.&#x20;

With multiple signers involved the first signer will get a link to the Bunny portal where they can view the quote. Once they start signing in the Bunny portal the other signers will get an email directly from the signing provider prompting them to sign the document.&#x20;

#### Signing capabilities&#x20;

Some of the signing providers have different capabilities. The table below indidcates which features are available for each provider.&#x20;

<table><thead><tr><th></th><th data-type="checkbox">Bunny Sign</th><th data-type="checkbox">Docusign</th><th data-type="checkbox">Dropbox Sign</th><th data-type="checkbox">PandaDoc</th></tr></thead><tbody><tr><td>Sign quotes</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Multiple signers</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Tracks acceptance once all signers are complete</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Tracks status of each signer</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Compatible with Payment  on acceptance</td><td>true</td><td>true</td><td>true</td><td>true</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.bunny.com/guide/tour/quoting/sharing-a-quote.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
