> 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-settings/quote-widget.md).

# Quote widget

Quote widget is used as a quick quote button which can take you to the Quote page of our app or show Quote popup form so as to help customers track which products they have added to quote and fill out the form easily.

#### **Show Quote widget in your store**

1. From the App Dashboard page > Click on **Quote settings** > **Quote widget** tab&#x20;
2. Turn on the **Enable Quote widget** setting > Click **Save**

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

You also can decide what behaviour will come up when clicking on the quote widget: **Open the Quote popup form** or **Go to Quote page** of our app.&#x20;

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

&#x20;

#### **Customize Quote widget button**

You can change the **quote widget button text** in this setting:

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

Manage **quote widget position** and its **color** here:

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

Click **Save** to save the changes and check the result in the front store.

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

{% hint style="info" %}
If you do encounter any difficulties while proceeding with these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)

We are always willing to help with all sincerity!
{% endhint %}


---

# 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-settings/quote-widget.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.
