# Creating Plans

You can create as many plans as you want in the Dashboard (after creating Subscription product):

<figure><img src="/files/QKFkIP9f72sLIQ9nPckn" alt=""><figcaption><p>Create as many plans as you want</p></figcaption></figure>

This will mean 2 things:

* You and the customer will be able to downgrade/upgrade their plans in the Dashboard/Management Portal
* During checkout, customers will be able to switch to other plans if they were to decide to subscribe to an alternative variant

<figure><img src="/files/tkIBc5sclrtBoJIippLO" alt=""><figcaption><p>When deciding to pay for the product, customers can switch between plans</p></figcaption></figure>


---

# 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://help.fungies.io/for-saas-developers/creating-plans.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.
