> For the complete documentation index, see [llms.txt](https://docs.xyxyx.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyxyx.pro/protocol/governance/resubmit-a-proposal.md).

# Resubmit a proposal

Learn how to resubmit a proposal that was previously rejected or did not reach quorum.

#### Step 1: Review the feedback from the previous proposal[​](https://docs.arbitrum.foundation/how-tos/resubmit-dao-proposal#step-1-review-the-feedback-from-the-previous-proposal) <a href="#step-1-review-the-feedback-from-the-previous-proposal" id="step-1-review-the-feedback-from-the-previous-proposal"></a>

Review the feedback from the previous proposal and try to identify any common concerns or objections that were raised by the community. Align with the community on the best way to address these concerns and incorporate them into your proposal.

***

#### Step 2: Draft a revision[​](https://docs.arbitrum.foundation/how-tos/resubmit-dao-proposal#step-2-draft-a-revision) <a href="#step-2-draft-a-revision" id="step-2-draft-a-revision"></a>

Incorporate the community's feedback into a revised proposal. Consider using your original proposal's forum thread to draft this revision. Ensure that you incorporate any new information that may have become available since the original proposal was submitted.

***

#### Step 3: Resubmit the proposal[​](https://docs.arbitrum.foundation/how-tos/resubmit-dao-proposal#step-3-resubmit-the-proposal) <a href="#step-3-resubmit-the-proposal" id="step-3-resubmit-the-proposal"></a>

Treat your revised proposal as a brand-new proposal. Begin by conducting a new discussion on the governance forum. Pay close attention to the guidance within the proposal structure section of this procedure; you'll want to include additional information that explicitly addresses the concerns that were raised during the previous submission.

***

If your proposal is rejected multiple times, it may be best to reconsider the proposal altogether or to engage more extensively with the community to gather feedback and build support.

Resubmitting a proposal is an iterative process that requires patience, persistence, and an open mind. By working closely with the community to capture and integrate feedback, you can increase your chances of getting your proposal passed.


---

# 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://docs.xyxyx.pro/protocol/governance/resubmit-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.
