> 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/troubleshooting/trouble-connecting.md).

# We're having some trouble connecting to your server

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

This error usually indicates that there is a network issue originating either on the server’s end or your end.

1. If the issue originates on the server’s end, all you can do is wait patiently until the node your server is running on becomes reachable again. There is no ETA for when this will happen, and all you can do is wait for it to be fixed automatically or manually.
2. If the issue originates on your machine, you can try using another browser or using your browser in incognito mode. If this does not fix the issue, it is usually related to a VPN causing conflicts with page loading. This is most likely the case if you are running on a premium node and no issues have been reported.

{% hint style="info" %}
Node transfers are only possible once the server is reachable again, only if there is still a reason for a transfer, and only if you are a premium user.
{% 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/troubleshooting/trouble-connecting.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.
