---
title: "Can I Configure my LRS with Whatfix?"
slug: "can-i-configure-my-lrs-with-whatfix"
updated: 2024-06-11T02:29:47Z
published: 2024-06-11T02:29:47Z
canonical: "support.whatfix.com/can-i-configure-my-lrs-with-whatfix"
---

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

# Can I Configure my LRS with Whatfix?

Whatfix pre-configures the Learning Recording System (LRS) for xAPI compliant packages. Here are some examples of user behavior that you can track.

- John clicked the Task List.
- John attempted the Salesforce module-1 course.
- John played the Salesforce welcome video.
- John passed the Whatfix course for Salesforce, etc.

To track such information, it is mandatory to link your LRS details to our xAPI package. This is due to the wide range of LMSs to choose from, like Talent LMS or SAP Litmos etc. For more information, see [xAPI package export](/studio/docs/xapi-package-export)

## Sharing your xAPI details with Whatfix

Once the xAPI Package is exported, a **ZIP file** is downloaded. The downloaded file can then be integrated with the LMS of your choice. Use the following steps to integrate your xAPI package details with Whatfix,

1. Extract the .zip file into a folder of your choice. ![config.js file](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/config.js%20file.png)
2. Open the **config.js** file using a code editor.
3. In the code editor, you'll have to enter the endpoint, SCORM cloud username, and password within **““** adjacent to the respective fields. ![code editor](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/code%20editor.png)

```
endpoint: "https://cloud.scorm.com/lrs/AD4SCMW2DU/",username: "john.doe@whatfix.com", password: "LifeMathMoney123"
```

| Fields | Description |
| --- | --- |
| endpoint | link to the LRS |
| username | Admin username |
| password | Admin's password for the LRS |

## Getting the End-point

          your title goes here

          

The following procedure to get the end points might differ based on the LMS you are using. The example provided here uses SCORM Cloud as the LMS.

Use the following steps to get the endpoint,

1. Log into your SCORM cloud account and Go to **xAPI LRS**. ![XAPI LRS](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/XAPI%20LRS.png)
2. Click **LRS Endpoints** and copy the **SCORM Cloud endpoint**. ![Endpoint](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/Endpoint.png)
3. Paste the LRS endpoint in the code editor adjacent to the endpoint.

          Note

          

SCORM does not support two-way content sync.

## Related

- [xAPI package export](/xapi-package-export.md)
- [SCORM package export](/scorm-package-export.md)
