# Users

#### 1. **View List of Users**

* The module displays a list of all users who have interacted with your roadmap or contributed by adding features.
* This list helps you identify active participants and track their contributions.

#### 2. **User Details Overview**

* Click on the **"view"** option next to any user to access their profile.
* Inside the user detail page, you’ll find an **overview of all actions** performed by that user, including:
  * **Comments**: Feedback or discussions posted by the user.
  * **Posts**: Features or updates shared by the user.
  * **Upvotes**: Features or ideas the user has upvoted.
* This detailed view helps you understand individual user engagement and contributions.

#### 3. **Admin Identification**

* Admins are marked with a **star icon (★)** next to their name in the user list and detail view.
* This makes it easy to identify users with administrative privileges at a glance.


---

# 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.productlogz.com/users-module/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.
