# Overview — The Review Queue

The review queue is where you manage incoming e-filings for your court. When you open the Clerk Console, the queue is the first thing you see.

## Sidebar Navigation

The Clerk Console sidebar gives you access to:

* **Dashboard** -- The filing review queue (your home screen).
* **Notifications** -- Filing assignments, acceptance/rejection confirmations, urgent alerts, judge returns, and general activity. Filter by category: Assigned, Accepted, Rejected, Urgent, or Activity. Mark individual or all notifications as read.
* **AI Assistant** -- An AI-powered chat assistant that can help answer questions about filings, court procedures, and your queue.
* **Printing** -- Your personal print queue for documents you need to print. A badge shows how many items are waiting.
* **Settings** -- Parish-level configuration (visible to Clerks and Court Admins only). See [Settings](#settings) below.

## The Queue Board

Your queue is a table-based board organized by filing status. Each column represents a stage in the review process:

* **Received** -- New filings that have not been opened yet.
* **Under Review** -- Filings a clerk has started reviewing.
* **Accepted** -- Filings that passed review and have been recorded.
* **Rejected** -- Filings that were sent back to the filer.

Items are sorted within each column by **priority first**, then by **time entered** (oldest first). Urgent filings always float to the top.

{% hint style="info" %}
**📹 GIF:** The clerk queue board showing filing rows organized by status columns (Received, Under Review, Accepted, Rejected), with priority badges and time-in-queue indicators visible on each row.
{% endhint %}

## Queue Item Details

Each row in the queue shows:

* **Filing number** and **case number** (if filing onto an existing case)
* **Case title** -- derived from the parties (e.g., "Smith v. Jones")
* **Filer name** and bar number
* **Case type** (Civil, Criminal, Family, etc.)
* **Document count** and lead document type
* **Priority badge**
* **Assigned clerk** (avatar with initials)
* **Fee amount** and fee waiver indicator
* **Time in queue** (relative, e.g., "12 minutes ago")

New-case filings are marked so you can distinguish them from filings on existing cases.

## Priority Levels

Filings carry one of four priority levels:

| Priority   | When Used                                        |
| ---------- | ------------------------------------------------ |
| **Urgent** | Time-sensitive matters (TROs, emergency motions) |
| **High**   | Expedited requests or elevated by a routing rule |
| **Normal** | Standard filings (default)                       |
| **Low**    | Informational or non-time-sensitive filings      |

You can change a filing's priority from the review screen.

## Assignment

When you open a filing for review, the system automatically assigns it to you. The filing moves to **Under Review** and your name appears on the queue item.

To reassign a filing to another clerk, open the filing and use the **Assign** dropdown in the review panel. Only active clerks at your court appear in the list.

## Auto-Refresh

The queue refreshes automatically every 30 seconds. You can also refresh manually with the refresh button in the toolbar. The queue shows the total item count for each column.

## Filtering and Sorting

Use the search bar to filter by filing number, case number, filer name, or case title. You can also:

* Sort any column by clicking the column header.
* Filter by queue/status column to focus on one stage.
* Filter by case type, priority, or assigned clerk using the filter controls.

{% hint style="info" %}
**📹 GIF:** Using the search bar to filter the queue by filing number, then using the filter controls to narrow by case type and priority, showing the filtered results update in real time.
{% endhint %}

## Opening a Filing

Click any row to open the filing in the review screen. The system will:

1. Assign the filing to you (if it is unassigned).
2. Move the filing to **Under Review** (if it was in **Received**).
3. Load the document viewer and review panel.

After you accept or reject a filing, you are returned to the queue. The system automatically advances to the next filing in the queue if one is available.

{% hint style="info" %}
**📹 GIF:** Clicking a filing row in the Received column, the filing opening in the review screen with the document viewer and review panel, the filing status changing to Under Review.
{% endhint %}

## Accepted Filings View

The Accepted column groups filings by case. Each case row shows the total document count and total fees across all filings. Expand a case row to see individual filings.

{% hint style="info" %}
If your court account is not associated with a court, you will see a message asking you to contact an administrator. Only clerks assigned to a court can access the queue.
{% endhint %}

## Settings

Clerks and Court Admins have access to the **Settings** area from the sidebar. Settings is a separate section with its own navigation for managing your parish's configuration:

* **Parish Profile** -- View and update your court's name, code, locations, and jurisdiction details.
* **Filing Types** -- Manage the case types and subtypes available to filers.
* **Docket Entries** -- Configure the document types used in your court.
* **Fee Schedules** -- Set up and maintain filing fee schedules by case type and document type.
* **Queues** -- Create and configure the review queues that organize your workflow.
* **Routing Rules** -- Define rules that automatically route filings to specific queues or clerks based on case type, document type, or other criteria.
* **Staff** -- Manage clerk and staff accounts for your court.
* **Announcements** -- Post announcements visible to filers using your court.
* **Reports** -- Access filing volume, processing time, and other reports for your court.


---

# 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.cottfile.com/clerk-guide/overview.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.
