> 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/overview/monster/other.md).

# Other

## ・**Farm**

This is a base for raising Monsters. By using Coaches and items, you can enhance your Farm and make it easier to raise your Monsters. It can be expanded up to three times, and when participating in tournament battles with multiple Monsters, you need to expand your Farm and place your Monsters in each one.

Placing Farm NFTs will provide special effects for Monster development, but the strengthening effects through the Coach will be separate for each Farm.

## **・Fusion**

Through the process of fusion, a new monster can be created by combining two existing monsters. The main and sub monsters are selected during fusion, and the resulting monster is determined accordingly. The fused monster inherits some of the basic parameters and traits of its source monsters. Various effects can be achieved by utilizing specific items during the fusion process.

The fusion process can be initiated even if the monster still has remaining lifespan, but Monster Memory will not be available to obtain.

## **・**&#x43;rystallization

Crystals can be createed using monsters that have reached the end of their lifespan. Each crystal can be used only once to boost a single monster, resulting in an increase in basic parameters and acquisition of traits.

At the same time, Monster Memory is obtained.

## **・**&#x54;urn into a Coach

You can transform a Monster that has reached the end of its lifespan into a Coach, which can then be used to enhance each training at the Farm and apply a correction factor to the ability fluctuation.

At the same time, Monster Memory is obtained.

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