# Checkout Page

The checkout page is a 3 step checkout that gives you as the store owner the power to collect abandoned cart information from customers. This is a native feature built into North Commerce.&#x20;

```
[nc-checkout]
```

Our 3 step checkout also makes the entire checkout process for customers much faster. We break up all of our API requests so that the load times when a customer finally hits "Pay" will be reduced significantly.&#x20;

{% hint style="info" %}
Current payment options are: Paypal & Stripe
{% endhint %}

<figure><img src="/files/W7LSXKXqezR5l1oeOxVc" alt=""><figcaption><p>A preview of the checkout shortcode rendered</p></figcaption></figure>

{% hint style="info" %}
If you'd like to edit the CSS of the shortcode you can see the [styling section for more information.](broken://pages/IsG7OwoLUWKAQdg0OKI0)
{% endhint %}


---

# 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.northcommerce.com/north-commerce/shortcodes/checkout-page.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.
