# Monster Association

The Monster Association provides many functions related to Monsters.

<figure><img src="/files/qH5bw1LLea2ru3cDqfob" alt=""><figcaption></figcaption></figure>

1. Regeneration: Generate a Monster from an NFT.
2. Fusion: Generate a new Monster from two existing Monsters.
3. Coach: Convert a Monster that has reached its lifespan into a Coach (used to enhance the Farm).
4. Crystallization: Convert a Monster that has reached its lifespan into a Crystal (used to enhance Monsters).
5. Hash Fragment: Convert 5 Hash Fragments into a Regeneration Hash (which allows you to regenerate a specific Monster for free).
6. Donations: Convert unwanted Monsters into MA Points.
7. MA Point Shop: Purchase various items with MA Points.
8. Owned MA Points: Display the number of MA Points you currently have.


---

# Agent Instructions: 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:

```
GET https://docs.remonster.world/play-guide/open-beta/monster-association.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
