> 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/premium.md).

# Premium Support & Nodes

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

*If you buy a pack worth **$3 or more** using one of the methods listed in the* [*Payment Guide*](/bot-hosting.net/faqs-and-information/payment-guide.md)*, you get access to Premium Nodes and Premium Support. This payment is **not** monthly or yearly. Buying one qualifying pack is enough to keep premium node access and support permanently.*

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

#### **What does Premium Support mean?** <a href="#premium-nodes" id="premium-nodes"></a>

*Your tickets will be answered faster by the Support Team or Developers.*

`Please note:` this **does not** mean you will get an instant solution or a reply to every ticket. We still have a queue, and Support Team members cannot handle **server-side requests**. In those cases, you **need to wait for a developer**.

#### **What does Premium Node Access mean?** <a href="#premium-nodes" id="premium-nodes"></a>

*Your **new** servers will be deployed on Premium nodes, which offer higher stability. You can find more information* [*here*](/bot-hosting.net/faqs-and-information/nodes-ip-and-information.md)*.*

`Please note:` if you want to move servers that you created before buying the pack, you need to open a support ticket in our Discord Support Server and wait for a developer to transfer them.


---

# 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/premium.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.
