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

# Create a subscription

> Create a subscription to receive real-time notifications on events happening across your Dock workspace.

## Subscribing to events

To subscribe to events, you'll need to follow these steps:

<Info>
  You can subscribe to workspace lifecycle events (for example
  `workspace.created`), course lifecycle events (`course.completed`,
  `course.reviewed`), and presentation link events (`presentation.viewed`,
  `presentation.downloaded`).
</Info>

<Steps>
  <Step title="Create subscription">
    Click on **Create subscription** and choose a subscription type from the
    dropdown list to create a subscription.

    <Frame>
      <img src="https://mintcdn.com/docklabsinc/sOq5EJF8JHZxp7ZE/images/create-webhook-subscription-step-1.png?fit=max&auto=format&n=sOq5EJF8JHZxp7ZE&q=85&s=1f786d339845cd6728bebf61681eca21" alt="Create a webhook subscription" width="2994" height="1204" data-path="images/create-webhook-subscription-step-1.png" />
    </Frame>
  </Step>

  <Step title="View subscription">
    Once you've created a subscription, you'll be able to view the subscription
    details on the **Subscriptions** page.

    <Frame>
      <img src="https://mintcdn.com/docklabsinc/sOq5EJF8JHZxp7ZE/images/create-webhook-subscription-step-2a.png?fit=max&auto=format&n=sOq5EJF8JHZxp7ZE&q=85&s=28bca209acdc9319d35511e7bd2b777f" alt="Select subscription type" width="2960" height="1344" data-path="images/create-webhook-subscription-step-2a.png" />
    </Frame>

    A subscription can be **viewed in detail**, **paused** or
    **unsubscribed** from the **Webhook** page.

    <Frame>
      <img src="https://mintcdn.com/docklabsinc/sOq5EJF8JHZxp7ZE/images/create-webhook-subscription-step-2b.png?fit=max&auto=format&n=sOq5EJF8JHZxp7ZE&q=85&s=9f15f7e3d7a7d1f1c2a0c5fbb9c9a5cb" alt="Select subscription type" width="2960" height="1344" data-path="images/create-webhook-subscription-step-2b.png" />
    </Frame>
  </Step>
</Steps>
