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

# Opportunity Products Overview

> Add products to an Opportunity with the Opportunity Products button so you can price a potential sale before converting it to an Order.

## What This Section Covers

Adding **products** to an Opportunity captures exactly what a member or organization is considering buying — memberships, event registrations, sponsorship packages, training programs, and more. Pricing the Opportunity this way lets you forecast the sale and gives the conversion the line items it needs: converting an Opportunity to an Order requires at least one product.

You add products with the **Order Entry** component, which appears on an Opportunity as the **Opportunity Products** button. Each product you add creates an `OpportunityLineItem` record on the Opportunity.

## Key Concepts

* **Opportunity Products** — the button on an Opportunity that opens the Order Entry component so you can search for and add products.
* **Opportunity product** (`OpportunityLineItem`) — a single product line added to an Opportunity.
* **Product search** — the search box inside Order Entry where you find products to add.

## Working with Opportunity Products

<CardGroup cols={2}>
  <Card title="Adding an Opportunity Product" icon="circle-plus" href="/end-user-guides/orders/order-opportunity-products/adding-an-opportunity-product" arrow="true">
    Use the Opportunity Products button to search for a product and add it to an Opportunity.
  </Card>
</CardGroup>

## Related Features

<CardGroup cols={2}>
  <Card title="Opportunities" icon="lightbulb" href="/end-user-guides/orders/opportunities/index" arrow="true">
    Create and manage the Opportunities you add these products to.
  </Card>

  <Card title="Opportunity to Order Conversion" icon="cart-shopping" href="/end-user-guides/orders/opportunities/opportunity-to-order-conversion" arrow="true">
    Turn a priced Opportunity into a billable Order — conversion requires at least one product.
  </Card>

  <Card title="Adding a Product to an Order" icon="cart-plus" href="/end-user-guides/orders/orders/adding-a-product-to-an-order" arrow="true">
    Add products directly to an Order with the Order Entry button.
  </Card>

  <Card title="Product Configuration" icon="box" href="/end-user-guides/products/index" arrow="true">
    Set up the products, prices, and discounts that Order Entry searches and adds.
  </Card>
</CardGroup>
