> For the complete documentation index, see [llms.txt](https://docs.cottfile.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cottfile.com/filer-guide/filing-on-existing-case.md).

# Filing on an Existing Case

If you need to add documents to a case that already exists in the court's case management system (Verdict CMS), use the **Existing Case** option instead of filing a new case.

## Finding Your Case

1. Click **Existing Case** on the dashboard or navigate to the File page.
2. A search panel appears with two tabs:

### Search by Case Number, Title, or Party

* Enter a case number (e.g., `2026-CV-0123`), case title, or party name into the search field.
* Press Enter or click the search button.
* Results appear in a table showing case number, title, court, case type, filed date, and parties.

### Search by Bar Number

* Switch to the **Bar Number** tab.
* Enter the attorney's bar number.
* The system returns all cases associated with that attorney.

{% hint style="info" %}
**📹 GIF:** Searching for an existing case -- typing a case number into the search field, pressing Enter, seeing results appear in the table, and clicking a row to select the case.
{% endhint %}

## Selecting a Case

Click any row in the search results (or click the **File** button on that row) to select the case. The system loads the case details, including existing parties.

A context bar appears above the wizard showing the selected case number, title, and court. If you picked the wrong case, click **Change** to go back to the search.

{% hint style="info" %}
You can also switch to filing a brand-new case at any time by clicking **New Case Instead** in the search panel header.
{% endhint %}

## Completing the Filing

Once you select a case, the filing wizard opens with the court and case type pre-filled from the existing case record. The wizard starts at the Parties step because the court and filing type are already determined.

Existing parties from the case are pre-populated. You can add new parties if needed.

From here, the remaining steps are the same as filing a new case:

1. **Parties** -- Review pre-loaded parties, add or edit as needed.
2. **Documents** -- Upload your new documents, assign document types, and mark the lead document.
3. **Fees** -- Review the calculated fees. Request a fee waiver if applicable.
4. **Review and Submit** -- Confirm all details and submit.

Your filing will be linked to the existing case in the court's system. The clerk will review it just like a new case filing.

{% hint style="info" %}
**📹 GIF:** After selecting an existing case, the context bar appearing with the case number and title, then the filing wizard opening with court and case type pre-filled, starting at the Parties step.
{% endhint %}


---

# 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:

```
GET https://docs.cottfile.com/filer-guide/filing-on-existing-case.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.
