> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/product/analytics/limio-commerce-analytics/limio-analytics-checkout-conversion.md).

# Checkout Conversion Analytics

*Available from Release 106 and onwards. Please note that data will only begin to be collected once you adopt Release 106 or above.*

**Purpose:**

The Checkout Conversion Rate report displays your conversion rate per checkout for the last 30 days. The conversion rate is calculated by the number of order.new events with status submitted (successful), divided by the number of baskets that entered a checkout. This report can be exported for easy data analysis, and can be helpful for running A/B checkout testing.

The Checkout Conversion Rate report can help answer questions like:

* What is my checkout success rate for each of my checkouts?
* What is my best performing checkout?
* What is my worst performing checkout?

The report can be accessed by clicking "Catalog" in the top left corner, switching to "Analytics", and then selecting "Checkout Conversion" in the left panel.

<figure><img src="/files/85LK9Iz4mvHDOmdjhryo" alt=""><figcaption></figcaption></figure>

**Data details**

* **Checkout Entries:** Number of baskets that entered that particular checkout
* **Successful Orders:** Number of order.new with status submitted completed from that particular checkout
* **Checkout Conversion Rate:** Successful Orders divided by Checkout Entries


---

# 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://docs.limio.com/product/analytics/limio-commerce-analytics/limio-analytics-checkout-conversion.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.
