> 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/create-quotes-manually-from-the-app.md).

# Create quotes manually from the app

The quote can also be created manually by admin from the app’s Quote list page. Review this document to know how to manage it.

Step to manage:&#x20;

1\. From the app dashboard page > Go to **Quote list** page > Click on the **Create quote** button:

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

2\. On the **Create quote page**, there are 2 sections for you to manage quote which are product information and additional information. Manually set them up:

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

After filling out the information, **choose the products** for the quote. Click **Manage products** and select the products you want:

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

4\. Click **Save** and resend email so this quote can be sent to the customer with email address filled in the quote:

<figure><img src="/files/34ei4pKTs9hVwByFRcuP" alt=""><figcaption></figcaption></figure>

**New feature!**

If you enable the **Customer info** setting in the **Quote form builder** of our app, once you create quotes manually in the app, there will be available data for customer information for you to choose:

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

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

The customer data is taken from the **Shopify Customers** folder:

<figure><img src="/files/RCgkUtx2WjXGe9ny4lJs" 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/create-quotes-manually-from-the-app.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.
