> For the complete documentation index, see [llms.txt](https://docs.valorx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valorx.com/valorx-wave/surf-the-wave/publish-the-grid/lightning-web-runtime-lwr.md).

# Lightning Web Runtime (LWR)

## Using Valorx Grid and Matrix on LWR Sites

Before adding a Valorx Grid or Matrix component to an LWR site, the following Security & Privacy settings must be configured in Salesforce.

### Required Settings

Navigate to your LWR site's **Security & Privacy** settings and update the following:

| Setting                                          | Required Value                                                 |
| ------------------------------------------------ | -------------------------------------------------------------- |
| **Clickjack Protection Level**                   | Allow framing by any page (No protection)                      |
| **Content Security Policy (CSP) Security Level** | Relaxed CSP: Permit Access to Inline Scripts and Allowed Hosts |

#### Steps

1. In Salesforce Setup, navigate to your LWR site settings.
2. Open **Security & Privacy**.
3. Under **Clickjack Protection**, set the level to **Allow framing by any page (No protection)**.
4. Under **Content Security Policy (CSP)**, set the Security Level to **Relaxed CSP: Permit Access to Inline Scripts and Allowed Hosts**.
5. Save your changes.

Once these settings are applied, Valorx Grid and Matrix components can be added to the LWR site.

<figure><img src="/files/Rl5RMqTFo5usNJBzyuFL" alt=""><figcaption></figcaption></figure>

### Known Limitation

Row Actions and Grid Actions built using Aura or LWC components are not supported in LWC Grid. To use these actions, configure and use the Aura-based Grid.
