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

# Introduction

> DeepLink helps you create, manage, and attribute mobile deep links and installs

DeepLink is a deep linking and attribution platform. Create short links that open your app on mobile, send users to the right in-app screen, and measure installs and clicks from campaigns.

## What you can do

* **Create deep links** — Build links that open your Android or iOS app (or fall back to web or app stores).
* **Attribute installs** — Track which links drove app installs using the Track Install API and optional Flutter SDK.
* **Manage links** — Use the [Dashboard](https://deeplink.in) to create links, set UTM parameters, and view analytics.

## How it works

1. You create an app in the DeepLink dashboard and configure your Android package name and/or iOS bundle ID.
2. You create links with a path (e.g. `/sale`) and destination URL. Each link can have UTM and platform-specific behavior (open app vs open URL).
3. When a user opens a link, DeepLink detects the device and either opens your app (with optional deferred deep link data) or sends them to the destination URL or app store.
4. When your app launches, call the **Track Install** API (or use the Flutter SDK) to record the install and receive attribution (e.g. UTM from the click).

## Docs overview

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Integrate the Flutter SDK and Track Install in under 5 minutes.
  </Card>

  <Card title="Flutter SDK" icon="mobile" href="/sdk/installation">
    Install and configure the SDK for Android and iOS.
  </Card>

  <Card title="Track Install API" icon="terminal" href="/api-reference/track-install">
    Record installs and get attribution via REST API.
  </Card>

  <Card title="Dashboard" icon="chart-line" href="https://deeplink.in/dashboard">
    Create links and view analytics.
  </Card>
</CardGroup>

## Next steps

<Card title="Quickstart" icon="bolt" href="/quickstart">
  Add the Flutter SDK and start tracking installs.
</Card>
