> 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/workflow-triggers/workflow-trigger-membership-lesson-started.md).

# Workflow Trigger: Membership Lesson Started

The Membership Lesson Started trigger will activate a Workflow when a contact begins or interacts with a specific lesson in a membership course. In this article, we will go over how to use this trigger to track specific membership products and send additional resources once a category has been started.

* Add filters to further customize the workflow, such as firing off of a specific lesson. Just add the trigger and choose the actions you would like to use.

{% embed url="<https://lh5.googleusercontent.com/ebTsXdahUjOhJj4UvfjbGS2XngJURcR8ffk70teTFyw9NID1zHwr38IHAzgXn_SngjxfIjde_SdyIs3DAwk08r5X94pxIcTViguIZnqOUQqw7Xxm6dT4TGDdM8iHx6ZGYASX_0mle-lnOZlbr-skCSM>" %}

* This trigger above will filter for a specific lesson. (See Example Below)

{% embed url="<https://lh6.googleusercontent.com/BgIzfKrsRpYeJcgCD7uI4SB0tTYh53SCaFBsU9EmO2WEGdN6SKknwO0iLS2cXIg13iAViktzuwbTdGACuQU-f9BfpUF0av5LAwMDBtNA6TDhgYy2ojgJZIXO1Y_s9f3bjQ6jFt1RqwFdSNufMljOPrc>" %}

***Please Note:** Custom values are available for the customization of emails. If/Else fields are also available for filtering when using multiple lessons. (See Screenshots Below)*

{% embed url="<https://lh3.googleusercontent.com/bVSMm_iEy7XBocEO0Juv-SpAPpX5Y9bZpvBfdYGn2VH0nXC85Ze3dDGAuGGeTWkSzmSFA8HN8VvVAQr4mASe7yGw8ckAOPU7vKuUxLNFwXNzMYhZN1zCuSGsfRbLF8am8yul7PVcFnfOvk07l8m8790>" %}

{% embed url="<https://lh4.googleusercontent.com/5MHcxrLafRvpnC8F9R3Y_ReFDSQPkZa7VuCPimY2BfCoPoKVo96m3ScadLBj7RoDYwhsrHlE22OBDRAp5fwkTj-3qVxpph_tCZQG-0C_iV_Z9_bbMwX1Mcf-gPVUdlANi4FC9O6OCZAnOd0IWENxNtI>" %}


---

# 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/workflow-triggers/workflow-trigger-membership-lesson-started.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.
