# How To Revoke Your Vote For A Witness

### Goal

Withdraw a previously cast vote for a witness candidate whose activity is suspended.

## Steps

The operation can be performed through the contract `gls.ctrl`.

### Step 1

Go to the page `https://explorer.cyberway.io/account/gls.ctrl/contract`.

### Step 2

In menu that opens, select action `unvotewitn` and fill in the fields.

![](/files/-MCMG95-hbxW2QCxTu4f)

**Fields:**

* `voter` - account ID that that intends to withdraw vote which was previously cast for the witness candidate.
* `witness` - account ID of the witness candidate for whom the vote is withdrawn.
* `authorization` - the same account ID that intends to withdraw vote.

### Step 3

Click `Build transaction`.

### Step 4

Review transaction. Make sure the transaction contains correct information.

### Step 5

Subscribe with your private key and click `Sign transation` to send it on blockchain.


---

# 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.cyberway.io/software_manuals/explorer_command_reference/unvotewitness.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.
