> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/crm/plugins/data-sources/shopify/octane-ai.md).

# Octane AI

**Octane AI** integration is not a direct plugin. Octane AI markets to individuals who abandon carts in Shopify. The Konnektive integration with Shopify can help to identify an abandoned cart.

The following items must be in place to use Octane AI fully with Konnektive:

1. Shopify Plugin is enabled. See [Shopify Plugin - CRM](broken://pages/nX1kUBWf9dEoUQNMRMxh).
2. Shopify Plugin is set to send initial orders back to Shopify.
3. Shopify cart redirects to a checkout page linked to the Konnektive API
4. If your checkout page is the Konnektive lander package, your work is done.
5. If your checkout page is a direct API integration to Konnektive, the page must read cartId from the redirect parameters and pass it along as the “cartId” parameter on the import order API call.

When checkout is successful the order is sent back to Shopify and completes the cart. At this point Octane AI knows this is not an abandoned cart. Any cart in which the end user does not complete the order, whether through failed purchase, browser close, or any other means, is considered an abandoned cart by Octane AI.


---

# 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.checkoutchamp.com/crm/plugins/data-sources/shopify/octane-ai.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.
