> For the complete documentation index, see [llms.txt](https://docs.stackerhq.com/stacker-classic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackerhq.com/stacker-classic/permissions-and-security/introduction-to-permissions.md).

# Introduction to Permissions

Permissions let you control what your users can see, and how they can interact with data in your apps. You can use permissions to:

* Limit which pages the users can access
* Limit which records a user can read, edit, create or delete
* Limit which fields a user can read, edit, or create

## Enable Permissions

1. Click on **Manage fields and data**
2. Select the table you want to set permissions on
3. Click **Permissions**
4. Click the pencil icon to edit

![permissions.gif](https://support.stackerhq.com/hc/article_attachments/8682790544531/permissions.gif)

## How do Permissions work?

By default, all users can read, update, and create new records. Permissions are set in each app on the table.

Permissions can be set based on the following:

* The user’s role
* The content of the record
* Whether the user is linked to the record

Admin users have access to all records regardless of the permission settings.

### Example

In our Property app, we have a Clients table, we only want team members to see records from clients that they are linked to.

In the permissions for the Client table, we set this so that the record -> Team matches the user's Team profile.

![Screenshot\_2022-08-15\_at\_16.12.50.png](https://support.stackerhq.com/hc/article_attachments/8683018628755/Screenshot_2022-08-15_at_16.12.50.png)

This is taken from the linked field, in this case from our Airtable base.

![Screenshot\_2022-08-15\_at\_16.14.42.png](https://support.stackerhq.com/hc/article_attachments/8683119139987/Screenshot_2022-08-15_at_16.14.42.png)

Once the permissions are set up, you can [preview as a user](https://support.stackerhq.com/hc/en-us/articles/4409598253843-Previewing-an-app-as-a-user-for-testing) to see that the permission has been applied correctly.

From our example, we can see that when previewing as team member Lidia, we only show clients that Lidia is linked to.

![Screenshot\_2022-08-15\_at\_16.27.26.png](https://support.stackerhq.com/hc/article_attachments/8683602611731/Screenshot_2022-08-15_at_16.27.26.png)
