> 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/front-office/quote-requests-quote.md).

# Quote requests (Quote)

{% hint style="info" %} <mark style="color:blue;">Path: Front Homepage > Listing > Request a quote</mark>
{% endhint %}

## Definition <a href="#id-1.16.x-quoterequests-quotebundle-definition" id="id-1.16.x-quoterequests-quotebundle-definition"></a>

Allow askers to request quotes directly to offerors for uncommoditized services.

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

**Switch users:** All logged-in users

**Non-Switch users:** All logged-in askers.

## Create a quote request <a href="#id-1.16.x-quoterequests-quotebundle-createaquoterequest" id="id-1.16.x-quoterequests-quotebundle-createaquoterequest"></a>

An asker can request a quote through “Request a quote” (figure 1) available on a public listing’s page.

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

The user fills in the following information:

* The request title (figure 2) (mandatory)

  &#x20;

  <figure><img src="/files/KDr2T1CSM3kLzntkRzwy" alt=""><figcaption><p>Figure 2</p></figcaption></figure>
* The request description (figure 3) (mandatory)

<figure><img src="/files/5RUtC7Npn16k1M0fFqwE" alt=""><figcaption><p>Figure 3</p></figcaption></figure>

If required, attach a file (figure 4).

<figure><img src="/files/e4Q4ms9rOvTfCZfWjCZV" alt=""><figcaption><p>Figure 4</p></figcaption></figure>

* Optionally set a date for the request (figure 5)

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

* Set the location (figure 6)

The location can be a specific address or a non-specific address.

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

Leave a message to the offeror (figure 7). By doing so, a thread related to this quote is created.

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

Check “I accept Terms and Conditions” (mandatory) (figure 8) to finalize quote creation.

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

## Read a quote request <a href="#id-1.16.x-quoterequests-quotebundle-readaquoterequest" id="id-1.16.x-quoterequests-quotebundle-readaquoterequest"></a>

The asker can read the listing information he has just set with the quote dashboard page.

Once he finalizes the quote request process described above, he will be automatically redirected to the dashboard related to the quote edition.

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

This page is described in detail in the article: “Listing dashboard”.

## Update a quote request <a href="#id-1.16.x-quoterequests-quotebundle-updateaquoterequest" id="id-1.16.x-quoterequests-quotebundle-updateaquoterequest"></a>

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

***

## Delete a quote request <a href="#id-1.16.x-quoterequests-quotebundle-deleteaquoterequest" id="id-1.16.x-quoterequests-quotebundle-deleteaquoterequest"></a>

Users cannot delete quotes.

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

**Dashboard:**

* [Quotes dashboard (Quote feature)](/v2.0/dashboards/quotes-dashboard-quote-feature.md)
* [Bookings dashboard (Time-Based rendering type) - Update a Booking](https://features.scnd.com/v2.0/front-office/pages/g6wqEltgfWctzeYiRQIK#id-1.14.x-bookingsdashboard-basicsolution-updateabooking)

**Business rules:**

* [Quote feature - Business rules](/v2.0/core-concepts/quote-feature.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://features.scnd.com/v2.0/front-office/quote-requests-quote.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.
