# User Management

### Primary (Main) Account

* The **first account created** during app setup is the **Primary (Main) account**
* This account has **full access** to the app and all settings
* You must log in using the Primary account to:
  * Create new users
  * Assign roles
  * Manage report access
  * Set or update user passwords

The Primary account acts as the owner of the Report Pundit app.

***

### Adding Users

From the User Management page, the Primary account can:

* Add **multiple users**
* Assign each user a role (Admin or User)
* Set login credentials for each user
* Control access to specific reports

This allows different team members to work with only the data they need.

***

### User Roles and Access

#### Admin Users

* Can access most app features
* Can manage reports based on granted permissions
* Cannot replace or delete the Primary account

#### Regular Users

* Can access **only the reports** explicitly assigned to them
* Cannot modify app-level settings
* Ideal for analysts, managers, or view-only users

***

### Report-Level Access Control

You can restrict access at the **report level**:

* Grant users access to specific reports only
* Prevent unauthorized viewing or exporting of sensitive data
* Maintain better data security across teams


---

# 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.reportpundit.com/knowledge-base/settings/user-management.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.
