# What is Integration Gateway?

Integration Gateway is a low-code [iPaaS](https://en.wikipedia.org/wiki/Cloud-based_integration) for building and running banking integrations. Banks, credit unions, fintechs, and system integrators use the platform to quickly connect bank and credit union software.

The platform can build/host web service APIs, batch ETL jobs, file/document transfer workflows, and event-triggered pub/sub integrations (e.g. web hooks, Kafka streaming data pipelines).

Integration Gateway offers several advantages over generic integration platforms:

* Numerous built-in adapters for banking-specific systems like core processors, loan origination systems, deposit application systems, CRMs, KYC/AML providers, etc.
* Extensive catalog of reference implementations (i.e. pre-built integrations) for common integration use-cases like loan booking, deposit origination,  IVR/IVA interaction, banking as a service (BaaS) APIs, bulk CRM loading, bulk data mart loading, customer 360 APIs, loan renewals/mods, core processor customer/account maintenance, etc.  Once imported, these integrations can be customized or extended to fit a specific institution's needs.
* Convenient UI for specifying integration logic like outbound service requests, field mappings, validation rules, etc.  Its UX/DX is familiar to those experienced with Excel.
* Security, compliance, and reporting features specific to the banking and credit union industries.

While the platform offers the speed and convenience of low-code mapping, the full power of [Python](https://www.python.org/) and its ecosystem is available within Integration Gateway.  Consequently, developers are never limited by the platform's built-in functionality.

**Our team at Sandbox Banking is always trying to improve our documentation!**  If you're an existing customer, we welcome you to provide feedback or suggestions via your Integration Gateway customer portal. If you're a prospective user or customer, please feel free to send us an email at [sales@ncino.com](mailto:sales@sandboxbanking.com) with suggestions, questions, or concerns.

We hope you love your integration journey!&#x20;

{% content-ref url="tutorials" %}
[tutorials](https://glyue.docs.sandboxbanking.com/tutorials)
{% endcontent-ref %}

{% content-ref url="how-to-guides" %}
[how-to-guides](https://glyue.docs.sandboxbanking.com/how-to-guides)
{% endcontent-ref %}

{% content-ref url="reference" %}
[reference](https://glyue.docs.sandboxbanking.com/reference)
{% endcontent-ref %}

***


---

# 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/readme.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.
