# Return to Original Article After Checkout

In a checkout, it is essential to provide a seamless user experience. Customers will want to return to their original entry point after navigating through the checkout and purchasing a subscription so that they can immediately make use of their purchase.

Creating a link that redirects users back to the original entry point can significantly improve the user experience. Limio has a Call-To-Action (CTA) button on the [https://docs.limio.com/components/component-library/legacy-configuration-components/component-order-confirmation](https://docs.limio.com/components/component-library/legacy-configuration-components/component-order-confirmation "mention").

<figure><img src="/files/JBtaQBmmH4hgpAwksz2k" alt=""><figcaption></figcaption></figure>

In this guide, we will discuss two methods for creating a data link so that this CTA can return to the original entry point in the funnel.

You should consider how your user entitlement will be updated so that when the user returns to the original article they are able to read the content.

## 1. Using Limio to return to the original referrer.

Limio automatically captures the original referrer to a Limio landing page during the checkout journey. To use this feature you can set your CTA link to \`/api/sf/ls/reentry\` and this will trigger Limio to read the original referrer and return them to that page.

## 2. Custom Logic

If using the automatically captured referrer isn't the behaviour that you are after, then you should consider creating a similar service on your platform. You set the CTA link to a generic API on your platform, you set an appropriate cookie during the user navigation, and then when the checkout is complete, you create a CTA link that we use from your service to return the customer to the original article.


---

# 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://docs.limio.com/product/settings/other-settings/returning-to-the-original-article-after-checkout.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.
