# Recurring Subscription

To set up recurring subscriptions for your services, follow these steps:

1. **Create a Product:**

   * Go to the Products section and open the [Product page](https://dashboard.copperx.io/products).
   * Click the "**Add Product**" button.
   * Choose "**Recurring**" as the pricing type.
   * Set the recurring interval according to your needs, such as monthly, quarterly, semi-annually, or annually.
   * After creating the product, proceed to the next step.<br>

   <figure><img src="/files/YtsFP3oqNOwKHIwBnUaQ" alt="" width="375"><figcaption></figcaption></figure>
2. **Generate a Recurring Payment Link**:

   * In the [Payment links](https://dashboard.copperx.io/payment-links) page, click on [Create payment link](https://dashboard.copperx.io/payment-links/create).
   * Choose **Subscription** under  "Choose link type" option.
   * You will then see the "Choose Plan" option, which displays all the recurring plans you created in step 1.
   * Once the payment link is configured, your recurring payment link is ready.

   <figure><img src="/files/SLZ0vTkCTCWR010Gn8f1" alt=""><figcaption></figcaption></figure>
3. **Start the Recurring Subscription:**
   * After the payment is completed via the link, you can view the recurring subscription details on the [Subscription page](https://dashboard.copperx.io/billing/subscriptions) under Billing.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.copperx.io/no-code-tools/recurring-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
