> 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/dao-governance/configuration/proposal-submission.md).

# Proposal submission

A DAO's proposal submission configuration manages the rules around submitting a proposal for voting.

## How to update the proposal submission configuration

To change the proposal submission configuration of a DAO, you must submit a [governance proposal](/docs/dao-governance/proposals/what.md) containing the `Update Proposal Submission Config` action from the `DAO Governance` category.

If you have multiple choice proposals enabled, you will instead see two different actions, one labeled `Update Single Choice Proposal Submission Config` and the other `Update Multiple Choice Proposal Submission Config`. You may configure each proposal type (single and multiple choice) separately, though they should probably be kept in sync so the voting experience is consistent.

## Parameters

You can update all of these parameters with the action(s) mentioned above at any time.

### Proposal deposit

This is a required deposit someone must put down to create a proposal. This can be the DAO's governance token, if it exists, or any other token on the chain. By default, this is disabled.

#### Refunding proposal deposits

There are three ways to handle proposal deposits:

1. `Always` refund proposal deposits, regardless of whether the proposal passes or fails.
2. `Only passed proposals` refund proposal deposits.
3. `Never` refund proposal deposits.

{% hint style="info" %}
You may want to enable this if you are worried about spam.
{% endhint %}

### Proposal submission policy

This determines who is allowed to submit proposals to your DAO. The options are:

* Only members
* Anyone

It defaults to `Only members`.


---

# 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/dao-governance/configuration/proposal-submission.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.
