# Tracker details and operations

## Tracker details

To view detailed information about a tracker, simply double-click its name in the table. Its details will appear on the right of the tracker list, including the tracker's connection status, last update time, battery level, and other relevant information.

You will also see the following operations below:

* **Edit tracker:** Allows you to change the tracker's name and owner or make it hidden. See [Editing tracker](#editing-tracker) for more information.
* **Air Console:** Opens [Air Console](/docs/admin/devices/air-console.md) for the tracker.
* **Tracker settings**: Opens the **Tracker settings** window for the tracker that shows its information. Only available to activated and non-suspended trackers.\
  This information can also be viewed in the **Devices and settings** module of the Navixy platform. To learn more, see [Devices and settings](/docs/user/guide/devices-and-settings.md).

<figure><img src="/files/gihHA71XAc5GGkZjNBtL" alt="" width="291"><figcaption></figcaption></figure>

* **Create clone:** Creates a [tracker clone](/docs/admin/devices/tracker-clones.md). Only available to trackers that aren't clones.
* **Remove clone**: Deletes a [tracker clone](/docs/admin/devices/tracker-clones.md). Only available to trackers that are clones.
* **Change plan:** Opens the [Change plan](/docs/admin/devices/change-plan.md) window for the tracker. Only available to trackers that aren't hidden.
* **Retry activation**: Sends default activation commands to the device.
* **Cancel activation:** Permanently removes the device from the database.

## Editing tracker

Click **Edit tracker** to modify the tracker's parameters. The following parameters can be changed:

1. **Label**: Update the tracker's name for easier identification on the platform.
2. **Tracker owner:** Reassign the device to a different user within your organization.
3. **Hidden:** Check this box to deactivate the tracker and remove it from future billing cycles.

{% hint style="info" %}
While a tracker is hidden, it will not be included in the next billing period. The tracker remains active until the end of the current paid period. If the device continues to transmit data during this time, it is still considered active for the billing purposes for the current cycle.

You cannot change the subscription plan for a tracker while it is set to hidden.
{% endhint %}

4. **Comments:** You can add a few words about the tracker for reference purposes.


---

# 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://navixy.com/docs/admin/devices/basic-operations.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.
