# Add Deep Links to Your App Ad
A *deep link* is a link that goes directly to a specific piece of content within your app. Without deep links, people have to search through your app for the content they are looking for. With deep linking, you send people directly to information they are interested in when they open your app for the first time.
Because the first landing point in your app is related to the idea that motivated a person to tap the ad, they are more likely to engage with the content of your app.
**Deep Link Example**
1. Your ad shows personalized content. For example, an offer for a vacation to San Francisco.
2. People click a deep link to download your app.
3. Because the link is a deep link, the app opens directly to the vacation to San Francisco.
## Prerequisites {#prerequisites}
Before you can use deep linking, you need the following:
* Enable Install Tracking
If you are implementing Deferred Deep Linking (optional) for [iOS](https://developers.facebook.com/documentation/app-ads/ios/deep-linking#deferred-deep-linking) or [Android](https://developers.facebook.com/documentation/app-ads/android/deep-linking#deferred-deep-linking) apps, you must use the Facebook SDK for [iOS](https://developers.facebook.com/documentation/ios) or [Android](https://developers.facebook.com/documentation/android).
**Note:** On iOS, deep linking works only with ads. As a result, you can't use deep linking with other things, like app invites.
You must enable [Advertiser ID collection](https://developers.facebook.com/documentation/app-events/getting-started-app-events-ios) for deferred deep linking to work.
## Next Steps
After you meet the prerequisites, use the following documentation to support deep links in your app:
- [Deep Link in Your Android Mobile App](https://developers.facebook.com/documentation/app-ads/android/deep-linking)
- [Deep Link in Your iOS Mobile App](https://developers.facebook.com/documentation/app-ads/ios/deep-linking)
## See Also {#see-also}
- [Product Deep Links](https://developers.facebook.com/documentation/ads-commerce/catalog/guides/product-deep-links)
- [Facebook App Ads](https://developers.facebook.com/documentation/app-ads)