> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/backoffice/backoffice/quotes.md).

# Quotes

Create, send, configure, and follow quotations from the BackOffice.

**Quotes** lets you create and send quotations from OutSmart.

Use it to prepare offers, manage quotation setup, and follow customer responses.

{% hint style="info" %}
When you send a quotation, it is finalized.
{% endhint %}

### Start here

* [**What are Quotes?**](/backoffice/backoffice/quotes/what-are-quotes.md)

### Create and process quotations

* [**Create a quotation**](/backoffice/backoffice/quotes/create-a-quotation.md)
* [**Duplicate or revise a quotation**](/backoffice/backoffice/quotes/duplicate-or-revise-a-quotation.md)
* [**Convert quotation into work order**](/backoffice/backoffice/quotes/convert-quotation-into-work-order.md)
* [**Generate a quotation PDF**](/backoffice/backoffice/quotes/generate-a-quotation-pdf.md)

### Configure quotation setup

* [**Create a quotation layout**](/backoffice/backoffice/quotes/create-a-quotation-layout.md)
* [**Create a quotation scheme**](/backoffice/backoffice/quotes/create-a-quotation-scheme.md)
* [**Create a quotation email template**](/backoffice/backoffice/quotes/create-a-quotation-email-template.md)
* [**Change quotation status colors**](/backoffice/backoffice/quotes/change-quotation-status-colors.md)
* [**Use quotation free fields**](/backoffice/backoffice/quotes/use-quotation-free-fields.md)
* [**Configure quotation parameters**](/backoffice/backoffice/quotes/configure-quotation-parameters.md)

### Use advanced quotation features

* [**Use quotation photos (beta)**](/backoffice/backoffice/quotes/use-quotation-photos-beta.md)
* [**Use quotation sections (beta)**](/backoffice/backoffice/quotes/use-quotation-sections-beta.md)

### Follow quotation communication

* [**View the quotation communication log**](/backoffice/backoffice/quotes/view-the-quotation-communication-log.md)

### What you can do with Quotes

* create standalone quotations
* generate quotations from work orders
* duplicate or revise existing quotations
* let customers accept quotations online
* convert accepted quotations into work orders
* generate quotation PDFs
* manage layouts, schemes, templates, and settings

### Related topics

* [**BackOffice**](/backoffice/backoffice.md)
* [**Work Orders**](/backoffice/backoffice/work-orders.md)
* [**Customers**](/backoffice/backoffice/customers.md)
* [**Quotations**](/marketplace-packages-and-power-ups/power-ups/quotations.md)


---

# 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://knowledge.out-smart.com/backoffice/backoffice/quotes.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.
