# Publish The Grid

Publishing makes your grid available for others to use and interact with in Salesforce. Once published, it carries a **Published** label, and you can track its usage through the **View Location** option.

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

You can publish grids in several ways, depending on your needs:

### **Add to Lightning Pages**

* Place a Valorx Grid on App Pages, Home Pages, Record Pages, or Tabs/Subtabs.

{% content-ref url="/pages/vqTWdLybbT8b64a3lfgU" %}
[Lightning Pages](/valorx-wave/surf-the-wave/publish-the-grid/lightning-pages.md)
{% endcontent-ref %}

### **Embed in Experience Cloud**

* Add a Valorx Grid to a community or portal page and publish it for external users.

{% content-ref url="/pages/wucqddBnPI46gwLaayzb" %}
[Experience Cloud Page](/valorx-wave/surf-the-wave/publish-the-grid/experience-cloud-page.md)
{% endcontent-ref %}

### **Use in Components & Flows**&#x20;

Embed grids in Aura Components or Screen Flows for custom processes.

{% content-ref url="/pages/CZczcJytq9qoZoCuWFDH" %}
[Salesforce Components](/valorx-wave/surf-the-wave/publish-the-grid/salesforce-components.md)
{% endcontent-ref %}

***

## About Valorx Grids

### Valorx Grid

Users can publish Valorx Grids across different Salesforce pages using the Lightning App Builder. This makes the grids easily accessible and interactive for other users within Salesforce.

A **Valorx Grid** displays data from a selected object, independent of the record being viewed. Use this option when you want to show grids that are not tied to a parent record.

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

### Valorx Related Grid

A **Valorx Related Grid** is designed for use on **Record Pages**. It displays data that is directly related to the current record through a lookup relationship.

For example, on an **Account Record Page**, you can add a Related Grid of **Opportunities**. The grid will automatically filter to show only the Opportunities linked to that Account, using the record’s ID and the lookup relationship (e.g., AccountId).

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


---

# Agent Instructions: 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:

```
GET https://docs.valorx.com/valorx-wave/surf-the-wave/publish-the-grid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
