← All forms

Authorize the job

Work Order

Give the team a single operational record of the approved work, location, schedule, and owner.

Version
1.0.0
Updated
2026-08-14
Exports
PDF, Word, print
Required
6 fields
Use this when

A quote is approved and the work is ready to schedule.

Then

Track changes with a separate change request.

Review before sharing

Check names, dates, totals, and scope. Use a secure system for sensitive details that do not belong in a simple form.

Form progress
0%
Required
Optional
Optional
Optional
Required
Optional
Optional
Required
Required
Required
Optional
Optional
Required
Optional

Entries are processed in this browser. We do not receive them unless you save them to a Pro account.

Live document preview1.0.0
Your business

Work Order

1.0.0

Your completed fields will appear here. Load the example to see a finished document.

FreeBusinessForms.comwork-order · v1.0.0
Agent-readable document text
WORK ORDER
Document version 1.0.0


Created with FreeBusinessForms.com

Prompt for AI

Ask AI for a custom work order.

Copy into ChatGPT, Claude, or another assistant for a fillable version.

You are an experienced operations document designer for field-service and project businesses.

Create a work order a small team can use after a quote is approved. It should be the single operational record of the authorized job: who does the work, where, when, and what is in scope—so the crew does not have to reconstruct the agreement from email.

Include these sections:
- Business and client ([Business name], [Client or company], contacts)
- Work order identifiers ([Work order number], [Related quote], [Job or project], [Work location])
- Schedule and ownership ([Scheduled start], [Assigned to], [Customer on-site contact])
- Approved scope ([Approved scope], [Materials or access provided by client])
- Site, safety, and access notes ([Lockbox, hours, hazards, parking])
- Handoff ([What “done” looks like], [Who to call with a change])

Do not include Social Security numbers, full bank or payment-card numbers, routing numbers, passwords, tax ID numbers, medical details, identity documents, or protected-class information. This is an operational template, not legal, tax, accounting, payroll, collections, or employment advice.

Output a clean fillable template I can copy into a document and adapt. Use a professional tone, clearly labeled sections, and [bracketed] placeholders for every fill-in value. Close with a short practical review checklist.

Machine access

JSON Schema

Agents can inspect and validate the same versioned fields. View JSON Schema →

Inspect JSON Schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://freebusinessforms.com/schemas/work-order.json",
  "title": "Work Order",
  "description": "Give the team a single operational record of the approved work, location, schedule, and owner.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "business_name": {
      "title": "Your business name",
      "type": "string"
    },
    "business_contact": {
      "title": "Business contact",
      "type": "string"
    },
    "business_email": {
      "title": "Business email",
      "type": "string",
      "format": "email"
    },
    "business_phone": {
      "title": "Business phone",
      "type": "string"
    },
    "client_name": {
      "title": "Client or company",
      "type": "string"
    },
    "client_contact": {
      "title": "Client contact",
      "type": "string"
    },
    "client_email": {
      "title": "Client email",
      "type": "string",
      "format": "email"
    },
    "document_number": {
      "title": "Work order number",
      "type": "string"
    },
    "project_name": {
      "title": "Job or project",
      "type": "string"
    },
    "project_location": {
      "title": "Work location",
      "type": "string"
    },
    "start_date": {
      "title": "Scheduled start",
      "type": "string",
      "format": "date"
    },
    "assigned_to": {
      "title": "Assigned to",
      "type": "string"
    },
    "scope": {
      "title": "Approved scope",
      "type": "string"
    },
    "site_notes": {
      "title": "Access, safety, or site notes",
      "type": "string"
    }
  },
  "required": [
    "business_name",
    "client_name",
    "document_number",
    "project_name",
    "project_location",
    "scope"
  ],
  "x-form-version": "1.0.0"
}