# How to delegate my voting power

If you don't have the time or resources to actively participate in Mangrove DAO's governance, you can still make your voice heard by delegating your voting power to anyone.

In order to do that, head over to Mangrove DAO Snapshot space, connect your wallet, and select the *Delegate* link in the sidebar, under *Proposals*:

<figure><img src="https://docs.mangrove.exchange/img/assets/dao-proposals-menu.png" alt="" width="260"><figcaption></figcaption></figure>

Snapshot's UI let you set the Ethereum address or ENS name you'll be delegating your voting power to:

<figure><img src="https://docs.mangrove.exchange/img/assets/dao-delegate.png" alt="" width="375"><figcaption></figcaption></figure>

When you delegate, all your voting power goes to the target address, regardless of its source: MGVs held or claimable, activity score as a Builder or as a Pod. You can undelegate or select another delegate at any time (but Snapshot takes into account the state of your delegation at the time of the start of voting period).


---

# 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.mangrove.exchange/governance/guides-and-resources/how-to-delegate-my-voting-power.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.
