> For the complete documentation index, see [llms.txt](https://help.qwary.com/product-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qwary.com/product-guide/use-cases.md).

# Use Cases

- [Product Onboarding Surveys](https://help.qwary.com/product-guide/use-cases/product-onboarding-surveys.md): Onboarding is a great place to collect insights on customer expectations and use the information to personalize onboarding & messaging.
- [Review Generation Campaigns](https://help.qwary.com/product-guide/use-cases/review-generation-campaigns.md): Request your raving fans to leave feedback about your business on review platforms like Google, Yelp, G2, Capterra, and More. This is the step-by-step guide to request reviews using Qwary surveys.
- [Square Online Customer Feedback](https://help.qwary.com/product-guide/use-cases/square-online-customer-feedback.md): Square Online Integration with Qwary
- [Ultimate Guide To Net Promoter Score (NPS)](https://help.qwary.com/product-guide/use-cases/ultimate-guide-to-net-promoter-score-nps.md): In this blog post, we've provided a basic overview of what NPS is and how to calculate it. We've also covered some of its advantages and how to use it to improve your business. Read On!
- [Ultimate Guide For Customer Satisfaction Score (CSAT)](https://help.qwary.com/product-guide/use-cases/ultimate-guide-for-customer-satisfaction-score-csat.md)
- [Ultimate Guide For Customer Effort Score (CES)](https://help.qwary.com/product-guide/use-cases/ultimate-guide-for-customer-effort-score-ces.md)
- [Product Survey Questions Guide](https://help.qwary.com/product-guide/use-cases/product-survey-questions-guide.md)
- [Segment customers for Email/SMS Surveys](https://help.qwary.com/product-guide/use-cases/segment-customers-for-email-sms-surveys.md): Gain Insight from Your Customers at Every Step of their Journey with Segmented Email/SMS Surveys


---

# 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://help.qwary.com/product-guide/use-cases.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.
