# 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.

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

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

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.&#x20;

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

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.

<figure><img src="/files/jDpqzcQzdh2aO54sKHA3" 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.redivis.com/reference/tables/exporting-tables/embedding-tables.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.
