# Creating a Proposal

Creating Proposals is done by submitting transactions on-chain that are formed by selecting and filling out a [Template](/clarity-v1/participating-in-a-dao/creating-a-proposal/proposal-templates.md) a DAO uses.

**Step 1: Navigate to a DAO's 'Proposals' tab, and click the '+ Create a Proposal' button**

**Step 2: Name and draft your proposal, and select the** [**Template**](/clarity-v1/participating-in-a-dao/creating-a-proposal/proposal-templates.md) **to use**

**Title:** The name of the Proposal

**Template:** Select from the list of Templates this DAO has to choose from

**Description:** Write the Proposal here. This will be shown to anyone viewing and voting on the Proposal.

When you're done, click **'Next'.**

**Step 3: Fill out template-specific information**

This tab will be different depending on the Template chosen in the previous step. The fields on this tab control variables in smart contract effects that will run if this Proposal is passed.

**Step 4: Sign the transaction**


---

# 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.clarity.vote/clarity-v1/participating-in-a-dao/creating-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.
