> For the complete documentation index, see [llms.txt](https://bloody-network.gitbook.io/bloodynetwork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bloody-network.gitbook.io/bloodynetwork/documentation/undefined-1/10.md).

# 〚제 10조〛외부 처리 규정

#### 1항. 외부 영향 행위 \[협의 후 처벌]

다음 행위는 사건 규모와 피해에 따라 협의를 통해 처벌이 결정됩니다.

1. **타 서버에서 본 서버를 언급·비방하여 피해를 끼친 경우**
2. **타 서버에서 본 서버 주소를 무단 발설**한 경우
3. **타 서버 또는 외부 공간에서 본 서버의 명예를 훼손**한 경우
4. **본 서버와 무관하더라도 타 서버에 큰 피해**(테러·복사버그·법적 피해 등)를 입힌 경우 — 피해 서버와의 합의·조정을 통해 본 서버 이용제한이 결정됩니다.


---

# 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://bloody-network.gitbook.io/bloodynetwork/documentation/undefined-1/10.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.
