# 🔁Become Active/Subtitution Rules

Swapping allows you to change which Starlight is currently active on your field. There are two primary methods: Basic Swap and Substitution, each governed by specific rules and limitations

### 🔁 Basic Swap Method

1. Discard cards from your hand equal to the Rank of the Starlight you wish to activate.
2. The current active Starlight and the new Starlight will exchange places.
3. You cannot activate a Starlight if its Rank is higher than your currently unlocked Rank.

### 🔄 Substitution

Substitution occurs when your active spot is empty, and you need to send a Starlight from your field to the active zone.

* &#x20;No discard is required.
* This is typically used when your active Starlight is defeated or removed, and no automatic replacement is triggered.

{% hint style="warning" %}
Keep in mind that a starlight can't become active if it rank is superior to the actual [unlocked rank](/complete-game-rules/rank-unlock-system.md).
{% endhint %}

***

### 🧩 Swap Categories

✅ Normal Swaps

* Basic Swap: Manually exchanging your active Starlight by discarding cards. &#x20;
* Substitution: Filling an empty active spot with a Starlight from your field.

**⚠️ Non-Normal Swaps**

* Swaps triggered by card effects, such as team replacement abilities or special mechanics.&#x20;


---

# 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://starlightrules.starfallunion.com/complete-game-rules/become-active-subtitution-rules.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.
