# Swap API-driven flow

- [Architecture](https://gitbook.keytrust.one/swap/swap-api-driven-flow/architecture.md)
- [Quickstart: Swap API-driven flow](https://gitbook.keytrust.one/swap/swap-api-driven-flow/quickstart-swap-api-driven-flow.md)
- [Integrations (SDKs)](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks.md)
- [Best practices when integrating](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/best-practices-when-integrating.md)
- [Web SDK](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/web-sdk.md)
- [React SDK](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/react-sdk.md)
- [iOS SDK](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/ios-sdk.md)
- [Android SDK](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/android-sdk.md)
- [React Native SDK](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/react-native-sdk.md)
- [How to](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/how-to.md)
- [Integrate using a URL](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/how-to/integrate-using-a-url.md)
- [Integrate using an SDK](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/how-to/integrate-using-an-sdk.md)
- [Configure the Swap user journey](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/how-to/configure-the-swap-user-journey.md)
- [Customize the widget's appearance](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/how-to/customize-the-widgets-appearance.md)
- [Enhance security using signed URLs](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/how-to/enhance-security-using-signed-urls.md)
- [Transition to production](https://gitbook.keytrust.one/swap/swap-api-driven-flow/integrations-sdks/how-to/transition-to-production.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://gitbook.keytrust.one/swap/swap-api-driven-flow.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.
