> For the complete documentation index, see [llms.txt](https://bothosting-net.gitbook.io/bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothosting-net.gitbook.io/bot-hosting.net/faqs-and-information/server-plans.md).

# Available Server Plans

{% hint style="info" %}
Legacy Panel guide
{% endhint %}

Choose a plan based on your bot's resource usage and billing preference.

### Plans

| Plan          | CPU  | RAM     | Storage | Coins                 | Subscription  |
| ------------- | ---- | ------- | ------- | --------------------- | ------------- |
| **Starter**   | 20%  | 256 MB  | 1024 MB | 10/week or 40/month   | Not available |
| **Starter+**  | 25%  | 512 MB  | 2048 MB | 25/week or 100/month  | $1/month      |
| **Advanced**  | 50%  | 1024 MB | 3072 MB | 50/week or 200/month  | $1.75/month   |
| **Advanced+** | 100% | 2048 MB | 4096 MB | 95/week or 380/month  | $3.50/month   |
| **Pro**       | 150% | 4096 MB | 6124 MB | 150/week or 600/month | $5.20/month   |
| **Pro+**      | 200% | 6144 MB | 6124 MB | 225/week or 900/month | $7.90/month   |

### What every plan includes

Every server includes:

* 1 database
* 1 backup slot

The database is hosted separately from your server machine.

### How billing works

* Coin billing is available weekly or monthly.
* Subscription pricing is monthly.
* The `Starter` plan is only available with coin billing.

### Resource notes

* At startup, CPU usage can briefly reach the allocated limit or go slightly above it. This is expected.
* If RAM reaches its limit, reduce memory usage or upgrade your plan.

### Custom plans

If you need more resources than the listed plans, open a support ticket and request a custom plan. An admin needs to set it up.


---

# 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://bothosting-net.gitbook.io/bot-hosting.net/faqs-and-information/server-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.
