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

# Devices

> Your fleet, and everything a device's detail page shows you.

## The Devices list

Every enrolled device, one row each: hostname, status, OS, live CPU/RAM/disk, department, and when it was last seen.

**Status** is one of four states:

| Status       | Meaning                                                                                    |
| ------------ | ------------------------------------------------------------------------------------------ |
| **Online**   | Reporting in normally                                                                      |
| **Offline**  | Hasn't checked in — could be powered off, or lost network                                  |
| **Warning**  | Online, but something's elevated (usually resource usage)                                  |
| **Inactive** | Enrolled but not actively reporting — commonly a device that's been off for a long stretch |

Resource columns (CPU/RAM/Disk) are color-coded the same way everywhere in the product: green under 70%, amber 70–89%, red 90%+.

**Filters**: status, OS, and department, plus a live search across hostname, serial number, and IP. **Bulk actions** appear once you select more than one row — run a command or update a tag across all of them at once.

## Adding a device

The **+ Add** button gives you two paths:

* **Install agent manually** — for one device at a time; see [Installing your first agent](/getting-started/installing-your-first-agent).
* **Deploy to network** — for onboarding many Windows devices at once; see [Deploying to a network](/getting-started/deploying-to-a-network).

## Device detail

Clicking any device opens its full record, organized into tabs.

<AccordionGroup>
  <Accordion title="Overview">
    Full hardware info (CPU model, RAM/disk totals, MAC address, serial number), network info, agent version and when it last registered, and any currently-open policy violations for this device — click through to jump straight to that violation.
  </Accordion>

  <Accordion title="Metrics">
    CPU, RAM, and disk usage as line charts, with a time range selector (1h / 6h / 24h / 7d / 30d). This is the same data your resource-usage policies evaluate against — if a device is flagged, this tab is where you see the actual trend behind it.
  </Accordion>

  <Accordion title="Software">
    Every application detected on this device — name, version, publisher, first seen, last seen. Anything matching a Forbidden Software policy is flagged here. Searchable if the list is long.
  </Accordion>

  <Accordion title="Commands">
    History of every command run on this device, with status and duration. Click a row to see its full output. **Run Command** from here goes straight to that device — no need to navigate to Commands first and find it again.
  </Accordion>

  <Accordion title="Logs">
    Raw agent log viewer, filterable by level (Error/Warning/Info) and time range. Useful when a device is misbehaving and you want to see what the agent itself has been doing, not just what it's reported.
  </Accordion>

  <Accordion title="Timeline">
    A chronological feed of everything that's happened to this specific device — coming online/offline, commands executed, policy violations, agent updates, software installs/removals. Grouped by day.
  </Accordion>

  <Accordion title="Asset">
    If this device is linked to a physical asset record, its purchase date, warranty, and assignment show here, with a link to the full [asset record](/features/assets). If it isn't linked yet, you can link one from here.
  </Accordion>
</AccordionGroup>

## Running a command on a device

From the device's own **Commands** tab, or the **Run Command** button on its header — quick actions (restart, collect logs, refresh inventory) are listed first, with **Run Custom Script** as a separate, deliberately secondary option. See [Remote Commands](/features/commands) for what each one does and who can run scripts.

## Global search

Press **⌘K** anywhere to jump straight to a device by hostname, serial number, or IP, without leaving whatever page you're on.
