# Activating & Deactivating Heroes

In order to use their heroes in-game, players will need to ‘Activate’ their heroes.

{% hint style="danger" %}
**Important: Activating and Deactivating heroes will incur a gas fee.**
{% endhint %}

After registering an eligible wallet, players can access their account management page. When accessing the game for the first time, none of the players heroes will be activated. The player will see messaging in their `Active Heroes` tab that informs them to activate their heroes:

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

Upon navigating to the `Hero Reserves` tab the player will either see the heroes they have in their wallet or messaging that directs them to OpenSea to acquire heroes:

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

When players select a hero it will highlight with an ‘On’ symbol and the 'Activate' button will become enabled:

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

Pressing the ‘Activate’ button will deploy a transaction popup. Signing the transaction and **paying the gas fee** will start the process of transitioning the hero into Skyborne Genesis. Once the transition has started, the hero will be moved to the `In-Transit` tab:

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

Once the transition has been completed, the hero will appear in the `Active Heroes` tab and is ready to be used for questing in Skyborne Genesis:

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

To 'Deactivate' heroes, the flow is the same but in-reverse. Players need to select the hero they want to deactivate from the `Active Heroes` tab. When the deactivation process is initiated and the **gas fee has been paid**, the hero will be moved to the `In-Transit` tab until the transaction is complete. After which, the hero will be moved to the `Hero Reserves` tab and will no longer be usable for questing in Skyborne Genesis.

{% hint style="warning" %}
Note: Sometimes the player will need to hit the `Refresh` button during each of these steps.
{% endhint %}

***


---

# 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://info.skybornegenesis.com/getting-started/acquiring-heroes/activating-and-deactivating-heroes.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.
