# XML data

XML Data can be used to debug the system. User can check the messages delivered by the gateways. The view can be filtered using System Group and Gateway filters.

1. Go to Admin – XML Data to list XML messages received by the system. This view can be used for debugging purposes.

<figure><img src="/files/xEIaFkbgSFKlJQOCDlCX" alt=""><figcaption></figcaption></figure>

The columns contain the following data:

<table><thead><tr><th width="223">Column</th><th>Description</th></tr></thead><tbody><tr><td>Event time</td><td>XML reception timestamp. Usually this is not a measurement timestamp. The measurement timestamps are included in the XML and sometimes they can differ from Event time by minutes or even hours if these are the data buffered in the gateway or node.</td></tr><tr><td>Gateway</td><td>Gateway database ID</td></tr><tr><td>Measuring Point</td><td>Database IDs of the MPs in the XML</td></tr><tr><td>MAC Address</td><td>Gateway MAC address</td></tr><tr><td>IP Adress</td><td>The IP address the XML was received from. Please note it may be the same address for all the XMLs if they are received via e.g. a router.</td></tr><tr><td>Size (bytes)</td><td>XML size in bytes</td></tr><tr><td>XML Data</td><td>Click the <img src="/files/JNFcQhFJ3iRNaYkKwWax" alt=""> icon to see the XML contents</td></tr><tr><td>Response</td><td>An answer to the XML POST sent from the system to gateway. The answer will differ depending on the gateway type, XML POST contents and result of XML handling inside B3 system. More details may be found in specific gateway installation manuals.</td></tr></tbody></table>


---

# 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.boomerang3.com/boomerang-3-domain-administrator-manual/admin/xml_data.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.
