> For the complete documentation index, see [llms.txt](https://docs.productrentalspro.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.productrentalspro.com/user-guide/getting-started/onboarding/select-a-plan.md).

# Select a Plan

Once you've completed all the prior Onboarding steps, we recommend having a good play around with Product Rentals Pro. For example, put a couple of test orders through your store and take a look at the rentals created in Product Rentals Pro. You might also try [Creating a Rental Manually](/user-guide/managing-rentals/creating-a-rental-manually.md).

If you're happy with the app, then you'll soon need to select a plan, as the free trial only allows you to create 10 rentals **in total** (not per month).

Go to the Plans & Billing screen to see your options and start a paid subscription to Product Rentals Pro.

You can see an overview of the Plans available, features included, prices and usage limits at the guide below.

{% content-ref url="/pages/ziPMKqZW8BrRGoW8qqmo" %}
[Overview and Comparison of Plans](/user-guide/plans-and-billing/overview-and-comparison-of-plans.md)
{% endcontent-ref %}

Once you've decided on which Plan is right for your store, click the relevant "Choose \[Plan Name]" button and you'll be taken to Shopify's billing page, where you can start your subscription. Once you've approved the subscription, your Product Rentals Pro account will be upgraded to the selected Plan instantly.


---

# 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.productrentalspro.com/user-guide/getting-started/onboarding/select-a-plan.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.
