> ## Documentation Index
> Fetch the complete documentation index at: https://moengage.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Storylane

## Introduction

[Storylane](https://www.storylane.io/) enables B2B marketing and Sales Engineering teams to capture your product and create engaging demos and product tours.

## MoEngage and Storylane

With Storylane, you can build and share interactive product demos with your prospects and leads. With the MoEngage and Storylane integration, you can:

* Send customized product demo links to your prospects in MoEngage campaigns.

## Integration

### Embed product demo links in MoEngage campaigns

Using MoEngage's JINJA personalization, you can dynamically add links created by Storylane inside MoEngage campaigns for a more personalized experience. The following example shows how to do this for an email campaign.

#### Step 1: Create a new MoEngage email campaign

To use the demo link in your MoEngage campaigns:

1. On step 2 of campaign creation, paste your product demo link, then type `@`.
2. In the personalization pop-up, select **Email (Standard)**.
   <img src="https://mintcdn.com/moengage/syqICryKE0qygh49/images/partner_20559412352532.png?fit=max&auto=format&n=syqICryKE0qygh49&q=85&s=60089821ce835f017232858c21b6be6f" alt="Storylane personalization pop-up in MoEngage with Email (Standard) selected" width="2652" height="1036" data-path="images/partner_20559412352532.png" />
   To display the link generated by Storylane, use the following code:
   ```jinja JINJA wrap theme={null}
   https://<your_domain>.storylane.io/share/<share_code>?email={{UserAttribute['Email (Standard)']}}
   ```
3. Click the **Preview** tab to view your campaign with real-time personalization.
   <img src="https://mintcdn.com/moengage/syqICryKE0qygh49/images/partner_20559412353428.png?fit=max&auto=format&n=syqICryKE0qygh49&q=85&s=7cc9f7d65766cc761be3ee379e9b82db" alt="MoEngage email preview showing the personalized Storylane demo link" width="2844" height="1142" data-path="images/partner_20559412353428.png" />
4. Publish the campaign.

<Check>
  Each recipient receives an email containing a Storylane demo link personalized with their email address.
</Check>
