> 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/guides/the-new-panel.md).

# The new Panel

### Changes from legacy (old) to new panel

> **Important Note:** the two panels are currently separate and don't depend on each other.

* Removal of coins system, renews no longer need them
* New and better Interface
* All-in-one panel, no longer need to login in 2 pages
* New backups system: stored on the platform and persist even if the server is deleted
* Deployments assigned to projects
* Environment variables tab
* More clear instructions for SFTP, databases, backups, etc.
* Assigned ports can be managed directly in the panel
* Added Database deployments
* Improvements to Server Creation
* You can pay for plans with Card and Crypto ([supported payments](https://nowpayments.io/supported-coins)) in the website + PayPal in a ticket
* Updated packages section, more user friendly and easy to use interface
* & More!

### Migrate to new panel

{% hint style="info" %}
Migration can be manually done and thats just for servers, not coins. The new panel doesnt have any coins
{% endhint %}

There is no set date on when the legacy panel will be removed yet, updates will be posted here and in the Discord Server.

If you don't have your files saved in your device, a git repository, a cloud storage or somewhere else (which is recommended), select them in the control panel page for your server, archive and download them.

Create an Account in the new panel ( [Create an Account](/bot-hosting.net/guides/create-an-account.md) ), [Create a Server](/bot-hosting.net/guides/create-a-server.md) and [Set it Up](/bot-hosting.net/guides/set-up-a-server.md).


---

# 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/guides/the-new-panel.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.
