> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/start-here/getting-started-video-series/billing-video.md).

# Billing Video

If you’re ready to upgrade your Order Desk store, watch this video to answer any questions you may have about how the billing plans work, especially with multiple stores on a single account.

{% embed url="<https://player.vimeo.com/video/604146955?dnt=1&amp;app_id=122963>" %}

<a href="/pages/5gYe0UeyIZZStl6Fpw30" class="button secondary" data-icon="arrow-left-long">Previous video</a>

> **IMPORTANT**
>
> The pricing in this video is not up to date. For more information on our current prices, please refer to our [Pricing](https://www.orderdesk.com/pricing/) outline.

### FAQ

**Can I try Order Desk for free before paying?**

Yes! When you first sign up for Order Desk, you will have a 30 day free demo period to trial the app and all of its features. At the end of the 30 day period, you can choose a plan and upgrade if you want to continue using the app, or you can let your store lock itself.

**I already set up my store but I need to wait awhile before I can upgrade. Will I lose all of my work?**

If your store locks, everything will be saved and available again when you are ready to upgrade.

**Why did I get charged for all of these orders?**

Every order in Order Desk, whether it splits, is duplicated, is copied into another store or is unfulfilled, counts towards the per-order fee. The pricing plans are set up so that each Order Desk store is accountable for its usage of the app, including the amount of orders that are being stored and processed in the app.

**Why did my bill this month include orders from last month?**

Billing plans for Order Desk cover two fees: one for the monthly subscription and one for the number of orders in your store. Since the number of orders that are added to Order Desk cannot be determined in advance, your bill will include the monthly fee for the upcoming month and the per-order fee from the previous month.

**Do I have to pay extra for each integration?**

With the exception of the Starter plan, which only allows 3 integrations, you can enable and use as many integrations as you need on an Order Desk store at no additional cost.

**How do I delete my Order Desk store?**

If you would like to delete your store, follow the steps [in this guide](/guided-walkthroughs/using-order-desk/how-to-delete-a-store.md) to schedule deletion.


---

# 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://help.orderdesk.com/start-here/getting-started-video-series/billing-video.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.
