> 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/request-a-quote-button-settings/redirect-after-adding-product-to-quote.md).

# Redirect after adding product to quote

#### **Redirect to a specific page after submitting quote**

You can set up a Thank you page and use this setting to take customers to there.&#x20;

**Step to manage**

1. From the app admin page, click **Quote settings**&#x20;
2. In **Request for quote button** tab > Scroll down to the Redirect section, fill in the URL value in the **Redirect after submit field**
3. Click **Save**

<figure><img src="/files/7Iufi4ahX542Y8mMMfHd" alt=""><figcaption></figcaption></figure>

#### **Redirect to a specific page when clicking on the Continue shopping button**

When using **Popup** format for the quote function, there will be two options shown up. This setting is used for the **Continue shopping** button.&#x20;

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

**Step to manage**

1. In the **Request for quote button** tab > **Redirect** section > Fill in a **page URL** you want the customers to be at when clicking on **Continue shopping**
2. Click **Save**

<figure><img src="/files/72EjaMjtHirji8GiDiCo" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you do encounter any difficulty while proceeding 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/request-a-quote-button-settings/redirect-after-adding-product-to-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.
