> ## 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.

# Quickstart

> Set up your first notification in 5 minutes.

## Step 1: Create your property

After signing up, TinyBell creates a default property called "My Hotel" with 6 ready-made notifications.

Go to **Hotels / Properties** in the sidebar and click on your property.

<Info>
  A property in TinyBell represents one hotel website. Each property gets its own pixel code and set of notifications.
</Info>

## Step 2: Configure your domain

1. Click on your property name to edit it.
2. Enter your hotel website URL (e.g. `www.myhotel.com`).
3. Toggle the property to **Enabled**.

## Step 3: Copy the pixel code

1. In your property page, find the **Pixel Code** section.
2. Copy the code snippet. It looks like this:

```html theme={null}
<script src="https://thetinybell.com/pixel/YOUR_PIXEL_KEY" defer></script>
```

3. Paste it into your website's `<head>` tag, just before the closing `</head>`.

<Tabs>
  <Tab title="HTML website">
    Open your HTML file and paste the pixel code inside the `<head>` section.

    ```html theme={null}
    <head>
      <!-- your existing tags -->
      <script src="https://thetinybell.com/pixel/YOUR_PIXEL_KEY" defer></script>
    </head>
    ```
  </Tab>

  <Tab title="WordPress">
    Install the **Insert Headers and Footers** plugin, go to Settings, and paste the pixel code in the Header section.
  </Tab>

  <Tab title="Google Tag Manager">
    Create a new Custom HTML tag, paste the pixel code, and set the trigger to "All Pages".
  </Tab>

  <Tab title="Booking engine">
    Ask your booking engine provider to add the pixel code to the hotel website header. Most engines support custom scripts.
  </Tab>
</Tabs>

## Step 4: Activate a notification

1. Go back to your property and click on any of the pre-created notifications.
2. Customize the text, colors, and offer details.
3. Toggle the notification to **Enabled**.
4. Visit your website to see it live.

## Done

Your hotel website now shows targeted booking notifications. Check the **Dashboard** to see impressions, clicks, and conversions in real time.

<Card title="Next: How it works" icon="arrow-right" href="/how-it-works">
  Learn about notification types, triggers, and targeting.
</Card>
