> For the complete documentation index, see [llms.txt](https://doc.loadmaster.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.loadmaster.biz/9-unified-data-management/9.1-between-multiple-users.md).

# 9.1 Share Data between Multiple Users

If there are many people in your company who want to use LoadMaster or you want to store and manage data unitedly, you can set up multiple users under your tenant to share data. At the same time, you can set users' permissions to facilitate the management. The detailed steps are as follows:

Step 1: Log in and click \[Administration>Users] on the left side to switch to the user management page.

![](/files/-MEafH_OQsFAJnucNhZe)

Step 2: Click \[Create new user] in the upper right corner of the page to add users one by one.

![](/files/-MEafKxgacQrwV1bONj3)

Step 3: Edit user information in the dialog box. Items with \* are required. Save and the system will send activation links to the user email.

![](/files/-MEafNd1go7TIsVQE2mY)

Step 4: The user should check the email and can see the tenant name, user name, password and activation link in the email. Click the activation link to activate it.

![](/files/-MEafQ_OdcBVRotNprPh)

Step 5: After clicking on the activation link, the browser will jump to the login page. Tenant ID will be set correctly. Fill in the user name and password to login.

![](/files/-MEafT9qTXvgXtqcXixU)

Step 6: New users doesn't have any permissions. The administrator "admin" should set the user's permissions. Click \[Actions>Permissions] in the left side of the username, then check all of the permissions that the user should have. Finally, click the "Save".

![](/files/-MEafWCkDa8wkkjX7p0U)

Note: Click \[Online Users] on the left to see which user is currently online.

![](/files/-MEafZISeCqZrG9L-4lN)


---

# 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://doc.loadmaster.biz/9-unified-data-management/9.1-between-multiple-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.
