# Scheduling

You can use funnels to schedule tours to show after a specific date. This way you can prepare tours beforehand for a new release of your software, while ensuring the tours are only shown to users after the release date.

## 1. Setup a funnel

In the HelpHero Editor edit your tour and add a new funnel step after the first URL match.

![Edit Funnel set to appear if the browser current time is later than 21 December 2050](/docs/images/funnels-scheduling-2x.webp)

This ensures that this tour will only run if the current date on the users browser is greater than 21st of December 2050.

:::note
Alternatively you can use:
- Versioning to manage tours per environment. [See the release management docs.](/docs/funnels/releases/)
- URL matches to manage tours per environment. [See the managing environments docs.](/docs/creating-tours/environments/)
:::
