> For the complete documentation index, see [llms.txt](https://docs.spacetree.org/spacetree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spacetree.org/spacetree/getting-started/plans.md).

# Plans

#### Choosing Your Plan and Checkout

After setting up your ProQyz account, the next step is to choose the subscription plan that fits your needs and proceed to checkout.

**Selecting a Subscription Plan**

1. **Navigate to the Plan Section**: On your dashboard, click on the 'Plan' option from the sidebar menu to view the available subscription plans.
2. **Choose Your Plan**: Review the three subscription plans - Starter, Growth, and Unlimited.
   * **Starter**: Ideal for individuals or small teams just getting started.
   * **Growth**: Best for growing businesses that need more features and flexibility.
   * **Unlimited**: Comprehensive plan for large organisations with unlimited requirements.
3. **Review Plan Details**: Each plan comes with a clear set of features, for example:
   * ProQyz features for creating and sharing tests (all plans)
   * Unlimited Users and Test Uploading (all plans)
   * Full Zoom integration (Growth and Unlimited)
   * LearnDash and Elementor plugins (Growth and Unlimited)
   * Social Features and unlocked Wordpress plugins (Unlimited)
4. **Plan Pricing**: Plans are priced as follows:
   * Starter: US$299
   * Growth: US$499
   * Unlimited: US$899
5. **Select Your Plan**: Click on the plan of your choice, then click on the 'Checkout' button to proceed.

**Checkout Process**

1. **Review Order Summary**: Ensure that the selected plan and price are correct in the order summary.
2. **Enter Contact Information**: Provide your email address. This will be used for order confirmation and updates.
3. **Billing Address**: Fill in your billing address details. This should match the payment method you plan to use.
4. **Payment Options**: Choose your preferred payment method. If you encounter any issues, such as no payment methods being available, please contact customer support for assistance.
5. **Promotions**: If you have a coupon or discount code, click on 'Add a coupon' to apply it to your purchase.
6. **Complete Your Purchase**: Review the total amount to ensure all details are correct. Proceed by clicking on the payment button to finalise your purchase.

After completing these steps, you will have successfully subscribed to a ProQyz plan and can begin enjoying the full suite of features offered by the plugin. If you need more information or assistance at any point, click on the 'Help' link provided on the checkout page.


---

# 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.spacetree.org/spacetree/getting-started/plans.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.
