> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/sa-request-a-quote/quote-list/view-and-edit-quotes-submitted-by-customers.md).

# View and edit quotes submitted by customers

When a customer submit a quote to you, their quote will be sent to our app’s Quote list page. Go to that page and check the details of your customer’s quote. Kindly follow this below instruction to know how to check the quotes.

Step to manage:

1\. From the App dashboard page > Click on **Quote list.** You will see a list of quotes received from your customers:

<figure><img src="https://help.samita.io/wp-content/uploads/2025/05/2025-05-20_15-50-1024x502.png" alt=""><figcaption></figcaption></figure>

2\. **Hover the mouse** on the quote you want to view and edit:

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

3\. On the **Quote details page**, you will see information of the quote like **product information**, **customer information** and **additional information** (data customers fill out when submitting the quote):&#x20;

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

You can make an edit of the quote > **Save**

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


---

# 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://docs.samita.io/sa-request-a-quote/quote-list/view-and-edit-quotes-submitted-by-customers.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.
