> For the complete documentation index, see [llms.txt](https://welcome.diamc.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://welcome.diamc.kr/tutorial/rule.md).

# 서버 규칙

{% hint style="success" %}
**TIP:** 즐거운 서버를 만들어 나가기 위해서 규칙은 반드시 준수해 주세요!
{% endhint %}

## 기본 규칙

<mark style="color:red;">✘</mark> 욕설 금지

<mark style="color:red;">✘</mark> 비속어 금지

<mark style="color:red;">✘</mark> 반말 금지 (제한적 허용)

## 야생 규칙

<mark style="color:red;">✘</mark> 테러 금지

<mark style="color:red;">✘</mark> 약탈 금지

## 미니게임 규칙

<mark style="color:red;">✘</mark> 버그 악용 금지

{% hint style="info" %}
**TIP:** 상세한 규칙은 [다이아서버 웹사이트(diamc.kr/terms)](https://diamc.kr/terms#warn)에서 확인할 수 있습니다!
{% 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:

```
GET https://welcome.diamc.kr/tutorial/rule.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.
