> For the complete documentation index, see [llms.txt](https://quote-guide.storeify.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quote-guide.storeify.app/integration.md).

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