> For the complete documentation index, see [llms.txt](https://dao-dao-docs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dao-dao-docs.gitbook.io/docs/introduction/quickstart/create-a-proposal.md).

# Create your first proposal

After [creating a DAO for your book club](/docs/introduction/quickstart/create-a-dao.md), I'm sure you're busy telling all of your friends to download Leap so they can join you. Once they join your DAO, why don't we make a governance proposal for everyone to vote on?

Let's create a proposal to decide what book to read.

{% hint style="info" %}
If you create a proposal before your friends join, they won't be able to vote on it since they won't have registered to vote in time. Make sure that everyone has joined the DAO before making your proposal.
{% endhint %}

## Crafting your proposal

Since you were the first one here, it's only fair that you suggest what everyone read next. Let's create a proposal suggesting the group read Murray Bookchin's *The Next Revolution: Popular Assemblies and the Promise of Direct Democracy*.

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

![Create proposal button](/files/hXmZOCrMcegtvvBIgOaA)

Then, fill in the proposal's name and description.

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

{% hint style="info" %}
**Actions?**

You'll notice the `Actions` label there. [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.

The proposal we are creating is a social agreement, so we don't need to run any code.
{% endhint %}

## Ship it!

Now that we're ready, go ahead and press **Publish**. Your wallet will prompt you to approve the transaction.

Once you approve it, you'll see that your proposal is live!

![Created proposal](/files/NsI0uZid74nIoZE23tbN)

Now that we've made a proposal, let's [vote on it](/docs/introduction/quickstart/voting.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dao-dao-docs.gitbook.io/docs/introduction/quickstart/create-a-proposal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
