# Table Permissions

## Table Permissions

* You can edit permissions for individual tables in App Settings.
* Each permission set grants users the ability to read, update or create data in fields on that table.
* A user can access a table if *any* of the permission rules give them access.
* By default, all users can read, update, and create data.

**Tip**

If you've been using Stacker for a long time, some of your tables may have permissions disabled. If permissions are disabled, then any user will be able to see, update and create data in all fields on the table.

## Create a new permission

1. Click **Manage table and data**
2. Select the table you want to add permissions
3. Click **Permissions**
4. Click the Pencil icon to edit or **+Add Permission** to create a new permission rule

![Perms.gif](https://support.stackerhq.com/hc/article_attachments/6838642658195/Perms.gif)

## Access all permissions

You can access all your permissions by clicking on **App Settings -> Permissions**

![Screenshot\_2022-06-09\_at\_12.15.24.png](https://support.stackerhq.com/hc/article_attachments/6838694954899/Screenshot_2022-06-09_at_12.15.24.png)

## Permission Overview

Each permission has icons and labels to help you understand your permissions at a glance

* **Permission**: This shows the name of your permission rule and the user role the rule applies to. This is based on the Permission sharing section.
* **Access**: Determines which records the user can access. All records, some records or no records. This is based on the Record filters section.
* **Read, Update, Create** and **Delete:** whether users can perform this action on all fields (a green tick), some fields (a yellow dash), or no fields (a red cross). This is based on the Field access section.
* **Actions**: Allows you to edit or delete the permission rule.

![Screenshot\_2022-02-04\_at\_12.22.34.png](https://support.stackerhq.com/hc/article_attachments/4417235709459/Screenshot_2022-02-04_at_12.22.34.png)

On our property app, we have set the permissions on the Team table so that users with the role Team have access to all records, but they cannot create or delete records.

![Screenshot\_2022-06-09\_at\_12.16.31.png](https://support.stackerhq.com/hc/article_attachments/6838715594259/Screenshot_2022-06-09_at_12.16.31.png)


---

# 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.stackerhq.com/stacker-classic/permissions-and-security/configure-a-permission-rule/table-permissions.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.
