# Membership Products and Offers Overview

This article will go over the difference between a Membership Product, Offer, and Payment Product. The article will go over how they work together.

{% embed url="<https://lh3.googleusercontent.com/nq0RcIwpftKgOPmQE4IiXfZy0sR4Pcec1enNqSDQ929REEC0y4RwYaDnz353relRq8R4U6QeKEfScGVX3cXsaUnZ-47qrGSJoMZI_uLZ4nXznIvcU3j2tWveHQnHqagNnt89T100Yp6jJaXDW6D87A>" %}

**What is a Membership Product?** A product is a course (made up of categories and posts) that lives in your membership area.

**What is an Offer?** An offer is where you can bundle together one or more products and determine a price (If you are using the native check-out function with Stripe).

For Example, 1 offer can be $$$ for 3 products, and another can be $ for 1 product.

Customers will only see what products are included in the offer they purchased.

**What is a Payment Product?** A payment product is found at Payments > Products. This is the way that you would add a product to a website or funnel. The payment product price has a toggle that you can use to link it to an offer. This offer would link any included membership products as a part of the purchase. See our other membership articles for more information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/memberships/membership-products-and-offers-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
