# Connecting and Managing Devices

A device is any computer connected to Device Protection through an installed agent. Once connected, Aikido automatically detects and monitors the packages installed on that device.

## Connecting a device

1. Go to [Device Protection and open the Devices](https://app.aikido.dev/endpoint-protection/devices) tab.

   <figure><img src="/files/31JKOocG15yYB9k5jEic" alt=""><figcaption></figcaption></figure>
2. Click `Connect Device` in the top right.
3. Follow the setup instructions to install the agent on the device.

<figure><img src="/files/6uzko5zVDEyqY1elvWM8" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Aikido Device Protection is currently only available for MacOS. Windows and Linux are coming soon.
{% endhint %}

Once the agent is installed, the [device will appear in your device list](https://app.aikido.dev/endpoint-protection/devices) with an Active status.

## Device List

<figure><img src="/files/31JKOocG15yYB9k5jEic" alt=""><figcaption></figcaption></figure>

Show a list of all devices connected and each device in the list shows:

* Name: The device name and owner (e.g. "Kate Davis' Windows PC")
* Agent Status: Whether the agent is currently active or offline
* Last seen: How recently the device checked in
* User Group: Which group the device belongs to (e.g. Marketing, Product, Sales)

{% hint style="info" %}
Agents are shown as active if they've been online in the last 72 hours
{% endhint %}

## User groups

{% content-ref url="/pages/l6Jr0yFrUmsVezoR1yoV" %}
[User Groups for Aikido Device Protection](/aikido-device-protection/deploying-aikido-endpoint/user-groups-for-aikido-endpoint.md)
{% endcontent-ref %}


---

# 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://help.aikido.dev/aikido-device-protection/deploying-aikido-endpoint/connecting-and-managing-devices.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.
