# User

### Overview

In TilliT a user is an individual who interacts with the software to perform specific tasks or access certain features or resources. A user typically has a unique identifier (such as a username or email address) and is authenticated using a password or other credentials.

The user's interaction with the software can be customised based on their permissions, preferences, and groups.

{% hint style="info" %}
Before starting, if you plan on using Single Sign On (SSO), then please read the articles on [User authentication](/tillit/knowledge-base/users/user-authentication.md)
{% endhint %}

User Management is a prerequisite and key component of TilliT.

For TilliT DO, the User administration including systems access is done on two levels, Roles and Groups. The Roles will define if someone can add or remove users and maintain the application settings. Groups are meant to represent different functions of users and what activities each function is able to see and submit.

### Navigation

{% hint style="info" %}
Navigation: ***Users > Manage***
{% endhint %}

### Creating a new Attribute

On the table click ***Actions > Create***; you will be presented with a pop-up.

### **Fields**

| Name          | Description |
| ------------- | ----------- |
| Username\*    |             |
| First Name\*  |             |
| Last Name\*   |             |
| Email\*       |             |
| Phone         |             |
| Roles \*      |             |
| User Groups\* |             |
| User Sites\*  |             |

Click the ***Save and close***\*\* \*\* button to finalise.

### Introduction Video

{% embed url="<https://youtu.be/Z5hdoADdDWQ>" %}


---

# 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/manage.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.
