> For the complete documentation index, see [llms.txt](https://wiz-eternalcrypt.gitbook.io/jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiz-eternalcrypt.gitbook.io/jp/gmu/to.md).

# 石碑と石版

### 冒険者との別れ

一部の冒険者（レアリティがCommonなど）を除いて、冒険者とは、ふとした機会に別れを選択することもあるだろう。\
&#x20;別れにより、冒険者はパーティーから去るが、冒険者の石碑や紹介状を残す場合があるという。

### 冒険者の石碑

冒険者の石碑には、冒険者の戦闘の記録が刻まれているという。\
石碑を読み解くことにより、石版を得ることができると言われている。

### 石版

冒険者の石碑を読み解いた結果、手に入ると言われている。\
石版を読むことで、一部の冒険者はスキルを学習することができる。


---

# 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://wiz-eternalcrypt.gitbook.io/jp/gmu/to.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.
