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

# User

To begin creating a new user, ensure you're navigating from the **Cockpit Menu**.\
Click on **Administration**, then select **Users** from the sidebar.

This will open the **User Management** page, where you'll see a list of all users currently registered within the tenant or subtenant. From here, you can manage existing users or proceed to create a new one by following the guided steps.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfQ2DaButXdDnr61GL_72CwMT1x9uyWiz5VPNEHHnmBBlfcD8K429P7m2RAaaofCnXooX64SuqWbtaBk9p7W3tAbDmx1K9hBNFTCDiUWKdg8U6p43tRObKIRR4Ox6OXKV5rnOjjTA?key=ZzE-SQBxhtpTethCCNB9a49Q" alt=""><figcaption><p>User Dashboard Overview</p></figcaption></figure>

## To Access the User Dashboards:

1. Navigate to the Administration Section:
   * Ensure you are in the Cockpit menu and click on Administration.
2. Locate the User List:
   * The page will open with all the users already logged in.

**In the User Dashboard, Admin can:**

* Search for a Specific User:
  * Any specific user can be found by typing their name or email address in the search bar.
* Filter by User Name:
  * To filter the list by the user's name, click the filter button.
* Create a New User:
  * To create a new user, click the "+" icon.
* Export the User List:
  * To export the user list, click the export icon.
* Sort the List:
  * To toggle the sorting order, click the last icon on the right.

{% hint style="warning" %}
\*IMPORTANT: Ensure the format is .JSON or .CSV
{% endhint %}


---

# 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.g-iot.io/platform-user-guide-book/administration/user.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.
