> For the complete documentation index, see [llms.txt](https://docs.graspil.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graspil.com/en/app/users.md).

# "Users" page

This page displays all users that have been recorded by the system for the selected resource.

You can customize how the table is displayed. To choose which data to display, click the "**Columns**" button (located on the right above the table) and select the fields you need. To learn more about each field, hover your cursor over it — a tooltip will appear.

For convenience, all fields are split into five categories. Their names are intuitive. The "**Custom fields**" category deserves a separate mention — it displays the fields you've added yourself in the corresponding section.

### Filters

Numeric fields support logical operators:

!= - not equal to. Example: !=100 (all values not equal to 100)

<> <= >= - comparison. Example: <100 or >=100

A...B - range. Example: 10...100 (from 10 to 100)
