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

# Subscription plans

We offer 3 subscription plans: Free, Basic and Pro, each providing different features and benefits to suit the needs of our users.

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

* **Free**: 100+ sections, 2 templates, live chat.
* **Basic**: 855 sections, 180 templates, live chat.
* **Pro**: All sections, all templates (67 templates), page builder, unlimited published pages, live chat.

<details>

<summary><strong>How does the 7-day free trial work?</strong></summary>

When you start the free 7-day trial, you'll have full access to all features in the plan. If you're not satisfied, simply cancel within the 7 days—completely free of charge.

</details>

<details>

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

Yes, you can cancel your subscription or change your plan at any time.

</details>

<details>

<summary><strong>How do I cancel my free trial?</strong></summary>

To cancel the free trial, you just need to downgrade to the free plan.

</details>

<details>

<summary><strong>What happens if I downgrade to a lower plan?</strong></summary>

When you downgrade to a lower plan, templates from that higher plan will no longer be usable until you upgrade again.

</details>


---

# 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.smind.io/in-app/subscription-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.
