# Revote

## You can revote when:&#x20;

1. You have a vote currently locked that you'd like to increase the number of EGLs you are voting with, extend the number of weeks you are voting with, or change your Desired Gas Limit.&#x20;
2. You previously voted EGLs that are no longer locked in a vote but are still in the contract (not in your wallet). You can put all of these EGLs back in a vote with one function using revote&#x20;

If you want to change the number of EGLs you are voting with, you will have to withdraw your EGLs first to your wallet and then revote with the number of EGLs you'd like.&#x20;

## To use Revote&#x20;

1. Go to EGL.vote
2. Go to the Vote tab in the header
3. Click the "revote" button
4. Select your Desired Gas Limit, the number of weeks to lock your vote, and any additional EGLs you'd like to vote with.

![](/files/-Mgq_cGQ6MO8bEGM3u4s)

{% hint style="info" %}
The number of weeks you select will become your new multiplier. Thus, if you had previously selected 8 weeks (an 8 multiplier) and now select 6 weeks, your vote will decrease its multiplier weight to 6.
{% 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://docs.egl.vote/guides/voting/revote.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.
