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

# Users

#### Creating a New User in TrustLogix

Follow the steps below to create a new user in TrustLogix:

**1. Navigate to the User Management Section**

* Log in to the TrustLogix application with the appropriate credentials.
* Navigate to the **Users** section from the main menu.

**2. Open the Create New User Form**

* Click the **Create New User** button to open the user creation form.

**3. Fill in the User Details**

* **Full Name**: Enter the full name of the user.
* **User Description**: Provide a brief description of the user or their role.
* **Email Address**: Enter the user’s email address.
  * Ensure the email is valid, as a password will be sent to this address for the user to log in.

**4. Assign Roles to the User**

Toggle the roles you want to assign to the user. The available roles are:

1. **Super User**
   * Grants unrestricted access to all data sources and their configuration.
2. **Data Source Administrator**
   * Provides full access to specific data sources and their configurations.
3. **Compliance Manager**
   * Allows access to create and modify monitoring policies and visualize risk alerts.
4. **Policy Administrator**
   * Grants the ability to create and modify access policies.
5. **Data Access Policy Reader**
   * Read-only access to view data access policies.
6. **User Attribute Administrator**
   * Grants access to create and manage access policy user attributes.

**5. Save the User**

* Once all the required information is filled in and roles are assigned:
  * Click the **Create User** button to save the new user.
  * The system will send an email with the login credentials to the specified email address.

**6. Confirm User Creation**

* After saving, verify that the user has been added to the **User Management** list.
* Test the credentials by logging in, if necessary.

***

By following these steps, you can successfully create and configure a new user in TrustLogix.


---

# 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.trustlogix.io/administration/users.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.
