# How to create a proposal

If you don't know what a proposal is, read the [proposal explanation doc](/docs/dao-governance/proposals/what.md) first.

{% hint style="info" %}
Members must join the DAO before a proposal is made in order to vote on it. Membership changes during a proposal's voting period are ignored as they only apply to future proposals.
{% endhint %}

## Steps

To begin, starting from your DAO's page, navigate to **Proposals > New Proposal**.

![Create proposal button](/files/0u2HKjstksfbuFRNxfX4)

![Proposal creation form](/files/naZGhVzig0zdGBe3pHAa)

Then, fill in the proposal's name, description, and actions (if needed).

{% hint style="info" %}
**What is an action?**\
[Proposal actions](/docs/dao-governance/proposals/what.md#actions) allow you to add rich functionality to proposals: software instructions that execute on the blockchain when a proposal is passed and executed. Read the [proposal docs](/docs/dao-governance/proposals/what.md) to learn more.
{% endhint %}

If you want to create a multiple choice proposal, check out the [multiple choice proposal docs](/docs/dao-governance/proposals/types.md#multiple-choice).

To preview how the proposal will look once its created, press **Preview**.

Once you are satisfied with the proposal, press **Publish**. Your wallet will prompt you to approve the transaction.

Once you approve it, your proposal will be live and the DAO members can vote on it!

![Created proposal](/files/NsI0uZid74nIoZE23tbN)


---

# 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://dao-dao-docs.gitbook.io/docs/dao-governance/proposals/how-to-create-a-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.
