# Building a Multi-System Integration

{% hint style="info" %}
This tutorial builds upon the work done in [**Build a Single-Step Integration**](https://glyue.docs.sandboxbanking.com/tutorials/building-a-single-step-integration)**.** If you haven't already, we recommend you complete that tutorial first, then return here.
{% endhint %}

In this tutorial, we extend the single-step integration that retrieves a user from the [randomuser.me](https://randomuser.me) API by further processing the received data and sending it to a second sytem, a mock banking core.


---

# 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://glyue.docs.sandboxbanking.com/tutorials/building-a-multi-system-integration.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.
