> 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 will allow someone to interact with the live table and underlying data (assuming proper data access), including viewing summary statistics, exploring the cells, and querying the data.

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

## Embeddable link

Navigate to any table on Redivis and click the **Export table** button, then navigate to the **Embed** tab.

<div data-with-frame="true"><figure><img src="/files/v5pQQ0azYSxtoZFyvSuu" alt=""><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/nGhXuz10IUPoV9lhMxSb" 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 click the **View on Redivis** link in the bottom right corner to view the original table on its original Redivis dataset page.

You can also view this table fullscreen by clicking 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) will 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="/files/wlr160FyBV0R34OD4QI4" 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 clicking the **Apply for access** button.

<div data-with-frame="true"><figure><img src="/files/jDpqzcQzdh2aO54sKHA3" 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.
