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

# Fusion

{% embed url="<https://www.youtube.com/watch?v=nWcZpA2ukJg>" fullWidth="true" %}

Fusion is a powerful mechanism that allows players to combine their Poofies together to create even stronger ones. When players initiate a fusion in the fusion chamber, they choose two or more Poofies to merge together. The resulting Poofy is a combination of the stats and abilities of the Poofies used in the fusion.

One of the most important benefits of fusion is that it increases the [star level](/poofyland/poofy-anatomy/star-levels.md) of the resulting Poofy. Star level determines the points added to the base attributes of the character.

However, fusion comes with a risk. When Poofies are fused together, only one Poofy remains, and the rest are absorbed. As a result, players need to carefully consider which Poofies to fuse and which ones to keep. They also need to make sure that they have the necessary minerals and resources to initiate the fusion process.

### Fusion Instructions

Steps on how to Fuse:

1. Pick the Poofy you want to upgrade as your main choice from the list on your right.
2. Upon selecting your primary Poofy, the game will seamlessly filter out the Poofies available for sacrifice.
3. Once all available spaces have been filled, press the Fuse button to view the success rate and requirements.
4. Once all necessary materials are ready, select Proceed to begin the Fusion Process or Cancel to end it.
5. On top of the poofy, a single star will be visible following a successful fusion.

#### Note:&#x20;

\*The prerequisites and success rate vary for each Poofy rank and star.&#x20;

\*Only Poofies with the same element and rarity can be fused together.&#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://poofyland.gitbook.io/poofyland/fusion.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.
