> For the complete documentation index, see [llms.txt](https://glyue.docs.sandboxbanking.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://glyue.docs.sandboxbanking.com/reference/integration-lifecycle.md).

# Integration Lifecycle

### Overview

<figure><img src="https://lucid.app/publicSegments/view/e19d786f-9bd6-4767-bed1-edad72bc275d/image.png" alt=""><figcaption><p>Overview of how the layers of the Build table flow into one another</p></figcaption></figure>

### Integration Lifecycle

<figure><img src="https://lucid.app/publicSegments/view/645904be-6d3f-4f85-b19e-419efaf1d684/image.png" alt=""><figcaption><p>Integration process diagram</p></figcaption></figure>

### Service Request Overview

<figure><img src="https://lucid.app/publicSegments/view/fb8f616a-bb81-4532-b689-5031576c22dc/image.png" alt=""><figcaption><p>Service Request process diagram</p></figcaption></figure>

### Service Request Lifecycle

<figure><img src="https://lucid.app/publicSegments/view/a71af81d-7449-4299-b90f-6af82a7f27b5/image.png" alt=""><figcaption><p>Service Call process diagram</p></figcaption></figure>

### Field Mapping Overview

<figure><img src="https://lucid.app/publicSegments/view/700e0d55-76f7-4e3c-958a-00fbd10b0940/image.png" alt=""><figcaption><p>Field Mappings process diagram</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/reference/integration-lifecycle.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.
