# The Mirror

Sometimes it is helpful to visualize what a http client sends to a web-server. If your client application runs on your local machine you could use network sniffers, or if the client runs in the browser, you could probably use plugins to visualize the messages sent. However, this is difficult to set-up and it won't work when the client application does not run on your local machine, for example, if it runs on any other machine on the web.

{% hint style="success" %}
The Mirror endpoint responds what you sent to the service.
{% endhint %}

A Boomi Integration process runs on an ATOM, which is basically a JAVA web-service. There is no chance to visualize what goes out of the ATOM.&#x20;

What you send to the Mirror endpoint it is responded, and it is temporarily saved (for one hour) under the [Docs Service](/mspro.services/endpoints/documents.md), using your [chosen plan](/mspro.services/plans.md).

### Show the mirrored documents

You can use the [MSPro-Client](/mspro-client.md) to visualize documents. Alternatively, you can request all mirrored documents querying the docs endpoint: `GET /docs/query?Key=MSPro.Mirror&Context=*`

This will return all recently mirrored documents from account *SharedAccount:*

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


---

# 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://services.markusschmidt.pro/mspro.services/endpoints/the-mirror.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.
