# Quotes

Use the **Quotes** module of the Emporix Management Dashboard to manage a list of quotes requested by your customers. You can use the module to create new quotes, accept or reject the ones that already exist.

The **Quotes** module is made of two sections

* [Quotes](/ce/management-dashboard/quotes.md) - where you can manage all the details of the existing quotes and create new ones
* [Status Codes](/ce/management-dashboard/quotes/status-change-reasons.md) - where you can manage status types for the quotes

{% hint style="info" %}

* To check quotes management possibilities, see [Quotes guide](/ce/core-commerce/quote-management.md) in the Core Commerce section.
* To check the API documentation, see [Quote Management Service guide](/api-references/api-guides/quotes/quote/quote.md) and the [Quote Service](/api-references/api-guides/quotes/quote.md) in the Emporix API Reference.
  {% endhint %}


---

# 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://developer.emporix.io/ce/management-dashboard/quotes.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.
