> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs.md).

# Integration Specific Walkthroughs

- [How To Use Integrations](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/how-to-use-integrations.md)
- [Using Gelato with Order Desk](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/using-gelato-with-order-desk.md)
- [Amazon MCF: Settings](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/amazon-mcf-settings.md)
- [Amazon MCF: Products and Shipping](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/amazon-mcf-products-and-shipping.md)
- [Amazon MCF: Send Orders for Fulfillment](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/amazon-mcf-send-orders-for-fulfillment.md)
- [Amazon MCF: Cancel Orders and Removal Requests](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/amazon-mcf-cancel-orders-and-removal-requests.md)
- [Amazon MCF: Common Errors](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/amazon-mcf-common-errors.md)
- [Amazon MCF: Limitations and Special Features](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/amazon-mcf-limitations-and-special-features.md)
- [How to Send Orders to Shopify](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/how-to-send-orders-to-shopify.md)
- [How to Split by Vendor with Shopify](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/how-to-split-by-vendor-with-shopify.md)
- [How to Match Shopify to Amazon MCF SKUs](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/how-to-match-shopify-to-amazon-mcf-skus.md)
- [How to Use Shopify Risk Scores to Stop Fraudulent Orders](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/how-to-use-shopify-risk-scores-to-stop-fraudulent-orders.md)
- [How to Connect Shopify with the Custom App Method](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/how-to-connect-shopify-with-the-custom-app-method.md)
- [How To Send Orders To BigCommerce](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/how-to-send-orders-to-bigcommerce.md)
- [How to Split by Vendor with BigCommerce](https://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs/how-to-split-by-vendor-with-bigcommerce.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://help.orderdesk.com/guided-walkthroughs/integration-specific-walkthroughs.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.
