> For the complete documentation index, see [llms.txt](https://docs.redivis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redivis.com/reference/tables/exporting-tables/embedding-tables.md).

# Embedding tables

Redivis [tables](/reference/datasets/data.md) can be embedded on any site that allows for embed links, which allows people to interact with the live table and underlying data (assuming proper data access), including viewing summary statistics, exploring the cells, and querying the data. Any table, including those generated while working with data in a workflow, can be embedded.

{% embed url="<https://redivis.com/embed/tables/4c10-fw4z0tay8>" %}

## Embedding tables from a dataset page

To embed source table from a dataset, navigate to that table on Redivis, select **Export table**, then navigate to the **Embed** tab.

<div data-with-frame="true"><figure><img src="https://1672950126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LVodLwUXgJUGcm5Cvso%2Fuploads%2F25iWfdIkLqOQ8CVL6re5%2Fredivis.com_datasets_7br5-41440fjzk_tables_6fff-7hqb797cb_exportTable%3D6fff-7hqb797cb%26exportDestination%3Dintegration%20(3).png?alt=media&amp;token=02a6ba1b-483a-46f9-9de9-af2156c27935" alt=""><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="https://1672950126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LVodLwUXgJUGcm5Cvso%2Fuploads%2FbIgfAKbL9jMiiqCp2urT%2Fredivis.com_datasets_7br5-41440fjzk_tables_6fff-7hqb797cb_exportTable%3D6fff-7hqb797cb%26exportDestination%3Dintegration%20(4).png?alt=media&amp;token=be336255-263f-485b-83a7-09d1b93a996d" alt=""><figcaption></figcaption></figure></div>

Here you can copy the embed URL and paste it into any site that supports embed links. You can also copy code to use for embedding this table on your own page.

At any point, you can select **View on Redivis** in the bottom right corner to view the original table on its Redivis dataset page.

You can also view this table fullscreen by selecting the fullscreen icon on the bottom right overlay.

## Embedding tables from a workflow

To embed a table generated or used within a [workflow](/reference/workflows.md), navigate to the workflow containing the table, and select the corresponding table node. From the table's more menu, select Export, then navigate to the embed tab.

The **Embed** tab provides an **Embed URL** and **Embed code**. You can also choose whether the embedded table displays the **Cells** tab by default. If unselected, the embedded table will display the **Variables** tab instead.&#x20;

Copy the appropriate options and add it to the external site where you want to display the table.

Like source tables embedded from the dataset page, you can select **View on Redivis** in the bottom right corner to view the original table in the Redivis workflow. You can also view the table fullscreen by selecting the fullscreen icon on the bottom right overlay.

## Access

Public data will always be accessible when embedded to anyone viewing the page. However if the data is restricted, normal data [access rules](/reference/data-access/access-levels.md) apply.

In order to view restricted data, users must have a [Redivis account](/reference/your-account.md) and be signed in. If they need to sign in, they can do so when viewing the dataset in it's embedded context.

<div data-with-frame="true"><figure><img src="https://1672950126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LVodLwUXgJUGcm5Cvso%2Fuploads%2F81vTwHeTEaZ3iaswZjeQ%2FScreenshot%202023-12-06%20at%209.18.56%20PM_out.png?alt=media&amp;token=c1d91415-5341-49d3-ab6c-2e63e7566de9" alt=""><figcaption></figcaption></figure></div>

Once logged in, if they already have [metadata or data access](/reference/data-access/access-levels.md) to the table it will become available to view and query. If not, they'll need to apply for access on the Redivis dataset page by selecting **Apply for access**.

<div data-with-frame="true"><figure><img src="https://1672950126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LVodLwUXgJUGcm5Cvso%2Fuploads%2FhmvMlIW7IwSsKxr8LtiT%2FScreenshot%202023-12-06%20at%209.22.15%20PM_out.png?alt=media&amp;token=352786af-0959-4e97-80de-180a4ddd984e" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.redivis.com/reference/tables/exporting-tables/embedding-tables.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
