> ## 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.

# GrowCRM Products & Services: Get Up and Running Fast

> Go from a fresh install to a live checkout link in five steps — configure payments, create a service, and share your first checkout URL.

This quick-start guide walks you through the fastest path to accepting your first payment with the Products & Services module. By the end you will have a live checkout link you can share with customers, and you will know where to watch new orders arrive. Each step below takes only a few minutes — the whole flow typically takes under 15 minutes on a fresh install.

<Steps>
  <Step title="Verify your payment gateway is configured">
    Before anything else, confirm that at least one payment gateway is ready to process transactions. A checkout form with no working payment method will leave customers unable to complete a purchase.

    Navigate to **Settings → Products & Services → General** and check that **Enable Stripe payment gateway** or **Enable Paypal payment gateway** is turned on. Then verify the underlying gateway is also active in your CRM's main payment settings.

    <Warning>
      Enabling a gateway inside this module is not enough on its own. Stripe must also be configured and enabled in your CRM's main payment gateway settings. PayPal requires its own API credentials under **Settings → Products & Services → PayPal (API)**. See [Payment gateways](/settings/payment-gateways) for the full setup.
    </Warning>
  </Step>

  <Step title="Create your first service">
    A service is the product or service you want to sell. Go to **Products & Services → Services** and click the **add** button. At minimum, fill in:

    * **Service Name** — the name customers will see at checkout, for example "Logo Design" or "Monthly SEO Retainer".
    * **Billing Type** — choose **Onetime Payment** for a one-off charge, or **Recurring Payment (Subscription)** to bill customers on a repeating schedule.
    * **Price** — enter the amount you want to charge.

    Save the service. It will immediately become available on checkout forms.

    <Tip>
      You can always come back to add a description, upload an image, configure pricing tiers, create optional add-ons, or set up post-purchase automation. Get your first service saved and live, then refine it later. See [Services overview](/services/overview) for the full reference.
    </Tip>
  </Step>

  <Step title="Choose a checkout form">
    A checkout form is the public page where customers browse and buy. You have two options:

    <Tabs>
      <Tab title="Use the built-in form (fastest)">
        Every GrowCRM account includes a built-in **All Services** form that automatically lists every enabled service. You do not need to configure anything — the service you just created is already on it.

        Go to **Products & Services → Forms** and confirm the **All Services** form is enabled. That is all you need to do for this step.
      </Tab>

      <Tab title="Create a custom form">
        If you want to sell a specific subset of services on a dedicated page — for example a landing page for just your design packages — click the **add** button on the Forms list, give the form a name and description, then use **Edit Services** to add only the services you want.

        Custom forms are useful when you share different checkout URLs for different audiences or campaigns. See [Checkout forms](/checkout/forms) for the full walkthrough.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Copy and share the checkout link">
    Every form has its own unique public URL. To copy it, go to **Products & Services → Forms** and click the **external-link** icon next to the form you want to share. The checkout page opens in a new tab — copy the URL from your browser's address bar.

    The link follows this format:

    ```text theme={null}
    https://your-domain/modules/services/checkout/form/{form-link}
    ```

    Share this link directly with customers via email, add it to your website, or include it in proposals. Anyone with the link can view the services and complete a purchase without logging in to your CRM.

    <Note>
      Clients who are already logged in to your CRM can also reach all enabled forms from the **Services** menu in their client portal, where each form appears as a card on the catalog page.
    </Note>
  </Step>

  <Step title="Monitor your first order">
    Once a customer completes checkout, GrowCRM creates an order automatically — no manual action needed. Go to **Products & Services → Orders** to see it.

    Each order record shows the service purchased, the amount paid, the payment method used, and the client it belongs to. If you configured checkout automation on the service, any linked project will also have been created at this point.

    <Tip>
      You and your team will receive an email notification for every new order and payment. You can customise the wording of these emails under **Settings → Products & Services → Email Templates**.
    </Tip>

    See [Orders overview](/orders/overview) to learn how to manage orders, view subscription status, and handle renewals.
  </Step>
</Steps>

## What to explore next

Now that your checkout is live, dive deeper into the two areas that give you the most control over what customers see and buy.

<CardGroup cols={2}>
  <Card title="Services" icon="tag" href="/services/overview">
    Add pricing tiers, optional add-ons, custom order forms, and post-purchase project automation to your services.
  </Card>

  <Card title="Checkout Forms" icon="file-lines" href="/checkout/forms">
    Build dedicated checkout pages, organise services for different audiences, and manage your shareable links.
  </Card>
</CardGroup>
