# LinkForty > LinkForty is an open-source mobile attribution and deep link management platform. It provides link creation, redirect routing, device fingerprinting, deferred deep linking, install attribution, click analytics, and event tracking. Available as a managed SaaS (Cloud) at linkforty.com or self-hosted via the `@linkforty/core` npm package. SDKs available for React Native, Expo, iOS (Swift), and Android (Kotlin). ## Getting Started - [Introduction](https://docs.linkforty.com/getting-started/introduction): Overview of LinkForty — what it does, Cloud vs Core, feature comparison - [Quick Start](https://docs.linkforty.com/getting-started/quick-start): Create your first deep link in under 5 minutes - [Cloud vs Self-Hosted](https://docs.linkforty.com/getting-started/cloud-vs-self-hosted): Choose between managed SaaS and self-hosting - [Self-Hosting Guide](https://docs.linkforty.com/getting-started/self-hosting): Deploy `@linkforty/core` on your own infrastructure ## SDKs - [React Native SDK](https://docs.linkforty.com/sdks/react-native): `@linkforty/mobile-sdk-react-native` — deep linking, attribution, event tracking for React Native apps - [Expo SDK](https://docs.linkforty.com/sdks/expo): `@linkforty/mobile-sdk-expo` — pure JavaScript SDK for Expo apps with offline event queue - [iOS SDK](https://docs.linkforty.com/sdks/ios): `LinkFortySDK` — native Swift SDK with Universal Links support (iOS 16+) - [Android SDK](https://docs.linkforty.com/sdks/android): `com.linkforty:sdk` — native Kotlin SDK with App Links support (API 26+) - [SDK Specification](https://docs.linkforty.com/sdks/sdk-specification): Canonical behavior spec for all SDK implementations ## API Reference - [Authentication](https://docs.linkforty.com/api/authentication): API key authentication via Bearer token - [Create Link](https://docs.linkforty.com/api/endpoints/links/create-link): POST /api/links — create a new deep link - [Get Link](https://docs.linkforty.com/api/endpoints/links/get-link): GET /api/links/:id — retrieve link details - [Update Link](https://docs.linkforty.com/api/endpoints/links/update-link): PUT /api/links/:id — modify an existing link - [Delete Link](https://docs.linkforty.com/api/endpoints/links/delete-link): DELETE /api/links/:id — remove a link - [Bulk Operations](https://docs.linkforty.com/api/endpoints/links/bulk-operations): Batch create, update, and delete links - [Link Analytics](https://docs.linkforty.com/api/endpoints/analytics/link-analytics): GET /api/analytics — clicks, devices, geography, trends - [Rate Limits](https://docs.linkforty.com/api/rate-limits): Request limits by subscription tier - [Errors](https://docs.linkforty.com/api/errors): Error codes and response formats ## Guides - [Creating Links](https://docs.linkforty.com/guides/links/creating-links): Dashboard and API link creation workflows - [Link Templates](https://docs.linkforty.com/guides/links/link-templates): Reusable templates with default settings - [UTM Parameters](https://docs.linkforty.com/guides/links/utm-parameters): Campaign tracking with UTM tags - [QR Codes](https://docs.linkforty.com/guides/links/qr-codes): Generate QR codes for links - [Deferred Deep Linking](https://docs.linkforty.com/guides/attribution/deferred-deep-linking): Route users to content after install - [SDK Integration](https://docs.linkforty.com/guides/attribution/sdk-integration): Step-by-step SDK setup - [Attribution Windows](https://docs.linkforty.com/guides/attribution/attribution-windows): Configure attribution time windows - [Webhooks](https://docs.linkforty.com/guides/advanced/webhooks): Real-time event notifications via HTTP - [Analytics Integrations](https://docs.linkforty.com/guides/advanced/integrations): Forward events to Segment, Mixpanel, Amplitude, PostHog, and GA4 (Cloud Pro+ only) - [MCP Server](https://docs.linkforty.com/guides/advanced/mcp-server): Connect Claude, Cursor, Claude Code, and other AI assistants to your workspace via 20 natural-language tools (HTTP or stdio transport) ## Optional - [What is Deep Linking](https://docs.linkforty.com/learn/what-is-deep-linking): Deep linking concepts explained - [What is Mobile Attribution](https://docs.linkforty.com/learn/what-is-mobile-attribution): Attribution concepts explained - [Universal Links vs App Links](https://docs.linkforty.com/learn/universal-links-vs-app-links): iOS vs Android deep link comparison - [Deferred Deep Linking Explained](https://docs.linkforty.com/learn/deferred-deep-linking-explained): How deferred deep linking works under the hood - [Attribution Without IDFA](https://docs.linkforty.com/tutorials/attribution-without-idfa): Privacy-first attribution after ATT - [Firebase Dynamic Links Migration](https://docs.linkforty.com/comparisons/firebase-dynamic-links-migration): Migrate from deprecated Firebase Dynamic Links - [AppsFlyer Migration](https://docs.linkforty.com/migrations/appsflyer): Migrate from AppsFlyer OneLink - [Branch Migration](https://docs.linkforty.com/migrations/branch): Migrate from Branch.io - [FAQ](https://docs.linkforty.com/faq): Frequently asked questions - [Glossary](https://docs.linkforty.com/reference/glossary): Mobile attribution terminology