> For the complete documentation index, see [llms.txt](https://docs.intuneassistant.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intuneassistant.cloud/getting-started/searching-and-filtering-tables.md).

# Searching and Filtering Tables

Every table in Intune Assistant has a search box above it. You can use it to quickly narrow down long lists of policies, devices, assignments, and other items.

## How to use it

Type any word into the search box and the table instantly shows only the rows that contain it, anywhere in any column.

To exclude rows instead of finding them, put an exclamation mark (`!`) directly in front of a word. Rows containing that word will be hidden.

You can combine as many words as you like, separated by spaces. Every word you type without `!` must be present in a row, and every word with `!` must be absent, for that row to show up.

### Examples

| You type          | What you get                                           |
| ----------------- | ------------------------------------------------------ |
| `compliant`       | Only rows that contain "compliant"                     |
| `!test`           | All rows except those that contain "test"              |
| `compliant !test` | Rows that contain "compliant" but not "test"           |
| `!test !android`  | All rows except those that mention "test" or "android" |

## What you'll see

While you type, the table updates automatically. A counter above the table shows how many rows match out of the total, for example "3 of 5 results". Hover over the small info icon next to the search box for a quick reminder of this syntax.

## Requirements

No special license or permission is needed. This works on every table across the app, for any user who can already see that table.

## Tips

* Search is not case-sensitive.
* Search looks at every column of a row, not just the ones currently visible on screen.
* Clear the search box (using the "x" button) to see the full list again.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.intuneassistant.cloud/getting-started/searching-and-filtering-tables.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
