# Start Here

## Beginner Tutorials

The three tutorials presented here are intentionally sequenced, and each tutorial builds on the ones before it.

By working through these tutorials, you will learn to navigate Integration Gateway, build, run, and inspect the outputs of integrations, and connect Integration Gateway to external systems.

These skills will provide the foundation for building larger, more complex integrations on Integration Gateway. After you finish these tutorials, we recommend you learn-by-doing, using the extensive collection of How-To Guides and Reference Docs to further extend your abilities.

**Recommended Order of Tutorials:**

1. [**Building a Single-Step Integration**](/tutorials/building-a-single-step-integration.md)**:** Learn the basics of navigating Integration Gateway, creating an integration and service requests, and running an integration.
2. [**Building a Multi-System Integration**](/tutorials/building-a-multi-system-integration.md)**:** Use the results of the first integration to make changes in a second system, a mock banking core.
3. [**Building an Event-Driven Integration**](/tutorials/building-an-event-driven-integration.md)**:** Modify your integration to respond to requests from external systems.

## Advanced Tutorials

Once you have completed the first three tutorials above, we encourage you to keep exploring and learning with the following, advanced tutorials:

* [**Building an Email Integration**](/tutorials/building-an-email-integration.md)
* [**Building a RESTful CRUD Web Service**](/tutorials/building-a-restful-crud-web-service.md)
* [**Building a Retrieval API with FIS Codeconnect**](/tutorials/building-a-retrieval-api-against-fis-codeconnect.md)


---

# 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/start-here.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.
