> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/governance/improvement-proposals/submit-a-proposal.md).

# Submit a Proposal

Defi App Improvement Proposals (DIPs) start as Defi App Improvement Suggestions (DISs) in the Discord community. Join the discussion on [Discord](https://discord.gg/defiapp) to submit suggestions.

***

## DIP vs. DIS

Defi App Improvement Suggestions (DISs) are informal suggestions submitted by community members to propose new ideas, improvements, or feedback related to the protocol or ecosystem. DIS submissions use a simplified format and are non-binding. They are reviewed by the [Community Steward](#user-content-fn-1)[^1] and relevant [Working Group(s)](#user-content-fn-2)[^2] to assess relevance and potential next steps, including possible escalation to a formal DIP.

***

## Process

Any verified account holder may submit proposals for community consideration. Join the Defi App [Discord](https://discord.gg/defiapp) community to submit ideas.

Submissions go through the following process:

1. **Community Submission:** Informal proposal ideas are su*b*mitted via forum-based governance channels.
2. **Initial Review:** A Community Steward conducts an initial review and approves the content, evaluating proposal feasibility and alignment.
3. **Initial Evaluation:** The informal proposal is marked as either Escalated, Rejected or Flagged (for errata or quick resubmission).
4. **Working Group Evaluation:** If Escalated, the relevant working group reviews the proposal feasibility for formal DIP submission. If the working group is not in favor, the informal proposal is marked as Rejected or Flagged.
5. **Formal Submission:** If approved by working groups, the Community Steward changes the label to Approved and submits refined proposal as an official, numbered DIP.

[^1]: A designated role responsible for reviewing and advancing community-submitted proposals through governance channels.

[^2]: Functional divisions within the DAO Council organized by governance domain and operational responsibility.


---

# 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.defi.app/knowledge-base/governance/improvement-proposals/submit-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.
