> ## 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 Set Up Overview

> Define what your organization sells — memberships, event tickets, sponsorships, merchandise, and certifications — as products in fusionCore, and give them prices and images.

## Overview

Setting up **products** is the foundation of selling in fusionCore. A product (`Product2`) represents something you sell — a membership, event ticket, sponsorship, piece of merchandise, or certification — that can be sold, tracked, and tied to financial and operational data in Salesforce. Setting them up correctly keeps your offerings, pricing, and related details organized and ready to use on quotes, opportunities, and orders. Typical products for an association look like this:

| Product type  | Example name                    | Example price | What it is                                             |
| ------------- | ------------------------------- | ------------- | ------------------------------------------------------ |
| Membership    | Annual Membership - Individual  | \$150         | A one-year individual membership with member benefits. |
| Event ticket  | Conference Ticket - Early Bird  | \$300         | Discounted registration for the annual conference.     |
| Sponsorship   | Gold Sponsorship Package        | \$10,000      | Booth space, ad placement, and a keynote slot.         |
| Merchandise   | Association Branded T-Shirt     | \$25          | A branded t-shirt available in multiple sizes.         |
| Certification | Professional Certification Exam | \$200         | A certification exam with study materials.             |

## Create and Configure Products

<CardGroup cols={2}>
  <Card title="Miscellaneous Products" icon="box" href="/end-user-guides/products/product-set-up/miscellaneous-products" arrow="true">
    Create a standard, one-time product such as merchandise, an event ticket, or a sponsorship.
  </Card>

  <Card title="Subscription Products" icon="rotate" href="/end-user-guides/products/product-set-up/subscription-products" arrow="true">
    Create a product that renews on a schedule, such as a membership, using a Subscription Plan.
  </Card>

  <Card title="Price Books" icon="book" href="/end-user-guides/products/product-set-up/price-books" arrow="true">
    Give a product a price so it can be sold, including prices per currency or for a specific audience.
  </Card>

  <Card title="Product Image Upload" icon="image" href="/end-user-guides/products/product-set-up/product-image-upload" arrow="true">
    Add an image to a product so it displays in the portal.
  </Card>
</CardGroup>

<Info>
  To add product types beyond Subscription and Miscellaneous, see the [Product System Category](/end-user-guides/products/product-system-category/index) guide.
</Info>
