# Overview — Your Dashboard

When you sign in, the dashboard is your home base. It gives you a snapshot of all your filing activity and quick access to start new filings.

## Stat Cards

At the top of the dashboard you will see five summary cards:

* **Total Filings** -- The number of filings you have submitted (excludes drafts).
* **Pending** -- Filings with a status of Submitted, Under Review, Payment Failed, With Judge, or Partial Accept that are waiting on action.
* **Accepted** -- Filings that have been accepted or recorded into the court's case management system.
* **Rejected** -- Filings that were rejected by the clerk and may need correction.
* **Drafts** -- Filings you started but have not yet submitted. You can resume these at any time.

Clicking a stat card scrolls to the filings table and filters it to show only the matching filings.

{% hint style="info" %}
**📹 GIF:** Clicking each stat card on the dashboard (Total, Pending, Accepted, Rejected, Drafts) and watching the filings table filter to show only the matching category.
{% endhint %}

## Payment Failed Alert

If any of your filings have a failed payment, a warning banner appears below the stat cards. It tells you how many filings need attention and directs you to open the filing to update your card and retry the payment.

## Filing List

Below the stat cards is the **My Filings** card. This is a table of all your submitted filings, organized by tabs:

* **Submitted** -- Active filings that are in progress (submitted, under review, with judge, payment failed).
* **Recorded** -- Filings that have been accepted and recorded into the court's case management system.
* **Drafts** -- Filings you started but have not yet submitted. You can resume or delete drafts from here.

Each row shows the filing number, court, case type, parties, documents, fee amount, current status, and submission date. You can click any row to expand it and see document-level details, including per-document status badges and download links for original, signed, and stamped copies.

## Quick Actions

In the top-right corner of the My Filings card, two buttons let you start a filing immediately:

1. **File a Case** -- Opens the filing wizard for a brand-new case.
2. **File on Existing Case** -- Opens a search panel where you can look up a case already in the court's case management system and add documents to it.

When you click either button, the filing wizard appears inline above the filings table. You can close it at any time with the **Close** button.

{% hint style="info" %}
**📹 GIF:** Clicking "File a Case" on the dashboard, showing the filing wizard appearing inline above the filings table, then clicking "Close" to dismiss it.
{% endhint %}

## Navigation

The sidebar on the left provides links to all filer pages:

* **Dashboard** -- The page described here.
* **Notifications** -- View filing status updates and system alerts.
* **Payments** -- View your payment history, receipts, and transaction details.
* **Reports** -- Filing activity reports (available to attorneys and organization admins).
* **AI Assistant** -- Get help with filing questions and procedures.
* **Settings** -- Manage your organization profile, team members, billing, and preferences (visible if you belong to an organization).

{% hint style="info" %}
**📹 GIF:** Navigating the filer sidebar -- clicking Dashboard, Notifications, Payments, Reports, AI Assistant, and Settings to show each page briefly.
{% endhint %}

{% hint style="info" %}
You can also drag and drop PDF files anywhere on the page. If you have a filing wizard open, the files are added directly to your current filing. Otherwise, a dialog appears to let you upload and then start a new filing.
{% endhint %}


---

# 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/filer-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.
