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

# Create, Configure, and Manage Services in GrowCRM Products

> Learn how to create, configure, and manage the services and products you sell through GrowCRM, from naming and status to pricing and automation.

The Services screen is your central hub for everything you sell through GrowCRM. A **Service** represents a single product or offering — for example, "Logo Design" or "Monthly SEO Retainer" — and controls how it appears at checkout, how it is priced, and what happens automatically after a customer buys it. Navigate to **Products & Services → Services** to view, create, and edit your services.

## Service configuration tabs

When you create or edit a service, GrowCRM organises all settings into dedicated tabs. Each tab focuses on one aspect of the service so you can configure everything without losing context.

<CardGroup cols={2}>
  <Card title="Details" icon="circle-info">
    Set the service name, description, and status. This is where customers first encounter your service.
  </Card>

  <Card title="Pricing" icon="tag">
    Choose a billing type (one-time or recurring) and price structure (fixed, multiple tiers, or unit-based).
  </Card>

  <Card title="Options" icon="list-check">
    Add optional extras — like "Rush Delivery" — that customers can select during checkout.
  </Card>

  <Card title="Image" icon="image">
    Upload a thumbnail image shown alongside the service on checkout pages.
  </Card>

  <Card title="Checkout Automation" icon="bolt">
    Automatically create projects, assign team members, and send notifications when a purchase completes.
  </Card>

  <Card title="Form" icon="wpforms">
    Attach a custom order form to collect extra information from the customer at checkout.
  </Card>
</CardGroup>

## Details tab

The Details tab holds the core identity fields for your service. Fill these in first before moving on to pricing or options.

| Field            | Description                                                                                                                                                                                                                                                              |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Service Name** | The name shown to customers on every checkout page that includes this service.                                                                                                                                                                                           |
| **Description**  | A short summary displayed beneath the service name at checkout. Use this to explain what the customer is buying.                                                                                                                                                         |
| **Status**       | Set to **Enabled** to make the service available for purchase and eligible to be added to checkout forms. Set to **Disabled** to hide the service — GrowCRM automatically removes a disabled service from all checkout forms, including the default "All Services" form. |

<Warning>
  Disabling a service removes it from **all** checkout forms immediately, including any public forms customers may already be viewing. Confirm you want to stop selling the service before disabling it.
</Warning>

## Image tab

Upload a visual to accompany your service listing. GrowCRM generates a thumbnail automatically from the uploaded image so it displays correctly at different sizes across the interface.

To replace an existing image, click **Remove Image** first to clear it, then upload the new file. Skipping the removal step may cause the old image to persist.

<Tip>
  Use a square or landscape image with a transparent or neutral background for the cleanest appearance on checkout pages.
</Tip>

## Deleting a service

You can delete a service from the Services list at any time. Deleting a service permanently removes its associated prices and options.

<Note>
  Deleting a service does **not** affect past orders. Every order stores a snapshot of the service name, description, price, and options exactly as they were at the time of purchase. Historical orders and invoices remain accurate even after the service is removed.
</Note>

## Next steps

Configure how your service is priced and what optional add-ons customers can choose at checkout.

<CardGroup cols={2}>
  <Card title="Pricing" icon="tag" href="/services/pricing">
    Set up one-time, recurring, or unit-based pricing for your service.
  </Card>

  <Card title="Options" icon="list-check" href="/services/options">
    Add optional extras customers can select when they check out.
  </Card>
</CardGroup>
