# Disabling Gasless Voting

You can disable gasless voting at any time using the same process as enabling it. Simply visit the General tab of the settings menu for your project and toggle Gasless Voting off, then carry through with proposal creation, approval, and execution.

Once gasless voting is disabled, after a 24 hour delay, you will be able to withdraw the tokens that were staked as part of enabling gasless voting.


---

# 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/disabling-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.
