---
title: Welcome to PointBay Docs
description: Documentation for PointBay - WooCommerce Loyalty & Rewards Points System.
template: splash
prev: false
next: false
head:
  # OpenGraph metadata
  - tag: meta
    attrs:
      property: og:url
      content: https://docs.wpanchorbay.com/pointbay/
  - tag: meta
    attrs:
      property: og:type
      content: website
  - tag: meta
    attrs:
      property: og:title
      content: Welcome to PointBay Docs
  - tag: meta
    attrs:
      property: og:description
      content: Documentation for PointBay - WooCommerce Loyalty & Rewards Points System.
  - tag: meta
    attrs:
      property: og:image
      content: https://docs.wpanchorbay.com/pointbay/assets/WPAnchorBay-Documentation-OG.png
  - tag: meta
    attrs:
      property: og:image:alt
      content: PointBay Docs – WooCommerce Loyalty & Rewards
  - tag: meta
    attrs:
      property: og:image:width
      content: "1200"
  - tag: meta
    attrs:
      property: og:image:height
      content: "630"
  # Twitter / X Card metadata
  - tag: meta
    attrs:
      name: twitter:card
      content: summary_large_image
  - tag: meta
    attrs:
      name: twitter:title
      content: Welcome to PointBay Docs
  - tag: meta
    attrs:
      name: twitter:description
      content: Documentation for PointBay - WooCommerce Loyalty & Rewards Points System.
  - tag: meta
    attrs:
      name: twitter:image
      content: https://docs.wpanchorbay.com/pointbay/assets/WPAnchorBay-Documentation-OG.png
  - tag: meta
    attrs:
      name: twitter:image:alt
      content: PointBay Docs – WooCommerce Loyalty & Rewards
hero:
  tagline: A high-performance WooCommerce loyalty and rewards engine. Incentivize customer behavior, reward repeat purchases, and build a premium brand experience.
  image:
    alt: PointBay Logo
    file: ~/assets/iocn_pointbay.svg
  actions:
    - text: Get Started
      link: /pointbay/getting-started/installation/
      icon: right-arrow
      variant: primary
    - text: View Settings Reference
      link: /pointbay/admin/settings-reference/
      icon: setting
      variant: minimal
---

import { CardGrid } from '@astrojs/starlight/components';
import Card from '../../components/starlight/Card.astro';
import WPAnchorBayFooter from '../../components/WPAnchorBayFooter.astro';

<CardGrid stagger>
	<Card title="Earning Points" icon="pencil">
		Reward customers with points automatically on their purchases, and optionally for signing up or leaving a product review. You choose the rate and when points are awarded.
	</Card>
	<Card title="Flexible Redemption" icon="rocket">
		Let customers turn points into a discount right at checkout  with a slider on both the Block and Classic checkout. You set the point value and minimum to redeem.
	</Card>
	<Card title="VIP Tiers (Pro)" icon="star">
		Reward your best buyers with membership tiers that earn points faster. Set your own tier names, thresholds, and multipliers. Included in PointBay Pro.
	</Card>
	<Card title="Refer-a-Friend" icon="open-book">
		Turn customers into advocates with personal referral links and a first-purchase bonus for the referrer  built into the free plugin. PointBay Pro adds an optional welcome bonus for the new customer too.
	</Card>
</CardGrid>

<WPAnchorBayFooter />
