> For the complete documentation index, see [llms.txt](https://docs.trickys.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trickys.gg/rules.md).

# Rules

<details>

<summary><i class="fa-discord">:discord:</i> Discord Rules &#x26; Information</summary>

These are rules that apply directly to discord servers within our community.\
\
1\. This is an English server, please keep it that way.\
2\. Respect everyone. Do not antagonise/harass others or create a hostile environment.\
3\. NSFW content is not allowed.\
4\. No self-advertising without permission.\
5\. Malicious or exploitative use of alternate discord accounts will be met with proper punishments.\
6\. Use common sense, your account is responsible for anything posted by it.\
7\. Listen to the [moderation team](https://trickys.gg/staffteam), even if what they are saying is not explicitly in the rules.\
\
All of the above rules apply to text channels & voice chats.\
Certain channels may have their own rules and uses in their descriptions, make sure to read it before posting. The rules are applied at the discretion of the moderation staff. If you have an issue with the way a moderator acts, please make a support ticket at <https://support.trickys.gg>.\
\
If you have any questions regarding the rules, please feel free to ask anyone from the moderation team. If there is an emergency and you need a moderator immediately, you can ping the @Staff role. This is for emergency use only and not to be joked around with. Discord's [Guidelines](https://discord.com/guidelines) & [Terms of Service](https://discord.com/terms) always apply.

</details>

<details>

<summary><i class="fa-truck">:truck:</i> ETS/ATS Server Rules</summary>

All up-to-date company rules can be viewed in [Trucksbook](https://trucksbook.eu/company/125046).

</details>

<details>

<summary><i class="fa-tractor">:tractor:</i> FS25 Server Rules</summary>

[Click Here](/games/farming-sim-25/rules.md) to view the FS25 Rules. (managed by the FS25 Game Manager)

</details>

<details>

<summary><i class="fa-pickaxe">:pickaxe:</i> Minecraft Server Rules</summary>

[Click Here](/games/minecraft/rules.md) to view the Minecraft Rules. (managed by the MC Game Manager)

</details>

<details>

<summary><i class="fa-user-astronaut">:user-astronaut:</i> KSP Server Rules</summary>

[Click Here](/games/kerbal-space-program/rules.md) to view the KSP Rules. (managed by the KSP Game Manager)

</details>

<details>

<summary><i class="fa-car">:car:</i> BeamMP Server Rules</summary>

Do not grief/intentionally ruin the fun of gameplay for other users.

</details>

<details>

<summary><i class="fa-taxi">:taxi:</i> MotorTown Server Rules</summary>

[Click Here](/games/motortown/rules.md) to view the CC2 Rules. (managed by the MT Game Manager)

</details>

<details>

<summary><i class="fa-jet-fighter">:jet-fighter:</i> WarThunder Rules</summary>

[Click Here](/games/war-thunder/event-rules.md) to view the War Thunder Rules. (managed by the WT Game Manager)

</details>


---

# 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://docs.trickys.gg/rules.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.
