# Introduction

Amply helps mobile teams control and optimize in-app user flows for growth and monetization — without app releases.

## Two audiences, one set of docs

These docs serve two audiences. Both read the same pages, but each comes in through a different door.

* **Product, growth, and marketing managers** own campaigns and scenarios, work in the dashboard, and read the User Guide, the Concepts pages, and the recipes.
* **Engineers** integrate the SDK once and maintain it — they read the Developer Guide and Reference.

Every Developer Guide page is written so a non-technical lead can skim it and hand a short brief to their engineer.

## Pick your path

[**User Guide**](/user-guide/overview.md) — for product, growth, and marketing. Set up projects, build campaigns, target users, launch paywall variants, and measure results. Start here if you own the outcome but not the code.

[**Developer Guide**](/developer-guide/installation.md) — for engineers integrating Amply. SDK install, initialization, event tracking, deeplink handling, gating actions, and the REST contract. Start here when you need to wire the SDK into an app.

New to Amply? The [Quickstart](/getting-started/quickstart.md) is the shortest path from zero to a working integration.

## Getting oriented

* [What is Amply](/getting-started/what-is-amply.md) — the problem it solves, the model it uses, and where it stops
* [How Amply fits](/getting-started/how-amply-fits.md) — where it sits in your stack and how data flows
* [Changelog](/changelog.md) — recent releases across dashboard and SDK

## Platforms

Amply ships SDKs for iOS, Android, and React Native. All platforms share the same core concepts — events, properties, scenarios, deeplinks — so once you learn Amply on one, the others follow. See [Installation](/developer-guide/installation.md) for the full requirements matrix.


---

# Agent Instructions: 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.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.
