# Building a quote

To add items to the quote, click the **Add product** link, which will bring up the the product picker where you can browse available plans and products. First you select a product, then a plan and finally a price list.

<figure><img src="/files/PvCVshQemd22Qo4IpYsl" alt=""><figcaption><p>Product picker</p></figcaption></figure>

Notice that for a plan to show up in the product picker, the current date needs to be within the plans availability dates and the plan also needs to be visible to sales.

<figure><img src="/files/o5IgPZI85eBzBihifH9Z" alt=""><figcaption><p>Quote builder</p></figcaption></figure>

Once the plan is added, the quote's total will be updated. You can modify quantities and discount inline by clicking on the input fields.

## Co-terming and proration

When there are already active subscriptions on an account, Bunny will attempt to co-term additional subscriptions to ensure the customer receives as few invoices as possible. This also makes it much easier to handle renewals since all subscriptions will be renewed at the same time.

When new plans on the quote are co-termed with existing plans on the account's subscription, the charges will likely be prorated. For example, if you are adding a $100/year charge three months into an existing subscription, the charge will be prorated by 25% to ensure the customer only pay $75 for the remainer of the current

## Discounts

There are several ways to adjust discounts for a quote item.&#x20;

* Adjust discount
* Adjust unit price
* Adjust total - this will automatically adjust the unit price to match the quantity specified

While a 10 percent discount looks nice, it may produce odd unit prices or totals and you can use the two other fields to arrive at a clean unit price or term total, which may make the quote look more appealing to the customer.

### Taxation

If you have configured the Avalara AvaTax plugin, Bunny can automatically add tax to the quote. This requires the account to have a valid address as well as valid tax codes on the charges in the product catalog.&#x20;

To update the sales tax, click the **calculate tax** link that appears next to "Taxes" in the totals below the quote.


---

# 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/building-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.
