> 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/tour/entities/quotes.md).

# Quotes

This page allows you to configure defaults for quotes generated within the entity.

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

The quote number and prefix are used when a new quote is generated. You can also choose to hide any line items on a quote that have a zero amount.

### Quote email

The quote email subject and body serve as a default email template that is copied to a user's [profile](/guide/tour/user-profile.md) whenever a new user is created. The user can then personalize their own default message.

### Invoice templates

Some of the invoice template settings also drives how quotes work. For example, if purchase order number or tax number are required for an invoice template, the customer will be required to provide them when the quote is accepted. And subsequently, when an invoice is produced, the information will be shown below the customer address.


---

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

```
GET https://docs.bunny.com/guide/tour/entities/quotes.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.
