# Revote for a referendum

{% hint style="info" %}
Same as you would for voting, you can revote for a referendum in any direction—**Aye, Nay, Split & Abstain**.

In addition, you can **unvote** at any time to remove votes from a referendum you’ve previously voted on.
{% endhint %}

**Step 1**: Open the SubWallet extension and select the "**Governance**" tab at the bottom of the screen.

<figure><img src="/files/ij4DunJu0As9Isxi9nxS" alt="" width="362"><figcaption></figcaption></figure>

{% hint style="danger" %}
The Governance feature is available only for Polkadot-supported accounts. If you are currently in either single-account mode or all-accounts mode and none of your accounts support the Polkadot ecosystem, you will see a toast error when trying to click on the tab.
{% endhint %}

**Step 2**: In the Governance screen, select the network in which you want to see referendums.

*In this case, we'll select the Polkadot Asset Hub network*.

<div><figure><img src="/files/wrGKBxZW5KmPaWCxGjRD" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/rJvilfsSmkHmIm9RA4B4" alt="" width="362"><figcaption></figcaption></figure></div>

You'll see the referenda list for the chosen network.

**Step 3**: Select an ongoing referendum by clicking the "**Ongoing**" tab, scrolling down, or searching using the <img src="/files/aQqCCixWUf2q6D4nJSyV" alt="" data-size="line"> icon. Once done, click on that referendum to view its details.

<figure><img src="/files/oJh0PyyhDKo1NnExp2L0" alt="" width="362"><figcaption></figcaption></figure>

**Step 4**: In the Referendum details screen, select "**Revote**" to adjust your voting for the chosen referendum.

<figure><img src="/files/oFKHtdwE1Jl5WFB7HhAs" alt="" width="362"><figcaption></figcaption></figure>

{% hint style="info" %}
If you're in "**All accounts**" mode, you can revote by clicking the "**Vote**" button and then selecting any voted account from the list.

![](/files/4IFKHxIrdBNzjsgmAKOo)  <img src="/files/XqZpnjpIVslQyvR8Mn1f" alt="" data-size="original">
{% endhint %}

**Step 5**: Fill in the required information, such as voting amount and voting multiplier (conviction).

<figure><img src="/files/EtiwtwU6zIxhrN1M3pWW" alt="" width="362"><figcaption></figcaption></figure>

{% hint style="success" %}
You can select either "**Use governance lock**" or "**Use all locks**" to fill in the Amount field.

* Use governance lock: your entire current lock balance due to on-chain voting/delegating will be used to vote.
* Use all locks: your entire locked balance (due to staking, governance, etc.) will be used to vote.

![](/files/sBj6vkpaSJgLFMECweb8)
{% endhint %}

Once done, select the direction you want to vote, or click the "**Unvote**" button at the top right corner of the screen to remove your votes.&#x20;

*In this example, we will vote "Aye" for the referendum.*

<figure><img src="/files/mTy45heK6GiXkeXCIruk" alt="" width="362"><figcaption></figcaption></figure>

{% hint style="warning" %}
If you want to vote "Abstain" or "Split", as your vote is always counted with the fixed conviction multiplier (0.1×), **you will need to choose the vote direction first, then enter the amount you want to vote**:

* For "*Split*": enter **Aye & Nay** amount
* For "*Abstain*": enter **Aye, Nay & Abstain** amount

***Your total voting power will be calculated as the sum of the entered amounts multiplied by the fixed conviction multiplier (0.1×).***

Once you have entered the desired amounts, click **“Vote”** to proceed.

<img src="/files/AJGwOrU0TmYNy8g0HF95" alt="" data-size="original">  <img src="/files/eQjVR4uyP8KMoTYYaT3Y" alt="" data-size="original">
{% endhint %}

**Step 6**: Check the information and confirm your re-voting request by clicking "**Approve**".

<figure><img src="/files/5UuJzFWFTWaCCdgo5nGt" alt="" width="362"><figcaption></figcaption></figure>

**Step 7**: Your voting request has been submitted!

<figure><img src="/files/11uZLOTtap0kaoRlYZsd" alt="" width="362"><figcaption></figcaption></figure>

You can either click "**Back to home**" to return to the homepage or "**View transaction**" to see transaction details in the History tab.

{% hint style="info" %}
If you click "**View transaction**", SubWallet will display the latest transaction record in your transaction history, along with the extrinsic hash of the transfer.

<img src="/files/3tuf3QHrZZme8PAukcpJ" alt="" data-size="original">
{% endhint %}

To view your updated votes on the referendum, repeat the first 3 steps of the guide. Your votes will then appear on that referendum page.

<figure><img src="/files/gcmyZs4ZkJBx4fcNuHw0" alt="" width="362"><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.subwallet.app/main/extension-user-guide/votes-in-governance/revote-for-a-referendum.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.
