# Simulate subscriptions Learn how to simulate subscriptions in a sandbox. Simulating a subscription shows you the events of a subscription that are expected over the course of the simulation time, such as invoices and renewals. > When you run a simulation on a subscription, you can see it in **Subscriptions** > [Simulations](https://dashboard.stripe.com/test/billing/subscriptions/simulations) in the Dashboard. To delete a simulation, click **Finish simulation**. Finishing a simulation deletes all objects associated with it from the *sandbox* (A sandbox is an isolated test environment that allows you to test Stripe functionality in your account without affecting your live integration. Use sandboxes to safely experiment with new features and changes), including the customer and subscription. It doesn’t affect live mode. To simulate a subscription: 1. Open the [Dashboard](https://dashboard.stripe.com) and create a sandbox. 2. On the [Subscriptions](https://dashboard.stripe.com/test/subscriptions) page, click the subscription to test. 3. Click **Run simulation** in the banner at the top of the page. > #### Customer ineligible for simulation > > The **Run simulation** button might be disabled if the subscription’s customer: > > - Is attached to more than three subscriptions, including [scheduled subscriptions](https://docs.stripe.com/billing/subscriptions/subscription-schedules.md) - Has a complex profile, with many quotes, invoices or other related objects 4. In the modal, set the date and time to simulate and click **Advance time**. You can advance time by any increment, but you can only advance the clock two intervals at a time from the initial frozen time. For example, if you have a monthly subscription, you can only advance the clock up to two months at a time. When the simulation is done, the banner updates and displays the current time. You can continue to make changes to your simulation and advance the time for simulations such as: - Adding a [customer balance](https://docs.stripe.com/billing/customer/balance.md). - Making a mid-cycle upgrade. - [Adding one-off invoice items](https://docs.stripe.com/billing/invoices/subscription.md#adding-upcoming-invoice-items). Repeat as many times as you need to satisfy your test case.