> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gellerwash.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Services

> Define billable services, pricing, durations, and availability.

## Overview

Services define what you sell, how long it takes, and how much it costs. These appear on job cards and invoices.

<CardGroup cols={2}>
  <Card title="Open Services" icon="list-bullet" href="https://gellerwash.com/app/services">
    Manage your service catalog.
  </Card>

  <Card title="Create job cards" icon="clipboard" href="https://gellerwash.com/app/job-cards">
    Use services on jobs.
  </Card>
</CardGroup>

## List view

* **Actions**: New service, Column manager
* **Search**: Find by name or description
* **Columns**: Service Name, Description, Price, Duration, Status
* **Empty state**: Shows “No services” until you add your first record

## Add a service

<Steps>
  <Step title="Start a new service">
    Click New service.
  </Step>

  <Step title="Enter details">
    Provide name, description, price, and duration. Set Status to Active.

    <Tip>
      Choose consistent durations (e.g., 15‑minute multiples) for scheduling.
    </Tip>
  </Step>

  <Step title="Save">
    Save to make the service available on job cards.

    <Check>
      The service appears in selection lists when creating jobs.
    </Check>
  </Step>
</Steps>

## Manage availability and pricing

* **Status**: Toggle between Active and Inactive to control visibility
* **Price changes**: Update price; existing invoices remain unchanged

## Troubleshooting

<AccordionGroup>
  <Accordion title="Service not visible on job cards">
    * **Inactive**: Ensure the service Status is Active.
  </Accordion>

  <Accordion title="Duration does not fit scheduling">
    * **Standardize**: Align durations to your slot length (e.g., 30 minutes).
  </Accordion>
</AccordionGroup>

<Check>
  Your catalog is configured for operations and billing.
</Check>
