# S: Request a quote User Guide

## S: Request a quote User Guide

- [About S: Request a Quote](https://quote-guide.storeify.app/about-s-request-a-quote.md)
- [Pricing Plans](https://quote-guide.storeify.app/pricing-plans.md)
- [How does the app work?](https://quote-guide.storeify.app/how-does-the-app-work.md)
- [Steps to do](https://quote-guide.storeify.app/steps-to-do.md)
- [Install app](https://quote-guide.storeify.app/install-app.md)
- [Enable App & Disable App](https://quote-guide.storeify.app/enable-app-and-disable-app.md)
- [Create & Edit quote form](https://quote-guide.storeify.app/create-and-edit-quote-form.md)
- [Multi-form](https://quote-guide.storeify.app/multi-form.md): The feature of creating multiple forms is only available in the highest plan of the application (ADVANCED PLAN)
- [Settings](https://quote-guide.storeify.app/settings.md): This step needs to be done after you have finished creating the quote form.
- [SMTP](https://quote-guide.storeify.app/smtp.md)
- [Advanced Features](https://quote-guide.storeify.app/advanced-features.md)
- [Quote submissions](https://quote-guide.storeify.app/quote-submissions.md)
- [Upgrade and Downgrade](https://quote-guide.storeify.app/upgrade-and-downgrade.md)
- [Uninstall app](https://quote-guide.storeify.app/uninstall-app.md)
- [FAQs](https://quote-guide.storeify.app/faqs.md)
- [Integrate code to theme](https://quote-guide.storeify.app/integration/integrate-code-to-theme.md): If you have any difficulty with integrating the code into the theme, do not hesitate to contact us via email: "storeifyapps@gmail.com"
- [Search product on Quotes page](https://quote-guide.storeify.app/integration/search-product-on-quotes-page.md)
- [Convert products to Quotes from Cart page](https://quote-guide.storeify.app/integration/convert-products-to-quotes-from-cart-page.md): The Add to quote button in the shopping cart page only works when you choose to use the Add product to quote page (Bulk quotation) feature.
- [My Quotes navigation](https://quote-guide.storeify.app/integration/my-quotes-navigation.md): Adding the My quotes page into your navigation menu
- [How to get Client ID and Client Secret in Google Cloud Console](https://quote-guide.storeify.app/integration/how-to-get-client-id-and-client-secret-in-google-cloud-console.md)
- [How to get Client ID, Tenant ID  and Client Secret in Microsoft Azure](https://quote-guide.storeify.app/integration/how-to-get-client-id-tenant-id-and-client-secret-in-microsoft-azure.md): To create a client ID, tenant ID, and client secret in Microsoft Azure, you need to register an application in Microsoft Entra ID (formerly Azure Active Directory).


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://quote-guide.storeify.app/about-s-request-a-quote.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.
