# Integration

- [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: 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://quote-guide.storeify.app/integration.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.
