# Select a plan

Pallet offers two subscription plans designed to fit businesses of all sizes. Both plans include a 14-day free trial, so you can test the app risk-free before committing.

|                                      | Basic     | Unlimited |
| ------------------------------------ | --------- | --------- |
| **Price**                            | $19/month | $29/month |
| **Storefront rules**                 | Up to 3   | Unlimited |
| **Adjust pricing based on customer** | ✓         | ✓         |
| **Free trial**                       | 14 days   | 14 days   |

### Frequently Asked Questions

<details>

<summary>What's a storefront rule?</summary>

A storefront rule is any rule setup in Pallet to adjust your stores design or functionality. For example, "Give all customers tagged 'wholesale' a 15% discount" is one rule and "Give all customers tagged 'VIP' 20% would count as a second rule.

</details>

<details>

<summary>Can I switch plans at any time?</summary>

Yes! You can upgrade or downgrade your plan at any time from the Billing page in the Pallet app. Changes take effect on your next billing cycle, and you'll be credited for any unused time on your current plan.

</details>

<details>

<summary>Is there a free trial?</summary>

Yes! All plans come with a 14-day free trial. You won't be charged until the trial period ends, and you can cancel anytime during the trial with no charge.

</details>

<details>

<summary>What happens if I reach my rule limit on the Basic plan?</summary>

If you reach the 3-rule limit on the Basic plan, you won't be able to create additional rules until you either:

* Delete an existing rule to make room for a new one
* Upgrade to the Unlimited plan

Your existing rules will continue to work normally.

</details>

<details>

<summary>Can I cancel my subscription?</summary>

Yes, you can cancel your subscription at any time from the Billing page. Your pricing rules will remain active until the end of your current billing period. After that, customer-specific pricing will stop working.

</details>


---

# 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.brickspacelab.com/pallet/getting-started/selecting-a-subscription-plan.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.
