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

# 확률성 요소

{% hint style="info" %}
서버 내에서 랜덤박스와 더불어 여러 확률적인 컨텐츠가 제공되고있습니다.

각 요소에 대한 확률 정보를 해당 페이지에서 제공합니다.

(게임 산업 진흥에 관한 법률 시행령 제 19조의 2 및 개정법 제 33조의 2에 의거)
{% endhint %}

### 랜덤박스

> 블러디 네트워크의 모든 랜덤박스에는 아이템 설명 (Lore)를 통해 등장 확률을 명시하고있습니다.
>
> 각 항목에 따른 확률을 인 게임에서 확인할 수 있습니다.


---

# 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/undefined-1.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.
