> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thetinybell.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to redirect visitors after they click

> Send visitors to your booking engine or a specific URL when they click your notification.

You can set any notification button to redirect visitors to a specific URL. This is how you send them to your booking engine with a pre-applied offer.

## Steps

1. Open your notification settings
2. Find the **Button URL** field
3. Enter the destination URL (e.g., your booking engine with a promo code)
4. Choose whether to open in the same tab or a new tab
5. Save

## Examples

| Offer                       | Redirect URL                                    |
| --------------------------- | ----------------------------------------------- |
| 10% direct booking discount | `https://booking.yourhotel.com?promo=DIRECT10`  |
| Free breakfast offer        | `https://booking.yourhotel.com?promo=BREAKFAST` |
| Room upgrade                | `https://yourhotel.com/special-offers`          |

## Tracking

TinyBell counts a click every time a visitor clicks the button, regardless of whether they complete the booking. For full conversion tracking, use UTM parameters in your redirect URL and track them in Google Analytics.
