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

# 환영합니다

> 위키 좌측 메뉴를 통해 접속 방법 및 서버 정보를 확인할 수 있으며, 상단 메뉴를 통하여 다양한 메뉴와 정보에 접근할 수 있습니다.

### 서버 역사 및 소개

{% hint style="info" %}
블러디 네트워크는 2012년 1.5.2를 시작으로 13년의 역사를 가진 한국 대규모 네트워크 입니다

PVP와 마인팜을 주 장르로 개발되어 보다 경험이 많고 전문적인 인력을 바탕으로 개발 및 운영되고있습니다

1. 마인팜을 통해 친구들과 자신만의 농장을 꾸리고 함께 성장해보세요!
2. 광산에서 곡괭이를 업그레이드하고 이스터에그를 찾아 전설의 곡괭이를 제작해보세요!
3. 진급을 통해 더욱 강해지고 친구들과 팀을 결성해보세요!
4. 필드에서 여러 지역을 탐험하고 그 과정에서 PVP와 전쟁을 즐겨보세요!
   {% 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, and the optional `goal` query parameter:

```
GET https://bloody-network.gitbook.io/bloodynetwork/readme.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.
