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

# Quickstart

# Quick Start

Get started with Offboard.tech in minutes.

## 1. Create a workspace

Sign up and create a new workspace to get your workspace ID.

## 2. Add the Magic Link to your cancel button

Replace your cancel button link with our Magic Link format:

```html theme={null}
<a href="https://offboard.tech/e/[workspace_id]?mode=pre&cancel_url=[your_cancel_url]&save_url=[your_save_url]">
  Cancel Subscription
</a>
```

## 3. View insights

Check your dashboard to see churn insights and patterns.

### Parameters

* `workspace_id`: Your unique workspace identifier
* `mode`: `pre` (blocking) or `post` (non-blocking)
* `cancel_url`: Where to redirect after cancellation
* `save_url`: Where to redirect if user decides to stay
