> For the complete documentation index, see [llms.txt](https://docs.remonster.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.remonster.world/japanese/overview/monster/other.md).

# Other

## ・**Farm**

Monsterを育てる拠点です。Coachや、アイテムを使用することでFarmを強化して育成を有利に運べるようになります。最大で3つにまで拡張することが可能で、複数のMonsterを大会に参加させるパーティー戦の場合、ファームを拡張してMonsterをそれぞれに配置する必要があります。

Farm NFTを配置すると育成に特殊な効果が発揮されますが、Coachによる強化状況はFarm毎に別々となります。

## **・Fusion**

Monsterを2体融合することで、新しいMonsterを生み出すことができます。融合時にベースとサブを設定し、生み出されるMonsterの候補が決定します。融合元Monsterの基本パラメーターや特性の一部を引き継ぎます。融合時にアイテムを使用することで特定の効果を発揮します。

寿命が残っていても融合素体に使えますが、Monster Memoryは入手できません。

## **・結晶化**

寿命を迎えたMonsterを消費して結晶を作成できます。1体のMonsterに1度だけ使用して強化可能です。基本パラメーターの上昇や、特性の獲得が発生します。

同時にMonster Memoryを入手します。

## **・Coach化**

寿命を迎えたMonsterをCoachに変化させ、Farmの各トレーニングを強化することで、パラメータ変動に補正がかかるようになります。

同時にMonster Memoryを入手します。

<br>


---

# 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://docs.remonster.world/japanese/overview/monster/other.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.
