import { GuideTable } from '../components/GuideTable'; import { GuideScreenshot } from '../components/GuideScreenshot'; export const DocumentsSection = () => { return (

7. Documents

Click Documents in the sidebar. This page stores all your vehicle-related paperwork digitally.

Documents Overview

The page shows the title "Documents" with an Add Document button in the top-right corner.

If you have no documents yet, you will see an empty state:

When documents exist, they appear in a list/grid with preview thumbnails, titles, document types, and associated vehicles.

Adding a Document

Click Add Document to open the "Add Document" modal with these fields:

Click Create Document to save, or Cancel to discard.

Document Types

Insurance documents have additional fields: Insurance Company, Policy Number, Effective Date, Expiration Date, Coverage amounts (Bodily Injury, Property Damage), and Premium.

Registration documents have additional fields: License Plate, Expiration Date, and Registration Cost.

Documents with expiration dates will show countdown badges so you know when renewals are coming up.

Pro Feature: When uploading a Maintenance Manual PDF, Pro and Enterprise users can check Scan for Maintenance Schedule to automatically extract a complete maintenance schedule from the document. See Maintenance Manual PDF Extraction (Pro) for the full workflow.

); };