# FAQ

> I can't connect to the server, what should I do?

{% hint style="success" %}
Solution: *If you are struggling to connect to the server, Please refer to the 'how do I join' section by clicking* [*here*](/dirkocraft/welcome.md)
{% endhint %}

> Someone is breaking the rules on the server! What should I do?

{% hint style="success" %}
Open a private support ticket via our discord server and let us know.\ <mark style="color:purple;">Our discord server can be reached by clicking the link above!</mark>
{% endhint %}

> Can I become a member of staff?

{% hint style="danger" %}
We are not looking to expand our team at this time.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://dirkocraft.gitbook.io/dirkocraft/server-info/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
