> 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/how-to-guides.md).

# How-To Guides

- [How to Run an Integration from Integration Gateway](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-run-an-integration-from-integration-gateway.md): Using the Integration Runner
- [How to Invite New Users](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-invite-new-users.md)
- [How to Create a Value Mapping Set](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-create-a-value-mapping-set.md)
- [How to Build and Deploy a Custom Frontend](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-build-and-deploy-a-custom-frontend.md)
- [How to Migrate an Integration](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-migrate-an-integration.md)
- [How to Set Up Single Sign On (SSO)](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-set-up-single-sign-on-sso.md)
- [Integration Gateway Setup](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-set-up-single-sign-on-sso/integration-gateway-setup.md): This article aims to guide the user through how to set up SAML SSO in Integration Gateway.
- [JumpCloud Setup](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-set-up-single-sign-on-sso/jumpcloud-setup.md)
- [Azure Setup](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-set-up-single-sign-on-sso/azure-setup.md)
- [Okta Setup](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-set-up-single-sign-on-sso/okta-setup.md)
- [Integration Gateway SAML Config Reference](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-set-up-single-sign-on-sso/integration-gateway-saml-config-reference.md)
- [How to Install the Integration Gateway App for Zoom Contact Center](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-install-the-integration-gateway-app-for-zoom-contact-center.md)
- [How to use the Vault](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-use-the-vault.md)
- [How to Review Field Mappings with Quick Mapping](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-review-field-mappings-with-quick-mapping.md)
- [How to Track Mapping Progress](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-track-mapping-progress.md)
- [How to Configure Integration Retry](https://glyue.docs.sandboxbanking.com/how-to-guides/how-to-configure-integration-retry.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://glyue.docs.sandboxbanking.com/how-to-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
