Admin link extensions replace both admin links and bulk action links, which were previously created from the Extensions section of your app's [Partners Dashboard](https://partners.shopify.com/). Admin link extensions let you access the same functionality as admin links and bulk action links, but also give you the opportunity to localize links for users, let you manage links in your app's source control system, and manage their deployment with the Shopify CLI. This tutorial will guide you through migrating from admin links and bulk action links to admin link extensions. ## Requirements Before starting this tutorial you'll need: * An existing Shopify app * Admin links or bulk action links that were previously created on the [Shopify Partners dashboard](https://partners.shopify.com) * An upgraded [Shopify CLI on version 3.71 or higher](/docs/api/shopify-cli#upgrade) ## What you'll learn In this tutorial, you'll learn how to do the following tasks: * Use the CLI to migrate your existing admin and bulk action links * Verify the correct configuration for your admin link extensions * Test your link extension's functionality with the CLI * Deploy your extension to all stores that have your app installed ## Step 1: Import existing extensions To import your existing link extensions from the Partners dashboard you can run the following command.

When prompted, select `admin links` and continue. Once the import is finished, your link extensions will be created as new directories in your app's `extensions` directory. To validate the extensions, you can inspect the `shopify.extension.toml` file in each of the extension directory. ## Step 2: Deploy your link extensions You can finish the migration by [deploying a new app version](/docs/apps/launch/deployment/deploy-app-versions). This will remove the existing management from the Partners dashboard so you can manage these extensions as part of your app's source code.

Releasing an app version replaces the current active version that's served to stores that have your app installed. It might take several minutes for app users to be upgraded to the new version. If you want to edit the extensions or add localization, follow the instructions for modifying link extensions found in the [tutorial on creating admin link extensions](/docs/apps/build/admin/admin-links/create-admin-links#step-2-modify-the-link-extension-toml).