# Device Information

{% hint style="info" %}
**Symitar eDocs References:** [Instance Device Mapping](https://learnmore.symitar.com/edocs/#xml/SymXchange/SymXchangeDeviceCnfgInstnc_R.html), [SymXchange Device Control](https://learnmore.symitar.com/edocs/#xml/SymXchange/SymXchangeDeviceControl_R.html)
{% endhint %}

NexumAPI automatically includes the common <mark style="color:purple;">`DeviceInformation`</mark> object with each request payload as set in the configuration. This object is used by SymXchange to direct traffic to different clients on a single instance.

These values are set in the WebConsole and point to client configurations which are set in the SymXchange Parameters found in Parameter Manager.

### Definitions

* <mark style="color:purple;">`DeviceType`</mark> - typically SymXchange instance name
* <mark style="color:purple;">`DeviceNumber`</mark> - typically just an arbitrary identifier assigned to the instance device

```json
{
  // ...
  "DeviceInformation": {
    "DeviceType": "LIBUM",
    "DeviceNumber": "37359",
  }
}
```


---

# 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.libum.io/nexum/symxchange/device-information.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.
