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

# Setting up Welkin Users

Admin is a tool used to to configure the Welkin environments. This includes configuring users and their access. The following is a list of functions an administrator has to setup Welkin users:

* [New Users: Add, Delete, Modify](/admin/users/users.md): Assigning Security Policies and Roles; Assigning Regions and Territories; Giving access to Care, Designer, and Admin for each Environment
* [Reset User Passwords](/admin/users/users.md)
* [Changing user's email address](/admin/users/users.md)
* [Assign Seats and Licenses to New Users](/admin/users/users.md)

## Viewing a Welkin User

Selecting any Welkin user will show you the details of that user which includes:

* User's full name
* User's email address
* User's roles
* Environments to which they have access
* Which portals they have access to (Care, Designer, Admin)
* What security policies they are assigned
* What regions and territories they have access to
* Welkin license assigned

In addition, viewing a user allows you to:

* Reset User Passwords
* Changing User's Email Address
* Assign Seats and Licenses

The user info details can also be edited by you as the administrator.

***

## Related Topics

* [New Users: Add, Delete, Modify](/admin/users/add-new-users.md) – user lifecycle management
* [Provide Access to Users](/admin/users/provide-access-to-users.md) – granting portal access
* [Reset User Passwords](/admin/users/reset-user-passwords.md) – password management
* [Changing User's Email](/admin/users/changing-users-email.md) – email updates
* [Assign Seats and Licenses](/admin/users/assign-seats-and-licenses-to-new-users.md) – licensing
* [Roles](https://docs.welkinhealth.com/care/roles) – user roles overview
* [Security Policies](/admin/security/security-policies.md) – access control


---

# 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.welkinhealth.com/admin/users/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.
