# Comments

Sponsors are welcome to leave comments on any submission. Comments are primarily reviewed by the judge, who will take them into account during their deliberations on validity and severity.&#x20;

<figure><img src="/files/OBJjPcRiDmwNkrVLRZhu" alt=""><figcaption><p>The comment section sits at the bottom of the individual submission screen.</p></figcaption></figure>

Comments can be threaded for clarity.&#x20;

## Viewing recent comments

The quickest way to access all comments on your audit submissions is from your audit dashboard: there is a handy "Comments" link in the right sidebar that points to a comment list, sorted by recency.&#x20;

<figure><img src="/files/GfN5yxye2AI6l2eglZ1N" alt=""><figcaption><p>Clicking the "Comments" link will take you to a date-sorted list of every comment on your audit submissions.</p></figcaption></figure>

<figure><img src="/files/fTUkYGDYesFgfag0VZuN" alt=""><figcaption><p>The comment list displays the number of replies to each comment, along with the username of the commenter and the date of the most recent comment.</p></figcaption></figure>

## Who can comment?&#x20;

{% hint style="info" %}
Don't be surprised if you see some new and unfamiliar usernames during the post-judging QA phase of your audit; those are [SR wardens](/roles/sr-wardens.md), a subset of KYC'd, high-signal wardens who have earned the privilege of participating in a 48-hour QA discussion period with the judge.&#x20;
{% endhint %}

Comment privileges vary depending on the phase of the audit:

* From launch through completion:&#x20;
  * Authenticated members of your team
  * Judge(s) assigned to your audit
* Post-judging QA phase:
  * Certified (KYC'd) wardens may comment during this 48-hour period only.&#x20;


---

# 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.code4rena.com/platform-guide/platform-guide-for-sponsors/comments.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.
