> For the complete documentation index, see [llms.txt](https://features.scnd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://features.scnd.com/v2.0/core-concepts/quote-feature.md).

# Quote Feature

* [Why](#id-1.14.x-quotebundle-businessrules-why)
* [Which context](#id-1.14.x-quotebundle-businessrules-whichcontext)
* [Interfaces](#id-1.14.x-quotebundle-businessrules-interfaces)
* [Configurations](#id-1.14.x-quotebundle-businessrules-configurations)
  * [Access rights](#id-1.14.x-quotebundle-businessrules-accessrights)
* [Workflows](#id-1.14.x-quotebundle-businessrules-workflows)
* [Special rules](#id-1.14.x-quotebundle-businessrules-specialrules)
  * [Quote statuses](#id-1.14.x-quotebundle-businessrules-quotestatuses)

## Why <a href="#id-1.14.x-quotebundle-businessrules-why" id="id-1.14.x-quotebundle-businessrules-why"></a>

Allow askers to request quotes directly from offerors for not commoditized services.

## Which context <a href="#id-1.14.x-quotebundle-businessrules-whichcontext" id="id-1.14.x-quotebundle-businessrules-whichcontext"></a>

Quote-Based Prices are used when the price of a service cannot be determined in advance. This is useful for complex services or services whose environment is difficult to define, such as bespoke software development or home renovation services.

## Interfaces <a href="#id-1.14.x-quotebundle-businessrules-interfaces" id="id-1.14.x-quotebundle-businessrules-interfaces"></a>

Please, find all interface documentation related to the Quote bundle, here:

**SBO:**

* [Quotes management (Quote bundle)](/v2.0/superadmin/bookings/quotes-management.md)

**Front:**

* [Quote requests (Quote bundle)](/v2.0/front-office/quote-requests-quote.md)

**Dashboard:**

* Quotes dashboard (Quote bundle)

## Configurations <a href="#id-1.14.x-quotebundle-businessrules-configurations" id="id-1.14.x-quotebundle-businessrules-configurations"></a>

SBO > Other > Feature > Booking > Quote

SBO > Other > Feature >  Quote

### Access rights <a href="#id-1.14.x-quotebundle-businessrules-accessrights" id="id-1.14.x-quotebundle-businessrules-accessrights"></a>

Dashboard > Quote > Accept

Dashboard > Quote > Cancel

Dashboard > Quote > Confirm

Dashboard > Quote > Decline

Dashboard > Quote > Edit

Dashboard > Quote > Show

Frontend > Quote > Create

SBO > Quote > Export

SBO > Quote > Show

## Workflows <a href="#id-1.14.x-quotebundle-businessrules-workflows" id="id-1.14.x-quotebundle-businessrules-workflows"></a>

<figure><img src="/files/2Iz9mZ7imaszHaN8pM0q" alt=""><figcaption></figcaption></figure>

## Special rules <a href="#id-1.14.x-quotebundle-businessrules-specialrules" id="id-1.14.x-quotebundle-businessrules-specialrules"></a>

### Quote statuses <a href="#id-1.14.x-quotebundle-businessrules-quotestatuses" id="id-1.14.x-quotebundle-businessrules-quotestatuses"></a>

* Quote requested: The asker quote has been sent to the offeror
* Quote request expired: The offeror didn't review the quote request in time
* Quote request cancelled: The quote request has been rejected
* Quote request declined: The offeror didn't accept the quote request, but users can continue to argue
* Quotes issued: The quote has been sent
* Quotes expired: The quote was waiting for an answer and did not receive it in time
* Quotes declined by asker: The quote was accepted by the offeror but the asker declined it
* Quote paid: The quote has been paid by the asker
* Quote confirmed: The quote has been confirmed from both side


---

# 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://features.scnd.com/v2.0/core-concepts/quote-feature.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.
