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

# Introduction

> The modern link management platform for teams and developers

H0p is a powerful link management platform that helps you create, track, and optimize your links. Whether you're a marketer tracking campaign performance, a developer building integrations, or a team collaborating on branded links, H0p provides the tools you need.

<img src="https://mintcdn.com/h0p/QjVqaHhGLoms7yh4/images/hero-light.png?fit=max&auto=format&n=QjVqaHhGLoms7yh4&q=85&s=b773e388c8ae6054d89e0854a1bb6c10" alt="H0p Dashboard" className="block dark:hidden rounded-lg" width="1024" height="576" data-path="images/hero-light.png" />

<img src="https://mintcdn.com/h0p/QjVqaHhGLoms7yh4/images/hero-dark.png?fit=max&auto=format&n=QjVqaHhGLoms7yh4&q=85&s=f4ab1f0475cc918b4651b624dd8533da" alt="H0p Dashboard" className="hidden dark:block rounded-lg" width="1024" height="576" data-path="images/hero-dark.png" />

## What you can do with H0p

<CardGroup cols={2}>
  <Card title="Shorten links" icon="link" href="/platform/short-links">
    Create branded short links with custom slugs, track clicks, and analyze performance in real-time.
  </Card>

  <Card title="Custom domains" icon="globe" href="/platform/domains">
    Use your own domain for short links. Build trust with your audience using branded URLs.
  </Card>

  <Card title="Advanced analytics" icon="chart-line">
    Track clicks by location, device, browser, and referrer. Monitor UTM parameters and campaign performance.
  </Card>

  <Card title="QR codes" icon="qrcode">
    Generate customizable QR codes for every link. Add your logo, customize colors, and download in multiple formats.
  </Card>
</CardGroup>

## Core concepts

Before diving in, here are the key concepts you'll encounter in H0p:

### Organizations

Organizations (also called workspaces) are the foundation of H0p. Each organization has its own:

* **Short links** - All links created belong to an organization
* **Domains** - Custom domains are registered per organization
* **Members** - Invite team members with different roles (Owner, Admin, Member)
* **Plan** - Each organization has its own subscription (Free or Premium)

You can belong to multiple organizations and switch between them in the dashboard.

### Short links

A short link is a shortened URL that redirects to your destination. Each short link includes:

* **Slug** - The unique identifier after your domain (e.g., `h0p.co/my-link`)
* **Destination** - Where the link redirects to (URL, email, or phone number)
* **Analytics** - Click tracking with geographic and device data
* **QR code** - Auto-generated QR code for offline sharing

### Custom domains

Instead of using `h0p.co`, you can connect your own domain to create branded links. For example, use `links.yourcompany.com` instead.

### Folders and tags

Organize your links with:

* **Folders** - Group related links together (e.g., "Marketing Q1", "Product Launch")
* **Tags** - Add labels to links for filtering and categorization

## Advanced features

H0p offers powerful features for managing and optimizing your links:

<AccordionGroup>
  <Accordion title="Smart routing rules">
    Route visitors to different destinations based on:

    * **Geographic location** - Target specific countries or regions
    * **Device type** - Different URLs for mobile vs desktop
    * **Operating system** - iOS vs Android vs Windows
    * **Language** - Browser language preferences
  </Accordion>

  <Accordion title="Link protection">
    Secure your links with:

    * **Password protection** - Require a password to access
    * **Expiration dates** - Links automatically expire
    * **Click limits** - Disable after a set number of clicks
    * **Cloaking** - Display content in an iframe
  </Accordion>

  <Accordion title="Custom meta tags">
    Control how your links appear when shared on social media:

    * Custom title and description
    * Custom preview image
    * Full Open Graph support
  </Accordion>

  <Accordion title="Advanced QR codes">
    Customize every aspect of your QR codes:

    * Logo overlay
    * Custom colors and gradients
    * Different dot and corner styles
    * High-resolution downloads
  </Accordion>

  <Accordion title="Webhooks">
    Get real-time notifications when:

    * Links are created, updated, or deleted
    * Someone clicks your link
  </Accordion>

  <Accordion title="API and MCP">
    Full programmatic access:

    * RESTful API for all operations
    * MCP server for AI tool integration
    * API keys with granular permissions
  </Accordion>
</AccordionGroup>

## Get started

Ready to create your first link? Follow our quickstart guide to get up and running.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/platform/quickstart">
    Create your first short link in under 5 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Integrate H0p into your applications with our REST API.
  </Card>
</CardGroup>

## Support

Need help? We're here for you:

* **Email**: [contact@h0p.co](mailto:contact@h0p.co)
* **Documentation**: Browse this documentation for guides and tutorials
