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

# How to Write a Support Request

*How quickly and effectively we can help with problems and questions depends heavily on **how you write your support requests.***\
\
\&#xNAN;*The more complete the information you provide, the fewer questions we need to ask and the faster we can find a solution for your issue. Imagine you are the one trying to help.*\
\
\&#xNAN;*Ask the question in a way that you would want to read it.*

What we recommend you do:

* **Run your server** before asking if it can work. *(Errors are often very useful for pinpointing the issue.)*
* Explain what you tried to do to fix the problem.
* **Read** the error and the responses you are given.
* **Post your full error.** *(Provide the context you are working in.)*
* Actively participate in the troubleshooting process. *(Do not expect people to fix the issue for you.)*
* **Check your information.** If you are not entirely sure about something, please refrain from including it in the problem description.
* **Research keywords** you do not understand before asking what they mean. *(Come back and ask if you cannot find them.)*
* **Staff is here to help you.** If you believe that you know the issue better than support, you can feel free to investigate it yourself.

`Important note:` We do not have anything like "forwarding" to another supporter here. Every staff member has experience with the issues they are helping you with, and if they do not know the issue, they will simply forward the ticket to another staff member. Because of that, we do not allow requests to change the person helping you.

{% hint style="warning" %}
The Support Team can refuse to help you if your request does not meet these requirements or lacks enough information for us to help you.
{% 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/ask-support.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.
