# Checkout and order creation

This section describes how to complete a checkout using the Checkout flow OOTB as provided by the Salesforce Lightning app. Actual steps may vary depending on your implementation.

To complete the checkout process and create an order:

1. Enter the keyword or SKU number in the **Search** field (or select the products to add to the cart).
2. Click **Add to Cart**.\
   &#x20;<img src="/files/-Md3Of0SJtIfIw-q_M_l" alt="" data-size="original">&#x20;
3. Click **Continue Shopping** to add more items, or click **View Cart** to proceed to checkout. \ <img src="/files/-M_N9FVojqFB0qRLndYU" alt="" data-size="original">&#x20;
4. Click **Proceed to Checkout** to pay for the items in the cart. The **Buyer Info** page will be displayed.  \ <img src="/files/-MfYwNFpIkuqGRRG8a9_" alt="" data-size="original">&#x20;
5. Add required information on the **Buyer Info** page and click **Next**. The **Delivery Method** page appears. \ <img src="/files/-Medv_3mAtM9wTgqgne3" alt="" data-size="original">&#x20;
6. Select the **Delivery Method** and click **Next**. The **Order Review** page appears.<img src="/files/-MedvrY0XAGvOtGlbIxk" alt="" data-size="original">&#x20;
7. Select the **Terms and Conditions** checkbox and click **Next**. The **Payment** page appears. \ <img src="/files/-MfYxegK-uXwU-perpHq" alt="" data-size="original">&#x20;
8. Select **New Payment method** or use the **existing payment** method (via the **Stored Payment** tab) and click **Continue**. The **Order Summary** page appears. \ <img src="/files/-MedwWWvD0FHrGVy6t0Z" alt="" data-size="original">&#x20;
9. Click **Place Order**.\
   &#x20;The checkout and order creation process is completed with an order confirmation. \ <img src="/files/-Mfj0IlEH9U47n3qg9Ze" alt="" data-size="original">&#x20;


---

# 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.digitalriver.com/salesforce-lightning/user-guide-optional/proceed-to-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.
