> For the complete documentation index, see [llms.txt](https://docs.hydra-voting.intersectmbo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hydra-voting.intersectmbo.org/budget-process/budget-proposal-submission/how-to-comment-on-a-proposal.md).

# 💬 How to Comment on a Proposal

## Who can comment?

* **DReps**
* **Proposers**
* **Community members with a connected wallet**

{% hint style="info" %}
👉 Anyone can view proposals and comments\
👉 Wallet connection is required to **add or reply to comments**
{% endhint %}

***

{% stepper %}
{% step %}

### Step 1: Open a proposal

1. Click **View Proposals**
2. Select a proposal
3. Click **Read Proposal**

You will be taken to the full proposal page.
{% endstep %}

{% step %}

### Step 2: Navigate to the Comments section

There are two ways to access comments:

* Scroll down to the **Comments** section
* Click the **comments count button** (e.g. “17 Comments”) at the top of the proposal

👉 This acts as a shortcut and takes you directly to the comments section
{% endstep %}

{% step %}

### Step 3: Add a new comment

1. Click **+ New Comment**
2. A comment editor will open
3. Write your comment

👉 The editor supports formatting (e.g. bold, lists, links)

4. Click **Save Comment**

Your comment will be visible to all users.
{% endstep %}

{% step %}

### Step 4: Reply to a comment

To respond to an existing comment:

1. Click **Reply** under the comment
2. Write your response
3. Click **Save Comment**

Replies appear within the same comment thread.
{% endstep %}

{% step %}

### Step 5: Edit your comment

After posting a comment:

* You can edit it within **15 minutes**
* After this time window, comments can no longer be edited

👉 This ensures flexibility while maintaining integrity of discussion&#x20;
{% endstep %}

{% step %}

### Step 6: Interact with comments

You can:

* See who posted the comment
* View timestamps
* Identify labels such as:
  * **Proposer**
  * **Your Comment**

You may also:

* Like/react to comments
  {% endstep %}
  {% endstepper %}

***

### Comment visibility

* All comments are **public and visible to everyone**
* Comments remain visible across proposal versions

👉 This ensures transparency throughout the process

***

### How comments are used

Comments are a key part of the process:

* DReps provide feedback before Hydra voting
* Community members can ask questions or suggest improvements
* Proposers can respond and refine their proposals


---

# 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.hydra-voting.intersectmbo.org/budget-process/budget-proposal-submission/how-to-comment-on-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.
