---
title: "Placements"
description: "Manage placements in Adapty to optimize flow and paywall visibility and revenue."
---

With Adapty's placement system, you can create and run [flows](adapty-flow-builder), [paywalls](paywalls), [onboardings](onboardings), and [A/B tests](ab-tests) at different points in your app user's journey, such as onboarding flow, app settings, etc. These points are called **Placements**.

A placement in your app can manage multiple flows, paywalls, onboardings, or A/B tests at a time, each made for a certain group of users, which we call  [Audiences](audience). Moreover, you can experiment with flows, paywalls, and onboardings, replacing one with another over time without releasing a new app version.

The only thing you hardcode in the mobile app is the placement ID.

## Placements list

There are three types of placements:
- **Flow placements**
- **Paywall placements**
- **Onboarding placements**

To view all your placements, go to **Placements** from the Adapty main menu. You will see them categorized by **Paywalls**, **Onboardings**, and **Flows** tabs.

Each tab offers a comprehensive view of various locations in the user journey where flows, paywalls, onboardings, or A/B tests can appear. Each item in the list corresponds to a specific placement, allowing easy management and modification.

You can edit placement details, associate them with the desired flow, paywall, onboarding, or A/B test for a specified audience, or remove unnecessary placements. The numbers in the table reflect the analytics for placements since their activation.

  <img src="/assets/shared/img/placements-list.webp"
  style={{
    border: '1px solid #727272', /* border width and color */
    width: '700px', /* image width */
    display: 'block', /* for alignment */
    margin: '0 auto' /* center alignment */
  }}
/>

From here you can:

- [Create a new placement](create-placement)
- [Edit an existing placement](edit-placement)
- [Delete an existing placement](delete-placement)
- Download local fallback [flows](fallback-flows), [paywalls](fallback-paywalls), or onboardings. These files are used when a user opens the app and there's no connection with the Adapty backend (no internet connection, or the rare case when the backend is down) and there's no cache on the device. The same **Fallbacks** download covers both flows and paywalls — the SDK version you pick in the download dialog determines whether the bundle includes flows (SDK 4.0+) or just paywalls.