> For the complete documentation index, see [llms.txt](https://help.undoapp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.undoapp.io/getting-started/switching-to-a-paid-plan-to-accommodate-all-products.md).

# Switching to a paid plan to accommodate all products

Undo has 4 different pricing tiers:

* Starter
* Professional
* Plus
* Enterprise

When you first install Undo, you are automatically placed in the Starter tier, so you are able to explore Undo using our free 14-day trial and what it offers.&#x20;

The Starter plan doesn't cover all features and also comes with a limit of 100 products, so the initial baseline will only cover up to that. At any time, you can upgrade to accommodate additional products and features.

Please see [www.undoapp.io](https://www.undoapp.io/#pricing) for the details and limits of each plan.

To upgrade to a paid plan, click the Settings link in the footer from the Undo dashboard and select the plan relevant to your business:

<figure><img src="/files/u2cTb17HIwqU3vanlL5X" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** you need to be the store owner and have a credit card on file with Shopify to install Undo
{% endhint %}


---

# 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://help.undoapp.io/getting-started/switching-to-a-paid-plan-to-accommodate-all-products.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.
