# Quotes dashboard (Quote feature)

{% hint style="info" %} <mark style="color:blue;">Path: Dashboard > Quotes</mark>
{% endhint %}

* [Definition](#id-1.14.x-quotesdashboard-quotebundle-definition)
* [Create a quote](#id-1.14.x-quotesdashboard-quotebundle-createaquote)
* [Read a quote preview card](#id-1.14.x-quotesdashboard-quotebundle-readaquotepreviewcard)
* [Update a quote](#id-1.14.x-quotesdashboard-quotebundle-updateaquote)
* [Delete a quote](#id-1.14.x-quotesdashboard-quotebundle-deleteaquote)
* [Related resources](#id-1.14.x-quotesdashboard-quotebundle-relatedresources)

## Definition <a href="#id-1.14.x-quotesdashboard-quotebundle-definition" id="id-1.14.x-quotesdashboard-quotebundle-definition"></a>

Users can monitor their quotes statuses and evolution through their user dashboard.

<mark style="color:red;background-color:yellow;">**WHO CAN USE THIS FEATURE?**</mark>

All users

## Create a quote <a href="#id-1.14.x-quotesdashboard-quotebundle-createaquote" id="id-1.14.x-quotesdashboard-quotebundle-createaquote"></a>

The process is described in detail in the following documentation: [Quote requests (Quote feature)](/v2.0/front-office/quote-requests-quote.md)

## Read a quote preview card <a href="#id-1.14.x-quotesdashboard-quotebundle-readaquotepreviewcard" id="id-1.14.x-quotesdashboard-quotebundle-readaquotepreviewcard"></a>

The “Quotes” section in the user dashboard displays all quotes emitted or received (depending on the user’s role) as preview cards (figure 1).

Each card displays:

* The quote status (the statuses details are explained in the following documentation: [Quote feature - Business rules)](/v2.0/core-concepts/quote-feature.md)
* The quote title
* The potential dates requested by the asker
* The location of the service
* The message related to the quote
* The offeror name
* The asker name

<figure><img src="/files/LC9l1H1fHHZ1paLcneCH" alt=""><figcaption><p>figure 1</p></figcaption></figure>

To view the quote details, click “Show quote” (figure 2).

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

The quote details display:

* The quote number (figure 3), in the banner of the page

<figure><img src="/files/emRqERpDzVNLr2K2hO8f" alt=""><figcaption><p>figure 3</p></figcaption></figure>

* “View message” (figure 4): displays the quote’s messaging thread

<figure><img src="/files/7KWwGyRPqKQjZ01fzx5Z" alt=""><figcaption><p>figure 4</p></figcaption></figure>

* The quote status (figure 5)

<figure><img src="/files/ANhDFTJTqmwAFeVjUNlZ" alt=""><figcaption><p>figure 5</p></figcaption></figure>

* The quote detail (figure 6)

<figure><img src="/files/N7COD7AV7J3PqDBYDFMs" alt=""><figcaption><p>figure 6</p></figcaption></figure>

* The status history (figure 7)

<figure><img src="/files/wl6kHm4MmkAdfvNKtHkI" alt=""><figcaption><p>figure 7</p></figcaption></figure>

* The offeror’s details (figure 8)

<figure><img src="/files/Vrvg0W15MuhqO6dSzCoB" alt=""><figcaption><p>figure 8</p></figcaption></figure>

## Update a quote <a href="#id-1.14.x-quotesdashboard-quotebundle-updateaquote" id="id-1.14.x-quotesdashboard-quotebundle-updateaquote"></a>

Users can update quotes depending on their roles. Learn more about how to cancel here: [Bookings dashboard (Time-Based) - Update a Booking](https://features.scnd.com/v2.0/dashboards/pages/g6wqEltgfWctzeYiRQIK#id-1.14.x-bookingsdashboard-basicsolution-updateabooking)

## Delete a quote <a href="#id-1.14.x-quotesdashboard-quotebundle-deleteaquote" id="id-1.14.x-quotesdashboard-quotebundle-deleteaquote"></a>

Users cannot delete quotes but askers can cancel a quote request.

{% hint style="info" %} <mark style="color:blue;">Path: Dashboard > Quotes > Show quote > Cancel</mark>
{% endhint %}

Click the button “Cancel” (figure 9) available on the quote details page.

<figure><img src="/files/y2qNubMrUdDF2SPceu5P" alt=""><figcaption><p>figure 9</p></figcaption></figure>

## Related resources <a href="#id-1.14.x-quotesdashboard-quotebundle-relatedresources" id="id-1.14.x-quotesdashboard-quotebundle-relatedresources"></a>

**Front:**

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

**Dashboard:**

* [Bookings dashboard (Time-Based rendering type) - Update a booking](https://features.scnd.com/v2.0/dashboards/pages/g6wqEltgfWctzeYiRQIK#id-1.14.x-bookingsdashboard-basicsolution-updateabooking)

**Business rules:**

* [Quote feature - Business rules](/v2.0/core-concepts/quote-feature.md)


---

# 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://features.scnd.com/v2.0/dashboards/quotes-dashboard-quote-feature.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.
