> For the complete documentation index, see [llms.txt](https://dorm.katsito.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dorm.katsito.xyz/en-coc-k.md).

# EN-COC(k)

## ZzzzDorm Community Code of Conduct

Welcome to **ZzzzDorm**!

ZzzzDorm is a community open to everyone, regardless of interests, experience, or background. Our goal is to provide a safe, respectful, and enjoyable environment where members can chat, collaborate, share projects, make friends, and have fun together.

By participating in the community, you agree to follow the rules below.

***

## Community Rules

### Rule 1: Follow Discord's Terms of Service

All members must comply with Discord's Terms of Service and Community Guidelines. Any violation of Discord's rules may result in removal from the community.

### Rule 2: Be Respectful

Treat everyone with respect. Harassment, discrimination, bullying, hate speech, racism, sexism, homophobia, transphobia, or personal attacks are not tolerated.

Respect different opinions even if you disagree with them.

### Rule 3: No NSFW or Graphic Content

Do not post or share pornography, nudity, gore, explicit sexual content, or any other inappropriate material.

Usernames, avatars, bios, and custom statuses must also remain appropriate.

### Rule 4: No Spam

Avoid flooding channels, excessive CAPS, repeated messages, mass mentions, emoji spam, or disruptive behavior.

### Rule 5: Keep Conversations Civil

Healthy discussions and debates are welcome, but arguments that become hostile or disruptive are not.

If staff ask everyone to move on from a discussion, please do so.

### Rule 6: No Misinformation

Do not intentionally spread false information, impersonate others, scam members, or mislead the community.

### Rule 7: Use Channels Correctly

Please keep discussions in their appropriate channels to help keep the server organized.

### Rule 8: Advertising

Advertising personal servers, products, social media, or communities is only allowed in channels where it is explicitly permitted.

Scams, NFT promotions, malicious software, and deceptive advertisements are prohibited.

### Rule 9: Respect Privacy

Do not share personal information about yourself or others without permission.

Doxxing, stalking, or leaking private conversations is strictly forbidden.

### Rule 10: Safe Content

If you post content containing flashing lights, loud audio, disturbing imagery, or anything that could negatively affect other users, include an appropriate warning.

### Rule 11: Voice Channels

Keep background noise to a minimum.

Avoid microphone spam, soundboards, screaming, or intentionally disrupting voice conversations.

### Rule 12: No Illegal Content

Do not share pirated software, malware, stolen content, exploits intended for abuse, or anything illegal.

***

## Staff

Our moderators are here to keep the community welcoming for everyone.

Please respect their decisions. If you disagree with a moderation action, calmly contact the staff team or submit an appeal if one is available.

***

## Changes

These rules may be updated over time. Major changes will be announced in the community announcement channel.

***

## Have Fun!

The purpose of ZzzzDorm is to build a friendly community where everyone feels welcome.

Be respectful, help others when you can, and enjoy your stay 💜


---

# 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://dorm.katsito.xyz/en-coc-k.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.
