> For the complete documentation index, see [llms.txt](https://presight.gitbook.io/presight-v1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://presight.gitbook.io/presight-v1.0/governance/table-restriction.md).

# Table Restriction

{% hint style="danger" %}
When a table is uploaded on Presight, the default permission is <mark style="color:red;">**Everyone can view**</mark>.
{% endhint %}

## Table Restriction

As a workspace admin, you can choose to restrict users from viewing the table by clicking on the **Restrict Table Access** tab.

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

Then, choose team members that you want to restrict from viewing the table.

<figure><img src="/files/TLdemaCxQkultHTL7no7" alt="" width="531"><figcaption></figcaption></figure>

## Column Restriction

As a workspace admin, you can allow users to view the table but restrict them from some specific columns in your table by using <mark style="color:blue;">**Column Permission**</mark> when clicking on the ![](/files/KrWY5JtugBIgoBZAo8us)icon next to the column name.

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


---

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

```
GET https://presight.gitbook.io/presight-v1.0/governance/table-restriction.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.
