# Asynchronous Multi-Protocol

The Asynchronous multi-protocol scenario operates at the network packet layer and expands the reach of the <code class="expression">space.vars.X\_Agent\_Name\_Single</code> from HTTP into other protocols. TCP and UDP packets are supported.

To facilitate this approach a secondary protocol level engine breaks down the packet into elements the main <code class="expression">space.vars.X\_Agent\_Name\_Single</code> can understand. The <code class="expression">space.vars.X\_Agent\_Name\_Single</code> can then modify these elements and the underlying protocol packet will be changed accordingly. The <code class="expression">space.vars.X\_Agent\_Name\_Single</code> is then able to forward the modified package to the designated network endpoint and can even in some instances commence a chat with the endpoint before forming a response packet for the initiating computer. As always, the <code class="expression">space.vars.X\_Agent\_Name\_Single</code> can rely on secondary data sources (APIs, data, other systems) to help form the modified request and response packets.

<figure><img src="/files/EJUUZjJq32wAsMsnKUdd" alt=""><figcaption><p>Graph</p></figcaption></figure>

Use cases for this scenario includes:

* Database field level security
* ATM stand-in
* SCADA security
* Advanced DNS
* … and many more


---

# 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.tomorrowx.com/cap/product-reference/architectural-scenarios/asynchronous-multi-protocol.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.
