# How to create a DAO proposal?

## Steps:&#x20;

1. Open the Proposals menu.
2. Click the "Create proposal" button.
3. Fill out the proposal:
   1. Enter the title.
   2. Add description.
   3. Click the "Add new action" button.
      1. Click the "Add new action" button.
      2. Add a value attribute or function call
4. Press the "Create Proposal" button.
5. Confirm the transaction in your wallet, pay gas fees and wait.
6. Once the transaction is approved your proposal will appear in the list of proposals on the “All Proposals” section.

{% hint style="info" %}
Before platform members can vote on your proposal it should go through the Warm-up period. You can find more information about proposals & voting [here](/governance/untitled.md).
{% endhint %}


---

# 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.leaguedao.com/tutorials-faq/leaguedao-governance/how-to-create-a-dao-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.
