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

# User details

To view the details of a selected user account, click on the user's name in the [User list](https://panel.navixy.com/#users). You see the user's information, such as their full name, balance, devices, and login, on the right side of the screen. You also see the following options below:

* **Edit user** (also available by clicking <img src="/files/emAR3HbrmtAhNxSs2jMr" alt="Edit user" data-size="line"> on the right side of the user list when a user is selected): Opens the [Edit user](#editing-users) window.
* **User's trackers:** Displays a list of trackers belonging to the user.
* **Login as user:** Logs into the Navixy platform under the user's account.
* **Copy session key to the clipboard:** Copies the session key (a 32-character hexadecimal string) into the clipboard and displays a success message.
* **Change balance:** Opens the **Balance change** window. For more information on changing the user's balance, see [Billing operations](/docs/admin/users/billing-operations.md).
* **User's transactions**: Opens the **User's transactions** page, which describes the transactions made by the user during a given period of time. For more information, see [User's transactions](/docs/admin/users/billing-operations.md#users-transactions).
* **Change password:** Opens the **Password change** window. To change the user's password, enter a new password and repeat it.
* **Activate tracker:** Opens the device activation wizard. For more information about activating trackers, which can be done both via Admin Panel and web platform, see [Activate GPS device](https://www.navixy.com/docs/user/guide/quick-start/activate-gps-device).

## Editing users

To open the **Edit user** window, either double-click the user in the [User list](/docs/admin/users.md#user-list) or click <img src="/files/jbgWeGTHxRQaTCaHimzp" alt="" data-size="line"> in the selected user's rightmost column. It is generally similar to the [Create user](/docs/admin/users/create-user.md) window.

{% hint style="info" %}
The displayed fields change depending on the user's legal status (individual, legal entity, or sole trader).
{% endhint %}

<figure><img src="/files/DZlkVMYEqAwGpGqUa05B" alt="Edit user window pt1" width="515"><figcaption></figcaption></figure>

<figure><img src="/files/NZ9QnvPj0GO0itO50KkU" alt="Edit user window pt2" width="515"><figcaption><p>Edit user window</p></figcaption></figure>


---

# 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://navixy.com/docs/admin/users/user-details.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.
