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

# Payment Guide

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

You can buy coins using these official payment methods:

* `Credit/Debit Card (Stripe):` Buy the coins on our website, then complete the payment through the Stripe checkout link.
* `PayPal:` [Open a ticket in the Discord Support Server](https://discord.com/channels/884145104401608735/938440875212685442), select `PAYMENT`, then `PayPal`, and choose or enter the amount. **Minimum: $5**.
* `Crypto:` [Open a ticket in the Discord Support Server](https://discord.com/channels/884145104401608735/938440875212685442), select `PAYMENT`, then `Crypto`, and choose or enter the amount. **Supported currencies:** Litecoin (`LTC`) and Bitcoin (`BTC`).

### Notes

* If someone else is paying for you on the website, send them the Stripe checkout link.
* If you are paying for someone else with PayPal or crypto, include the Discord user ID of the person who should receive the coins when you open the ticket.

{% hint style="success" %}
You can check the benefits of the pack you are buying directly on the bot-hosting website [here](https://bot-hosting.net/panel/earn).
{% endhint %}


---

# 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/payment-guide.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.
