# View Subscriber Devices

If you have properly [configured the accounting server](/network-equipment/access-point-configuration-guides.md) on your wireless controller, VAULT will receive and capture device data for your Subscribers.

### How to View a Subscriber's Connected Devices

Navigate to the [Subscriber Details](/network-administrator-console/managing-your-subscribers/view-and-modify-subscriber-details.md#how-to-find-a-subscriber-and-subscription-in-vault) page. From there, click the "Devices" tab. Here you will see a list of devices that are currently, or have recently, been connected.&#x20;

### What Does Each Value Mean?

* Status: A green dot indicates the device is currently connected. A red dot indicates the device is currently disconnected.
* Type: The type of device, according to the [Wireless Controller](/network-equipment/access-point-configuration-guides.md).
* Name: The name given to the device by the Subscriber, if any.
* Host Name: The MAC address of the device.
* IP Address: The IP Address of the device on the network.
* Last Connected: The last time the device was seen by the [Wireless Controller](/network-equipment/access-point-configuration-guides.md).


---

# 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://docs.roamingiq.com/network-administrator-console/managing-your-subscribers/view-subscriber-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.
