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

# Service

> List out what a shop offers, organized into categories

A **Service** is something a shop offers to its customers — a haircut, a massage, a consultation, and so on — grouped into categories to make them easier to find, and priced individually.

<video src="https://mintcdn.com/krisper/krvT89L481l6bTeF/videos/create-service.webm?fit=max&auto=format&n=krvT89L481l6bTeF&q=85&s=e6e0807b3cb2797cfbaa97924c2d5519" controls data-path="videos/create-service.webm" />

<Note>
  You need at least one shop already created before you can add a service — see [Shop](/business-module/shop).
</Note>

<Warning>
  Only products already added in **Operations → Inventory Management** show up in the Products list below — add the product's stock first if it doesn't appear.
</Warning>

## Set up categories

<Steps>
  <Step title="Click Manage Categories, then fill in the details">
    | Field             | Required? | What to enter                           |
    | ----------------- | --------- | --------------------------------------- |
    | **Shop**          | Yes       | Which shop this category belongs to     |
    | **Category Name** | Yes       | Name for the category, e.g. "Hair Care" |

    Click **Create** to save it. Categories are scoped to the shop you pick, and appear in the list below with an option to edit or remove them.
  </Step>
</Steps>

## Add a service

<Steps>
  <Step title="Open Business → Service">
    In the sidebar, click **Business**, then **Service**, to see every service added so far.
  </Step>

  <Step title="Click + Add New Service and fill in the details">
    | Field                     | Required? | What to enter                                        |
    | ------------------------- | --------- | ---------------------------------------------------- |
    | **Service Name**          | Yes       | Name shown across the catalog and appointments       |
    | **Shop**                  | Yes       | Which shop this service belongs to                   |
    | **Category**              | No        | Pick from your categories, or set one up first above |
    | **Duration (In Minutes)** | Yes       | How long the service takes                           |
    | **Price**                 | Yes       | Regular price                                        |
    | **Offer Price**           | No        | Discounted price, if any                             |
    | **Description**           | Yes       | Shown to customers and staff                         |
    | **Options**               | No        | Extra add-ons for the service, e.g. "Wash & Dry"     |

    Click **+ Add Product** to attach any products this service uses, such as shampoo used during a haircut.

    Save with **Create Service**.
  </Step>
</Steps>
