---
sourceDocument: Xanadu Customer Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/customer-service-management

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu Customer Service Management

ft:clusterId :

    - csm

bundleId :

    - csm

workflow :

    - Customer and Industry


---

# Launch a feature in Engagement Messenger using URL parameters

# Launch a feature in Engagement Messenger using URL parameters {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Use URL parameters in your website's URL to enable the deep linking and launch a feature in Engagement Messenger integrated with your website.

## Before you begin

[Configure Engagement Messenger](https://servicenow-prod.fluidtopics.net/Z8NYge~9313OqKLvvRrQdw "Create a Engagement Messenger module and configure its behavior, appearance, and styling. By creating a messenger module, you can customize the appearance and behavior according to your organizational branding and to suit your customer needs.").

[Embed Engagement Messenger in your web application](https://servicenow-prod.fluidtopics.net/0p_JStBvp9LCIfQ6GQWDPg "Embed the source code of the messenger module that you configured in your website so that you can enable your customers to start using Engagement Messenger in your website.").

Role required: ec_admin and website administrator

## About this task

You can use URL parameters to display specific feature in Engagement Messenger. When the URL is accessed, it opens your website and automatically loads the specified feature in Engagement Messenger. For example, you can embed the URL in an email to share a knowledge article from Engagement Messenger.  
Note:  
If you are using existing Embed code, ensure that you update the script to include `v=3.1`. For example:

## Procedure

1. Navigate to Engagement MessengerModules.
2. In the Configure Engagement Messenger Module, open the Implement tab.
3. Copy the code from the Embed code section.
4. In a text editor, open the HTML file of the web page on your website where you integrate Engagement Messenger.
5. Paste the code you copied before the closing body tag.
6. Save the file.
7. Modify the website URL to include the feature.  

       https://website/page.html?feature=<FEATURE_NAME>&<PARAM_NAME1>=<PARAM_VALUE1>&<PARAM_NAME2>=<PARAM_VALUE2>

   \<FEATURE_NAME\>
   :   The feature name. For information, see [Feature context parameters supported in Engagement Messenger](https://servicenow-prod.fluidtopics.net/ubtSMgGI2DmR3YdItnoGPg "Features for contextual launch capability enable you to set the default launch screen in Engagement Messenger.").

   \<param_name1\>=\<param_value1\>
   :   Name and value of a parameter associated with the feature. To define multiple parameters, use the same format. For more information, see [Feature context parameters supported in Engagement Messenger](https://servicenow-prod.fluidtopics.net/ubtSMgGI2DmR3YdItnoGPg "Features for contextual launch capability enable you to set the default launch screen in Engagement Messenger.").
8. **Optional:** Verify that the URL launches the designated feature automatically.

## Result

The feature you included in the URL is set as the default launch screen in Engagement Messenger.

## Example

The following sample URL includes a system identifier (sys_id) for a knowledge article that will automatically display when the website is launched.

    https://mywebsite/page.html?feature=VIEW_ARTICLE &sys_kb_id=ec7617461b01f01080df6247b04bcbaf

*[\>]: and then


