> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/memberships/membership-products-and-offers-overview.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
