> For the complete documentation index, see [llms.txt](https://docs.inqud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inqud.com/crypto-recurring/get-started/step-3.-plan-setup.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inqud.com/crypto-recurring/get-started/step-3.-plan-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
