# Amply

## Home

- [Introduction](https://docs.amply.tools/introduction.md)
- [What is Amply](https://docs.amply.tools/getting-started/what-is-amply.md)
- [How Amply fits](https://docs.amply.tools/getting-started/how-amply-fits.md)
- [Quickstart](https://docs.amply.tools/getting-started/quickstart.md)
- [AI-assisted integration](https://docs.amply.tools/getting-started/ai-assisted-integration.md): Integrate Amply and build campaigns by directing an AI coding assistant — it does the work, you review the diff.
- [Scenarios and campaigns](https://docs.amply.tools/concepts/scenarios-and-campaigns.md)
- [Sessions and events](https://docs.amply.tools/concepts/sessions-and-events.md)
- [Targeting and audiences](https://docs.amply.tools/concepts/targeting-and-audiences.md)
- [User attributes](https://docs.amply.tools/concepts/user-attributes.md)
- [Campaign delivery](https://docs.amply.tools/concepts/campaign-delivery.md)
- [Campaign actions](https://docs.amply.tools/concepts/campaign-actions.md)
- [Gating an action](https://docs.amply.tools/concepts/gating-an-action.md)
- [Overview](https://docs.amply.tools/user-guide/overview.md)
- [Dashboard tour](https://docs.amply.tools/user-guide/dashboard-tour.md)
- [Creating a campaign](https://docs.amply.tools/user-guide/creating-a-campaign.md)
- [Campaigns](https://docs.amply.tools/user-guide/campaigns.md)
- [Targeting an audience](https://docs.amply.tools/user-guide/targeting-an-audience.md)
- [Managing deeplinks](https://docs.amply.tools/user-guide/managing-deeplinks.md)
- [Rate & review flows](https://docs.amply.tools/user-guide/rate-review-flows.md)
- [Custom popup flows](https://docs.amply.tools/user-guide/custom-popups.md)
- [Sessions and events](https://docs.amply.tools/user-guide/sessions-and-events.md)
- [Testing and rollout](https://docs.amply.tools/user-guide/testing-and-rollout.md)
- [Entry-based onboarding routing](https://docs.amply.tools/recipes/entry-based-onboarding-routing.md)
- [Paywall versioning](https://docs.amply.tools/recipes/paywall-versioning.md)
- [Post-trial recovery](https://docs.amply.tools/recipes/post-trial-recovery.md)
- [Reactivation after inactivity](https://docs.amply.tools/recipes/reactivation-after-inactivity.md)
- [Seasonal campaigns](https://docs.amply.tools/recipes/seasonal-campaigns.md)
- [Rate review at a positive moment](https://docs.amply.tools/recipes/rate-review-positive-moment.md)
- [Feedback capture on negative rating](https://docs.amply.tools/recipes/feedback-capture-on-negative-rating.md)
- [Second-chance paywall](https://docs.amply.tools/recipes/second-chance-paywall.md)
- [Soft push permission](https://docs.amply.tools/recipes/soft-push-permission.md)
- [Feature-wall contextual paywall](https://docs.amply.tools/recipes/feature-wall-contextual-paywall.md)
- [Feature feedback capture](https://docs.amply.tools/recipes/feature-feedback-capture.md)
- [Winback for at-risk users](https://docs.amply.tools/recipes/winback-at-risk.md)
- [Referral at a positive moment](https://docs.amply.tools/recipes/referral-at-positive-moment.md)
- [Price management](https://docs.amply.tools/price-management/price-management.md)
- [Store credentials](https://docs.amply.tools/price-management/store-credentials.md): Create the App Store Connect and Google Play credentials Amply needs to read and update your prices — with the least-privilege access level for each store.
- [Creating a price change](https://docs.amply.tools/price-management/creating-a-price-change.md)
- [Price indexes](https://docs.amply.tools/price-management/price-indexes.md)
- [Comparing prices](https://docs.amply.tools/price-management/comparing-prices.md)
- [Installation](https://docs.amply.tools/developer-guide/installation.md)
- [Quickstart — iOS](https://docs.amply.tools/developer-guide/quickstart-ios.md)
- [Quickstart — Android](https://docs.amply.tools/developer-guide/quickstart-android.md)
- [Quickstart — React Native](https://docs.amply.tools/developer-guide/quickstart-react-native.md)
- [iOS integration](https://docs.amply.tools/developer-guide/ios-integration.md)
- [Android integration](https://docs.amply.tools/developer-guide/android-integration.md)
- [React Native integration](https://docs.amply.tools/developer-guide/react-native-integration.md)
- [Tracking events](https://docs.amply.tools/developer-guide/tracking-events.md)
- [User attributes](https://docs.amply.tools/developer-guide/user-attributes.md)
- [Handling deeplinks](https://docs.amply.tools/developer-guide/handling-deeplinks.md)
- [Gating actions](https://docs.amply.tools/developer-guide/gating-actions.md)
- [Showing custom popups](https://docs.amply.tools/developer-guide/showing-custom-popups.md)
- [Handling callbacks](https://docs.amply.tools/developer-guide/handling-callbacks.md)
- [Testing your integration](https://docs.amply.tools/developer-guide/testing-your-integration.md)
- [iOS SDK](https://docs.amply.tools/reference/sdk-ios.md)
- [Android SDK](https://docs.amply.tools/reference/sdk-android.md)
- [React Native SDK](https://docs.amply.tools/reference/sdk-react-native.md)
- [Events](https://docs.amply.tools/reference/events.md)
- [API reference](https://docs.amply.tools/reference/api-reference.md)
- [MCP tools](https://docs.amply.tools/reference/mcp-tools.md)
- [Changelog](https://docs.amply.tools/changelog.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.amply.tools/introduction.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.
