{"section":"tutorials","requestedLocale":"en","requestedSlug":"creating-a-subscription-plan","locale":"en","slug":"creating-a-subscription-plan","path":"docs/en/tutorials/subscriptions/creating-a-subscription-plan.md","branch":"main","content":"To offer **subscription plans** to your customers, you need to install the Subscriptions app and make the necessary configurations. For more information about this process, see our article [How to configure Subscriptions in your store](/en/docs/tutorials/how-to-configure-subscriptions).\n\nOnce the app has been set up, you must create subscription plans for your customers and associate products with these plans. The Plans feature indicates for which products the Subscriptions option is active and the available subscription frequencies.\n\nThere are two possible ways to create a subscription plan. The **most recommended** is to create a [new plan directly from the Subscriptions module](#new-plan-in-the-subscriptions-module) in the Admin.\n\nAnother possibility is to create a [SKU attachment related to the subscription in the Catalog](#sku-attachment-in-the-catalog) module. SKU attachments are equivalent to subscription plans.\n\n> ⚠️ For this reason, you should **not** create both. Otherwise, the plan will be duplicated.\n\n## Creating a new plan in the Subscriptions module\n\nCreating a new plan in the **Subscriptions** module is the most recommended option, as it centralizes the experience in a single module of the VTEX platform. You can do it by following the steps below:\n\n1. In the **Subscriptions** module, go to the **Plans** page.\n2. Click on the `New Plan` button.\n3. Fill in the information required in the [Settings](#settings) tab.\n4. Click on the [Associated Products](#associated-products) tab and select the products you want to associate with the subscription plan.\n5. Click on `Save`.\n\n> ⚠️ By default, plans are saved as active, even if they do not have any associated products. Plans that do not have associated products are not available as an option for customers.\n\n### Settings\n\nIn the **Settings** tab, please fill in the following fields.\n\n#### Identification\n\n* **Name**: enter a name for the new subscription plan.\n* **ID:** this field is automatically filled in with an identifier for the subscription plan following the format `vtex.subscription.{name}`. The system fills in the `{name}` with the plan name entered in the **Name** field.\n\n#### Allowed frequencies\n\nIn this section, click on the `Add frequency` button to create a periodicity for the subscription. The value entered in this section will be displayed for the customer to choose how often they want to purchase that product.\n\nYou can offer the options to create orders daily, weekly, monthly or annually, depending on your business strategy.\n\nFill in the fields below to configure the frequency.\n\n   * **Select frequency**: choose one of the options (Day, Week, Month or Year).\n   * **Run every**: set the number of days, weeks, months or years for the subscription cycle.\n       For example, if you want to give the option of subscribing to a product on a daily basis, select the frequency **Day** and then **1 day**. If you want to give the option of subscribing to a product every two weeks, select **Week** and then **2 weeks**.\n\nTo save the frequency you have added, click on the `Add` button.\n\nTo delete a previously created frequency, click on the <i class=\"far fa-trash-alt\"></i> button.\n\nYou can provide multiple frequency options on the same plan. In this case, you should click the `Add frequency` button again and repeat the process by filling in the fields with the new frequency information. This way, customers can choose the frequency they prefer.\n\n> ⚠️ You cannot assign a validity period to the subscription plan in the **Subscriptions** module. Only subscription plans configured as SKU attachments in the **Catalog** module can have validity periods configured.\n\n### Associated Products\n\nThe **Associated Products** tab displays a list of all Products and SKUs in your store and allows you to select the ones you want to associate with the subscription plan. On this tab, you can navigate between the categories **All** and **Associated**.\n\nIn the category **All**, you can see all the products and SKUs in your store's catalog. To search for a specific product or SKU, enter its ID in the search bar.\n\nThe list of products and SKUs contains the following columns:\n\n* **Image**: the image added to the product or SKU.\n* **Product:** name of the product.\n    * **Id**: number that corresponds to the product ID.\n    * **SkuId**: number that corresponds to the SKU ID.\n* **Brand**: the product’s brand name.\n* **Category**: the product’s category name.\n\nOn this page, you can perform the following actions:\n\n* **Select**: by clicking on the <i class=\"far fa-square\"></i> in the row of each product, you can select products or SKUs individually. Another option is to click on the first <i class=\"far fa-square\"></i> and select all the products and SKUs displayed on the page to add them to the subscription plan, as illustrated in the example below.\n\n![selecionarskus EN](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/subscriptions/subscription-guides/creating-a-subscription-plan_1.gif)\n\n* <i class=\"fas fa-chevron-down\"></i> __button__: displays the SKUs, i.e., product variations.\n* **Add**: click on this button to add products or SKUs to the subscription plan.\n* **Remove**: click on this button to remove products or SKUs from the subscription plan.\n\nProducts added to the subscription plan are displayed in the **Associated** list, where it is possible to remove them from the plan individually or in bulk.\n\nTo navigate between pages in both lists, use the <i class=\"fas fa-chevron-left\"></i> and <i class=\"fas fa-chevron-right\"></i> arrows in the lower right corner of the page.\n\n## Alternative path: configuring a SKU attachment in the Catalog\n\nCreating a SKU attachment is an alternative option equivalent to creating a subscription plan. The attachment indicates that the Subscription feature is active for a given SKU, and which frequencies are available.\n\nWe recommend using the path described above to create a plan directly in the Subscriptions module. However, if you opt to do it via SKU attachment, follow the steps described in the article [How to create a subscription attachment](/en/docs/tutorials/how-to-create-a-subscription-attachment-via-the-catalog-module).\n\n## Learn more\n\n* [Subscription plans](/en/docs/tutorials/subscription-plans)"}