# Creating a voting proposal

## Steps to create a voting proposal

To create a proposal go [here](https://voice.aragon.org) and connect your web3 wallet.

{% hint style="info" %}
If you need help with this task go [here](/products/set-up-metamask.md).
{% endhint %}

Please select Ethereum Mainnet in your wallet.

![](/files/WQIybVPCWu8BpLqzwyl2)

Select the project where you want to make a proposal and click the ***Create new proposal***\*\* \*\* button.

{% hint style="info" %}
In this example, we selected Aragon Network Token (ANT).
{% endhint %}

![](/files/z1txNujxgu4aXLAwgxK7)

Select the type of the new proposal:

* **Signaling proposal**: gasless proposal creation using Vochain layer 2 solutions. (For example, a Signaling proposal is great for an initial discussion, and collecting feedback).
* **On-chain proposal**: metadata is stored on Ethereum, increasing decentralization and verifiability. (For example, on-chain proposal can be created after the community has discussed the signaling proposal and provided feedback).

Fill in all the fields in the new proposal.

{% hint style="info" %}
**Title:** insert a title for your proposal

**Description:** a description of what your proposal is about

**Proposal date:** the period during which the vote is open

**Question:** a short description of what the vote is about

**Description:** a description of what the vote is about

**Add question:** if your proposal has more than one vote
{% endhint %}

Click ***create proposal***\*\* \*\* and approve the transaction on your wallet.

![](/files/x1NZQClNu5eJBIXgCLWX)


---

# 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://legacy-docs.aragon.org/products/aragon-voice/creating-a-voting-proposal.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.
