> For the complete documentation index, see [llms.txt](https://docs.pullbay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pullbay.com/documentation/guides/how-to-guides-for-app-store.md).

# How-To Guides for App Store

***

### Summary

These guides show common ways to work with app store review data. Use them to export reviews, collect complete review history, monitor negative feedback, and track multiple apps from one workflow.

### Next steps

* Start with [How to export app store reviews](/documentation/guides/how-to-guides-for-app-store/how-to-export-app-store-reviews.md) if you need a quick CSV export.
* Read [How to get all app reviews](/documentation/guides/how-to-guides-for-app-store/how-to-get-all-app-reviews.md) to pull complete review history.
* Use [How to monitor negative reviews](/documentation/guides/how-to-guides-for-app-store/how-to-monitor-negative-reviews.md) to catch issues earlier.
* Follow [How to track reviews multiple apps](/documentation/guides/how-to-guides-for-app-store/how-to-track-reviews-multiple-apps.md) to monitor several apps at once.


---

# 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:

```
GET https://docs.pullbay.com/documentation/guides/how-to-guides-for-app-store.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.
