# Page "Users"

This page displays all users who have been registered by the system for the selected resource.

You can customize the table view to your preference. To choose which data to display, click the “Columns” button (located above the table on the right) and select the fields you need. To learn more about a specific field, hover over it to see a tooltip.

For convenience, all fields are divided into five categories, and their names are self-explanatory. The only category worth highlighting is “Additional fields” — it contains the fields that you have added manually in the corresponding section.

#### Filters

For numeric fields, the following logical operators are supported:

* != — not equal.

  Example: !=100 (selects all values not equal to 100)
* < > <= >= — comparison operators.

  Examples: <100, >=100
* A…B — range.

  Example: 10...100 (values from 10 to 100 inclusive)


---

# 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.graspil.com/en/app/users.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.
