> 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/2.md).

# 〚제 2조〛운영진 정의 및 규정

#### 1항. 운영진의 역할

운영진(스태프)은 블러디 네트워크의 질서를 유지하고 쾌적한 서비스 환경을 제공하기 위해 임명된 인력입니다.

#### 2항. 직책 분류

| 직책      | 약칭            | 역할                |
| ------- | ------------- | ----------------- |
| 대표      | Owner         | 서버 총괄, 최종 판단      |
| 관리자     | OP            | 서버 운영 및 처벌 집행     |
| 유저관리자   | User Manager  | 신고 접수 및 1차 처리     |
| 서브관리자   | Sub Manager   | 보조 운영             |
| **보안팀** | Security Team | 핵·치팅 검거 및 모니터링    |
| 스태프     | Staff         | 일반 운영 인력          |
| 개발자     | Developer     | 시스템 개발 (외주 또는 상주) |

#### 3항. 운영진의 의무

1. 모든 운영진은 처벌 집행 시 **증거 자료를 확보 및 보관**할 의무가 있습니다. 재검토 시 증거를 제출하지 못하는 경우 해당 처분은 기각되며, 피해 유저에게는 보상 규정에 따라 보상이 지급됩니다.
2. 유저관리자는 모든 처리 시 본 규정에 근거하여 일관되게 처리해야 하며, 실수로 인한 사건이 빈발할 경우 해당 운영진도 처벌 대상이 됩니다.
3. 운영진의 권한은 오직 서버 관리 및 규정에 근거한 질서 유지에만 사용되어야 합니다. 사적 목적의 권한 남용 시 매우 강력한 처벌을 받습니다.
4. 운영진은 일반 이용자보다 큰 권한을 지니므로, 서버 내·외를 불문하고 항상 책임감 있는 인품과 인성을 유지해야 합니다.
5. 운영진의 타 서버 이중 소속은 회사 대표의 사전 허가 없이는 불가하며, 적발 시 자격 박탈됩니다.

#### 4항. 운영진 보수

| 직책            | 보수 형태                |
| ------------- | -------------------- |
| 보안팀, 유저/서브관리자 | 격주(2주) 단위 인게임 재화 지급  |
| 스태프           | 활동량 및 성과 기반 보너스 페이   |
| 개발자           | 작업 규모 및 분량에 따른 건별 정산 |


---

# 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/2.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.
