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

# Product Overview

> Set up everything you sell in fusionCore: products and prices, benefit allocations, eligibility conditions, taxes, and discount codes.

## What This Section Covers

This section is where you define **everything your organization sells** — memberships, event tickets, sponsorships, merchandise, certifications, and the rules that govern their pricing and eligibility.

In fusionCore, each thing you sell is a Salesforce **Product** (`Product2`) record. fusionCore extends the standard Salesforce Product with extra configuration — a **System Category** that controls how the product behaves, subscription settings, benefit entitlements, tax treatment, and discount eligibility.

If you are setting up a new org, start with **Product Set Up** to create your products and their prices, then layer on the other features as your offerings require them.

## Key Concepts

* **Product** (`Product2`) — a single thing you sell. fusionCore products fall into **System Categories** (Subscription, Miscellaneous, Tax) that determine the fields and behavior available.
* **Price Book** — where a product's prices live. A product needs a price-book entry before it can be sold.
* **Subscription Plan** — the schedule and renewal rules applied to a subscription product (Anniversary or Calendar). Subscription Plans are set up in the [Subscriptions](/end-user-guides/subscriptions/subscription-plans/index) section.
* **Condition** — reusable eligibility or pricing logic you attach to price books, tax products, or renewal paths.

## Set Up Your Products

Start with Product Set Up; the rest can be added as needed.

<CardGroup cols={2}>
  <Card title="Product Set Up" icon="box" href="/end-user-guides/products/product-set-up/index" arrow="true">
    Create Miscellaneous and Subscription products, give them prices in a price book, and upload product images. Start here.
  </Card>

  <Card title="Product System Category" icon="shapes" href="/end-user-guides/products/product-system-category/index" arrow="true">
    Understand the categories (Subscription, Miscellaneous, Tax) that define how each product type looks and behaves.
  </Card>

  <Card title="Benefit Allocations" icon="gift" href="/end-user-guides/products/benefit-allocations/index" arrow="true">
    Distribute member and sponsor entitlements — such as event tickets or access perks — from a product.
  </Card>

  <Card title="Conditions" icon="code-branch" href="/end-user-guides/products/conditions/index" arrow="true">
    Build reusable eligibility and pricing logic to attach to price books, tax products, and renewal paths.
  </Card>

  <Card title="Taxes" icon="percent" href="/end-user-guides/products/taxes/index" arrow="true">
    Automatically calculate and apply tax during checkout based on product taxability and billing location.
  </Card>

  <Card title="Discount Codes" icon="tag" href="/end-user-guides/products/discount-codes/index" arrow="true">
    Offer promotional codes that reduce the price of eligible products, with usage limits and tracking.
  </Card>
</CardGroup>

## Related Features

<CardGroup cols={2}>
  <Card title="Orders and Opportunities" icon="cart-shopping" href="/end-user-guides/orders/index" arrow="true">
    Where the products you configure here are added, priced, and paid for.
  </Card>

  <Card title="Subscriptions" icon="rotate" href="/end-user-guides/subscriptions/index" arrow="true">
    Manage the subscriptions that subscription products and plans create.
  </Card>

  <Card title="Subscription Plans" icon="calendar-days" href="/end-user-guides/subscriptions/subscription-plans/index" arrow="true">
    The schedule and renewal rules a subscription product uses (Anniversary or Calendar).
  </Card>
</CardGroup>
