# Users

### Users

To begin working with users, it is helpful to become familiar with the Users table. You can access the Users table by navigating to Users > Manage, which will display a list of the current users in the system.

As shown in the image below, the table includes options to Create, Edit, Delete, or Resend Invite for each user.

<figure><img src="/files/OcFhCe2HfpXKVjUHhzYi" alt=""><figcaption></figcaption></figure>

### Groups

Another table to be familiar with is the User **Groups** table. This table allows one to create and delete a group.

A user group is a collection of users who share common characteristics, such as job roles, access levels, or permissions within a system or organisation. Grouping users together into logical units simplifies user management and access control. By defining user groups, organizations can more effectively manage user access to systems and resources based on their roles and responsibilities.

<figure><img src="/files/qhPtBSuEYJVX2k9jNw3K" alt=""><figcaption></figcaption></figure>


---

# 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://help.tillit.cloud/tillit/knowledge-base/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.
