> ## Documentation Index
> Fetch the complete documentation index at: https://docs.insaion.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Devices overview

Manage your fleet: add and configure devices, view status, and drill into details.

## Devices list

<img src="https://mintcdn.com/insaion/kLNYpIvcrwmnhtDB/assets/devices/devices-table.png?fit=max&auto=format&n=kLNYpIvcrwmnhtDB&q=85&s=159d770936f173f8604b0dde357be17d" alt="Devices Table" width="1718" height="1012" data-path="assets/devices/devices-table.png" />

The Devices page is the central place to monitor and manage every device that's connected to your system. A "device" is any physical or virtual unit (edge computer, sensor, robot, gateway, or embedded controller) that runs an agent and reports telemetry, status and logs back to the platform.

### What you'll see on this page

* A searchable, paginated table with one row per device. Each row shows the device's identity and key operational fields so you can quickly scan fleet health.
* Columns (default):
  * **Name**: human-friendly device name.
  * **Template**: the device template (if any) that defines default configuration for this device.
  * **Type**: device type or model. (AMR, Drone,...)
  * **Site**: the physical or logical site where the device is located.
  * **Agent Version**: version of the agent running on the device.
  * **Status**: online / offline with last seen timestamp.
  * **Created At**: timestamp when the device was first registered.

### Filters and search

* Filter by Name, Type, Status and Site to narrow the list.
* Full-text search over device name, ID, and tags.
* Sort by Name, Site, or Created At for quick triage.

<img src="https://mintcdn.com/insaion/dkLh615XOmGRTVSX/assets/devices/devices-filter.png?fit=max&auto=format&n=dkLh615XOmGRTVSX&q=85&s=e082c3b52a58293d66931824754f8cda" alt="Devices Table" width="2940" height="222" data-path="assets/devices/devices-filter.png" />

### Device registration and automatic appearance

Registered devices appear automatically in this list as soon as they finish their enrollment or start sending heartbeats. There are two common registration paths:

* Enrollment key: generate or select an enrollment key in the Add Device wizard, then run the generated Linux install command so the systemd service registers automatically (See the [Agent installation](../agent/installation) page.).
* Pairing token: install the Linux systemd service from the Add Device wizard, then enter the generated pairing token in the device's local pairing UI.

See the [Add device](/devices/add-device) page for details on both methods.

When a device registers, it takes the default name based on the `Default Device Name Prefix` on Settings > Organization. If it is not set, the device name will be `device-xxxx` where `xxxx` is an increasing number. You can rename the device at any time in the device details view.

<div className="insaion-footer" role="contentinfo">
  <div className="insaion-footer__card">
    <div className="insaion-footer__content">
      <span className="insaion-footer__icon" aria-hidden="true">
        <svg viewBox="0 0 24 24" width="20" height="20" aria-hidden="true" focusable="false" className="insaion-footer__svg" role="img">
          <path fill="currentColor" d="M21 6.5A3.5 3.5 0 0 0 17.5 3h-11A3.5 3.5 0 0 0 3 6.5v5A3.5 3.5 0 0 0 6.5 15H8v3l3-3h6.5A3.5 3.5 0 0 0 21 11.5v-5zM7 8.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
        </svg>
      </span>

      <div>
        If something's unclear or you hit a blocker, contact us on

        <a href="https://discord.gg/ZJMPfMmu3S" target="_blank" rel="noopener">
          Discord
        </a>

        or <a href="mailto:contact@insaion.com">[contact@insaion.com](mailto:contact@insaion.com)</a>
      </div>
    </div>
  </div>
</div>
