> 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/workflows/how-to-connect-course-and-funnel-checkout-using-workflows.md).

# How To Connect Course and Funnel Checkout Using Workflows

Follow these steps to connect your membership to your funnel checkout

**Part 1:** Create an offer and add the course/product to it in the membership editor area.

To access the membership editor area navigate to Funnels + Websites > Membership > Products > Offers > Create Offer. You’ll see a list of all your offers:

{% embed url="<https://lh3.googleusercontent.com/ZvzsCkTtueAETekqHJ-q6leLSM6kFCCXITT8-kGLFWK-iBmfRXoTlNM4r-M6FW-B7UwTZm9EgsIpH0cRrXnDTjpj8vlEvWEbTNhSXlBiMgl0g_oUyG2OvnrHsTH4ax0gdF1MxuLuLNodyIEbXJxu-pQS3SVbxhoMExZdhJg0_26ubSmqlSyQz1f4G-yQ0Q>" %}

*Check out the article “How to Build and Edit an Offer in Memberships” with a step-by-step video on creating offers.*

**Part 2:** Choose between using a Workflow or Membership Email Default

**Option 1:** Toggle on the Membership Offer option in the payment product settings.

**Step 1:** Click on Payments > Products

**Step 2:** Select “View” on the product

{% embed url="<https://lh5.googleusercontent.com/j1e--VhXswAFM35HAmwmc-PcBJdQ4JgZQUfdX53FY_UQybZScCSh9Cm1zmhpFM4jlsMyY2kJJSNAyAdYvm_U247_axYNlmzS6WMhhhmqCOQ7WhsOOEwtwO6K45PlFKavtcknAWtpsy12mDR4ck7RVPA2qS5npQkeibQzIsGP1sdMKpKxrn2RbGozXzTeJQ>" %}

**Step 3:** Select the price, click edit, click on the advance options dropdown, toggle on membership offer and select the membership

{% embed url="<https://lh6.googleusercontent.com/ZffkTrLgEpiKCVZ3Mj-yXh1oWkAN4S0viT_ikVfPFi6baG_yZqu_EkFpyl2xKVlGaPN0Xfpl1jxRgVnJCWgaJrzd7wrIt_xiLPFVeK6pUIzpzIX4HR1bo8M5v_KczTjz7TwiEVjrk-YH6lE8lHuF9chYkRyqnXlybEd47tV0Jxs--kHtOhIGxateiUZTFQ>" %}

**Step 4:** Save to confirm your changes.

* ***Note:** Make sure to add/re-add the product to the funnel page with the order form.*

**Option 2:** Create a workflow

**Step 1:** Navigate to Automations > Workflows and click “Create Workflow” then choose “Start from scratch”

**Step 2:** Add a trigger for Order Form Submission and add the filters to specify the location and type

{% embed url="<https://lh5.googleusercontent.com/cRrAlLCJtUsIR1DK2o_ucOKPfb4EJos_VEyBwTKz4Cfy5Cs0V1MMIaRj-mz4N8oIV-rWynRDeXDhaGuHvhztarYhxDDeSeIfpBTa9Y-jAjjv4kojRRUAcmOtMk3zwUsepVa2vzhUJXs2iOegg-wFY9PYy6mFen8xnq0JeOUAQDhhXIN3QC0pZkKvDJvwnw>" %}

**Step 3:** Add an action for Membership Grant Offer and select the offer

{% embed url="<https://lh3.googleusercontent.com/Xxg4qpIOgJE9t-pRmOlTIHoSA570wyH9b15S7gfMdTTvNCQmrSjWSVekoKYFHAcI3MCj90yJUg7-TfVr3io_QchfD6v45cWSC0UMQeWUPrxSfYc6GOfmUsfFFKCTl3Vs5LmOXtEBVxFDDIcv12S9VKott3cNjxNrgT1nCQbHCYUrnbBC-gXX9wvNximU2Q>" %}

**Step 4:** Save everything and publish the workflow to ensure it isn’t in draft mode.


---

# 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/workflows/how-to-connect-course-and-funnel-checkout-using-workflows.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.
