# Viewing submissions

To view all submissions to your audit, click `View all` from your audit dashboard; this will take you to the full submission list.&#x20;

During the submission phase, and until the judge finishes triaging all submissions, the default view has three sections:

1. Triaged submissions (judge confirmed) at the top
2. Ungrouped submissions (new and under review) next
3. QA reports (compilations of Low-risk findings) last

<figure><img src="/files/0vOrs5aAS3QQC2TykhL6" alt=""><figcaption><p>Triaged submissions show first, then new submissions (not yet triaged).</p></figcaption></figure>

<figure><img src="/files/wsul477yHivcOb4xeTuo" alt=""><figcaption><p>QA reports are listed at the bottom of the submission list; submissions default to displaying in order of severity.</p></figcaption></figure>

Once triage has been completed, you will no longer see ungrouped ("New & under review") submissions, just submissions that have been confirmed by the judge:

<figure><img src="/files/sMdiZA2ianNSbUXhgIfN" alt=""><figcaption><p>This view shows triage is complete; there's no longer a section for "New and under review" submissions.</p></figcaption></figure>

### Timestamps

The dashboard defaults to displaying a "Last updated" timestamp. To view more details, hover over the timestamp:

<figure><img src="/files/6B3rJ8DUvp5WHZdC7B8j" alt=""><figcaption><p>On hover, both the last updated timestamp and submission timestamp are displayed.</p></figcaption></figure>

This information can also be accessed via the individual submission screen:

<figure><img src="/files/a4IpXbm0eSp7XOWPeyqI" alt=""><figcaption></figcaption></figure>

## Submission filters

Audit submissions may be filtered by:&#x20;

* Search
* File
* Severity
* Status
* Group/ungroup duplicates
* (For mitigation reviews only) Mitigated/Unmitigated status

### Search

The search function offers a convenient way to locate submissions by keyword(s). The search field supports searching for:

* keywords in submission title or body
* warden/team name
* submission number (e.g. `S-42`)

{% hint style="success" %}
For best results, ensure that you deselect any filters, and uncheck `Group by duplicates` — otherwise, some results may be hidden.&#x20;
{% endhint %}

<figure><img src="/files/vddYCv3TtE8w5hBvqs3O" alt="Screencap of a submission list displaying search results for &#x60;S-42&#x60;"><figcaption><p>Searching by submission number works best with all filters removed.</p></figcaption></figure>

### Filter by file

The `File` filter on the submission dashboard allows you to search by filename (e.g. `contracts/Token.sol` ) and if desired, to set a first and last line to further narrow results. The filtered results are based on the file and line(s) of code referenced by the submitter.

<figure><img src="/files/wHdH85SnBKIgRjqFJCf0" alt=""><figcaption></figcaption></figure>

The `Submissions touching same files` section within the individual submission screen links to a similarly filtered view:

<figure><img src="/files/CwHi70NME7SKCFqRbUzV" alt=""><figcaption><p>Examples shown use test data only, so don't reflect real filenames. </p></figcaption></figure>

### Filter by severity

<figure><img src="/files/kfrjIExvTRuK5tWzShlX" alt=""><figcaption><p>The <code>Severity</code> filter defaults to displaying all severities, but you can adjust it to focus on a single severity level.</p></figcaption></figure>

### Filter by status

<figure><img src="/files/okyorpCu9Anv0hRnXICs" alt=""><figcaption><p>The default setting for <code>Status</code> is to include everything except rejected submissions. The filter can be adjusted as needed.</p></figcaption></figure>

### Group/ungroup duplicates

Since Code4rena audits typically include many duplicate submissions, the default view groups duplicates together to save you time. However, there can be valuable detail and nuance within individual submissions in a duplicate set.&#x20;

If you prefer to review each submission separately, simply uncheck the `Group by duplicates` option.

<figure><img src="/files/UDNc2HaXfMPmjauJwxNI" alt=""><figcaption><p>Unchecking <code>Group by duplicates</code> displays every submission individually. </p></figcaption></figure>

### Sorting

By default, the submission list is sorted by severity, from High to Low. The sorting menu allows you to sort by severity, last updated, or duplicate count (number of duplicates) — and to select ascending or descending order.&#x20;

<figure><img src="/files/MyR5EHD2VEZYwRYtRr9h" alt=""><figcaption></figcaption></figure>

The "Last updated" sorting function is especially helpful during the judging phase, if you wish to follow the judge's deliberations closely. It will highlight any submissions that have recent updates to the judge's evaluation, or new comments.&#x20;

## Submission status

The `Status` function allows your team to keep track of findings confirmed by the judge.&#x20;

This is optional, but you may wish to update a submission's `Status` in order to:&#x20;

* Keep track of your team's stance and mitigation progress
* Provide input to the judge

The options for `Status` are:

* `Judge confirmed` : the default status for triaged submissions that the judge believes are valid and merit review.
* `Accepted` : you agree the issue is valid
* `Fixed` :  you have fixed the issue
* `Informative`: issue does not currently need a fix
* `Disputed`: you dispute the validity of this issue

## Bookmark submissions

The bookmark icon can be selected to help you track submissions you want to come back to.

<figure><img src="/files/H26rd6tvhv3u21tkJ7ke" alt=""><figcaption><p>The yellow bookmark icon appears on the far right of each submission row.</p></figcaption></figure>

To view your bookmarked submissions, click the filter icon and select `Bookmarked only`:

<figure><img src="/files/d6OaPNDtAetvMpo98LxC" alt=""><figcaption><p>The filter icon is in the top left section of the screen, directly below the "Submissions" heading.</p></figcaption></figure>

This applies another filter to your existing filters, so you may need to adjust your other filters if you wish to display \*all\* bookmarked submissions.&#x20;

<figure><img src="/files/JtiNrzBenSAxzChoY6tb" alt=""><figcaption><p>To reset the <code>Bookmarked only</code> filter, just click the x next to it.</p></figcaption></figure>

## Which submissions will appear in our report?&#x20;

Once the judge finalizes all decisions, your Engagement Manager will share a link to view all submissions that will appear in your audit report.&#x20;

All judge confirmed High- and Medium-risk findings will appear in your audit report, along with the top-ranked QA report. While your input to the judge (via the `Status` labels and comments) is taken into account, ultimately the judge has the final say in determining validity and severity.&#x20;

To preview the findings that will appear in your report, set the filters to:&#x20;

* Severity: `High` and `Medium`
* Status: `Judge confirmed`, `Fixed`, `Informative`, `Disputed`&#x20;
* `Group by duplicates` = checked

## Individual submissions

Clicking a submission title will open the full submission in a side panel.&#x20;

<figure><img src="/files/cb9UcGqkr4vMyJLet8ps" alt=""><figcaption><p>Side panel view of an individual submission</p></figcaption></figure>

Individual submissions may also be displayed in a full-screen view:

<figure><img src="/files/GykMIBFASCDLpytI8OTc" alt=""><figcaption><p>Click the "full screen" / "compact view" icon in the upper right (next to the x) to switch from side panel to full screen, and back again.</p></figcaption></figure>

### Navigating between duplicates

The submission number in the upper left corner can be clicked to show all duplicates of the selected submission.&#x20;

<figure><img src="/files/zuEBx0nfb69lB88TEFix" alt=""><figcaption><p>The duplicate navigation menu distinguishes between the Primary submission (selected as best by the judge) and the other duplicates in the set. </p></figcaption></figure>

## Export submissions as Markdown

Any submission to your audit can be exported in Markdown format. The export feature will save the submission to your device as an .md file.&#x20;

### To export a submission from the submission table

1. Right-click on a submission to open the context menu
2. Select `Export markdown`

<figure><img src="/files/ZymdWHRQKFquK0wasbt9" alt=""><figcaption></figcaption></figure>

### From the side panel (or fullscreen) view

1. Click the `…` menu
2. Select `Export markdown`

<figure><img src="/files/4XXm3lDt5qokop5mCe4J" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/TJcbaxiiFUNwmDuPpBod" alt=""><figcaption></figcaption></figure>


---

# 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/viewing-submissions.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.
