> For the complete documentation index, see [llms.txt](https://docs.bunny.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunny.com/guide/advanced-guides/integrations/bunny-sign.md).

# Bunny Sign

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

### Install

Go to **Settings > Plugins** and select **Bunny Sign** to install the integration.&#x20;

<figure><img src="/files/gsEZ1l9HV3qN1ROSbrOc" alt="Install Bunny Sign"><figcaption></figcaption></figure>

Then **Enable** and click Save.

<figure><img src="/files/qClOQPSTMH4ImjKVUYkz" alt="Enable Bunny Sign"><figcaption></figcaption></figure>

Bunny Sign is now enabled and will prompt your deal contact for signing when the accept a quote via the customer portal.&#x20;

### How to use Bunny Sign

By simply enabling Bunny Sign it will now be used for accepting all quotes and sales proposals via Bunny.&#x20;

You can configure who is required to sign the quote/proposal on the **Details** tab when building the quote.&#x20;

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

**Customer contacts** - These are contacts that are setup on the account. You may require one or more contacts to sign the quote / sales contract.&#x20;

**Bunny users** - These are your sales people, or executives that will counter sign the document.&#x20;

### Downloading the signed document

Once all signers have signed the document the quote will shift into the Accepted state. You can then download the document which will contain all of the signtures.&#x20;

<figure><img src="/files/1I6pAJ2YMsN6s4yNEDMB" 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.bunny.com/guide/advanced-guides/integrations/bunny-sign.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.
