> For the complete documentation index, see [llms.txt](https://reputon.gitbook.io/reputon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reputon.gitbook.io/reputon-help/google-reviews-app/how-to.md).

# How to

- [Collect Google Customer (Merchant) Reviews after checkout](https://reputon.gitbook.io/reputon-help/google-reviews-app/how-to/collect-google-customer-merchant-reviews-after-checkout.md): Learn how to collect Google Customer (Merchant) Reviews on your Shopify store using the Reputon checkout extension. Step-by-step setup guide for the Thank You and Order Status pages.
- [Collect Google Business Reviews after checkout](https://reputon.gitbook.io/reputon-help/google-reviews-app/how-to/collect-google-business-reviews-after-checkout.md): Add a checkout extension to collect Google Business (Maps) reviews right after purchase. 5-star clicks go to Google, 1–4 stars open a private feedback form.
- [Add AI review replies 🔥](https://reputon.gitbook.io/reputon-help/google-reviews-app/how-to/add-ai-review-replies.md): Reply to Google reviews in one click using AI. Generate personalized responses with ChatGPT or write manually - directly inside the Reputon Google Reviews app, without leaving Shopify.
- [Add multiple Google locations](https://reputon.gitbook.io/reputon-help/google-reviews-app/how-to/add-multiple-google-locations.md): Show Google reviews from multiple business locations on your Shopify store. Each location gets its own widget, or display aggregated ratings from all locations at once.
- [Add Google Reviews widget manually](https://reputon.gitbook.io/reputon-help/google-reviews-app/how-to/add-google-reviews-widget-manually.md): Learn how to add the Google Reviews widget manually in Shopify. Follow simple steps to copy code, edit theme files, and display reviews anywhere on your site.
- [Auto translate reviews](https://reputon.gitbook.io/reputon-help/google-reviews-app/how-to/auto-translate-reviews.md): Show your reviews in the customer's language with auto translation. Auto-translate lets you display your reviews and widget interface in multiple languages automatically.
- [Cancel subscription](https://reputon.gitbook.io/reputon-help/google-reviews-app/how-to/cancel-subscription.md): How to cancel your Google Reviews by Reputon subscription in Shopify. Step-by-step guide to uninstall the app and stop future charges.


---

# 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://reputon.gitbook.io/reputon-help/google-reviews-app/how-to.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.
