# Battle Deck

A battle deck is a customizable team of pets that players can set up in the game to battle in [Eternians mode](/eternals_world/gomoku/game-modes.md#eternians-mode). Each pet belongs to a specific race with unique specialized skills, and players can coordinate these skills to create powerful combinations. To start building a pet deck, players must own Eternals NFTs, which unlock the ability to assemble and manage their team of pets.

***

## Prepare Your Pets

**Step 1**: Access Pet section from home screen.

**Step 2**: Manage your pets

There are 3 regions that you will see in Pet section:

* **Battle Deck:** Where you can arrange your Pet for battle
* **Owned Pet:** The pets that you own
* **Not Owned:** The pets that you have not owned yet

<div><figure><img src="/files/yccFrheCXr2ZwnHakTGI" alt=""><figcaption></figcaption></figure> <figure><img src="/files/MbYqc2zTblxZqeXEZVg3" alt=""><figcaption></figcaption></figure></div>

**To view a pet’s information:** If you click on the Pet, then click **Detail**, you can access the pet's information, including:

* Name
* [Active Skills](/eternals_world/gomoku/gomoku-pet-skills.md#active-skill)
* [Passive Skills](/eternals_world/gomoku/gomoku-pet-skills.md#passive-skill)
* NFT ID (on the top right corner)
* Rarity: Higher rarity means higher success rates.
* Success rate: Higher success rate increases the chance of successfully activate the [skill](/eternals_world/gomoku/gomoku-pet-skills.md).

<figure><img src="/files/nbyXldQhqR4nEVbBtcbz" alt="" width="375"><figcaption></figcaption></figure>

***

## Arrange Battle Deck

{% hint style="info" %}
You can only arrange the pets you own. The pets that you do not own cannot be used.
{% endhint %}

**To assign your pet to Battle Deck**:

* **Step 1**: Click on your owned pets (in Owned Pet region).
* **Step 2**: Click on **Equip** to assign the Pet to Battle Deck
* **Step 3**: Repeat step 1 and 2 for other vacancies in the Deck, the pet will appear in Battle Deck in the order you assign them.

<figure><img src="/files/6xW3hSEPIq0kmYB2lNib" alt="" width="375"><figcaption></figcaption></figure>

**To remove a pet from Battle Deck**: Simply click on the ⛔️ icon on the top right corner of your pet avatar in the Battle Deck region.

<figure><img src="/files/JWH6UiqKRbpNRgXEq8Y2" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.eternals.game/eternals_world/gomoku/battle-deck.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.
