> For the complete documentation index, see [llms.txt](https://docs.sensebot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sensebot.xyz/purchasing-a-plan.md).

# Purchasing a Plan

Once you are ready to purchase a plan, click one of the buttons in the `💳 ┃sense-billing` channel.&#x20;

**Purchasing Lite:** \
**-** Click the "Purchase Lite" button\
\- Click the **"**&#x43;lick here to Purchase Lite" button, which will take you to our store.\
\- Fill in your payment information, and add your promo code if you have one. \
\- Once your payment has processed, Lite will be automatically applied to your server.&#x20;

**Purchasing Pro:**\
**-** Click the "Purchase Pro" button \
**-** Click the "Click here to Purchase Pro" button, which will take you to our store. \
\- Fill in your payment information, and add your promo code if you have one.  \
\- Once your payment has processed, return to your server and click the green "Activate Pro" button. \
\- Read the message sent by the bot, and click "CONFIRM" once you are ready. This will delete your existing "get-alerts" channel and a new one will be created with an embed supporting SMS messages. \
\- You may need to move the new "get-alerts" channel, make sure you select the "Keep Current Permissions" option when prompted.&#x20;

**Cancelling your plan:** \
\- If you would like to cancel your plan, simply click the "Manage Plan" button and cancel your subscription in the online dashboard. \
\- You can also cancel your plan quickly by selecting the alternate plan button, which will show you a red "cancel plan" button. You will need to do this when upgrading from 'Lite'.


---

# 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.sensebot.xyz/purchasing-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.
