# Applying table data filters

Apply data filters to your app to limit what information shows from your data source to your app. When applying these filters, only **records that meet these conditions** will be visible in your table.

## Apply table data filter

To restrict the records that are pulled into Stacker from a particular table, you need to apply data filters to that table.

1. Click **Manage fields and data**
2. Select the table you would like to add the data filter on
3. Click **Settings** on the top right
4. Expand the data filter section of the window.
5. Click on '**Add Condition'** and select which field you'd like to base your filter on.
6. Specify the condition you'd like fields to meet to be visible in the app.
7. Click **Save**

![](https://support.stackerhq.com/hc/article_attachments/6668440116499/data_filters.gif)

Data filters apply to you as an admin as well as your users. If you'd like to just restrict which records your users can access, you should use Stacker's permissions feature.


---

# 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/data/applying-table-data-filters.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.
