# Step 3. Plan setup

In this step, you will set up the plans that define how you charge your users for the services or products they subscribe to. Proper plan setup is crucial for managing your subscription and on-demand payment processes effectively.

### **Types of Plans**

* **On-demand Plans**
  * These plans allow for flexible, user-initiated payments as needed.
  * Suitable for services that do not require regular billing cycles.
* **Subscription Plans**
  * These plans handle recurring payments at regular intervals (e.g., daily, weekly, monthly).
  * Ideal for services that require consistent billing cycles, such as memberships or SaaS products.

### Setting Up a Plan

1. Navigate to the "Recurring" -> "Projects" menu and select the desired project.
2. Go to the "Plans" section.
3. Click "Add new plan".
4. In the opened modal window fill all necessary fields.
5. Click "Add plan".

You can now see a new plan added to "Plans" section.

<figure><img src="/files/0gdleQ5tAua2VTpsy2sa" alt=""><figcaption></figcaption></figure>

To know more about plans please visit the following page:

{% content-ref url="/pages/ZyHwkRbonqS61xDcjF0P" %}
[Plan](/crypto-recurring/explore/plan.md)
{% endcontent-ref %}


---

# 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.inqud.com/crypto-recurring/get-started/step-3.-plan-setup.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.
