# Using Gasless Voting

As a voter, the option to use gasless voting will appear automatically for proposals when there is enough to cover gas fees allocated to the paymaster.

<div data-with-frame="true"><figure><img src="/files/K5JdMIC1jKCAq0sKeUUw" alt="" width="384"><figcaption></figcaption></figure></div>

The Vote button on a proposal should change to “Vote for free”. Once this button is selected, a gasless transaction will be kicked off to record your vote.

{% hint style="info" %}
Note that since the gas fees need to be handled through the intermediary paymaster, it can take a moment for your vote to be recorded.
{% endhint %}

<br>


---

# 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.decentdao.org/app/user-guide/gasless-voting/using-gasless-voting.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.
