# Introduction

The Stripe Checkout (Shopping Cart) plugin makes it easy to allow users of your app to pay for multiple products/services at the same time using a Stripe Checkout Session. Users can purchase both one-off and subscription products/services at the same time.

<figure><img src="https://2484116937-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5veFxRNePefac6Z9yAnL%2Fuploads%2F1utX96ESTD9XCn9MIQv3%2F2023-07-21%2011.49.02.gif?alt=media&#x26;token=fe14c633-7d8c-476a-81b4-25b8c654f1fb" alt=""><figcaption><p>Example of Stripe Checkout Session with Multiple Products</p></figcaption></figure>

### Useful links

* [Plugin page](https://bubble.io/plugin/stripe-checkout-shopping-cart-1688799678956x627756525425786900)
* [Demo app](https://shopping-cart-demo-67649.bubbleapps.io/version-test/)

### What the plugin can be used for

* To create "Shopping Cart" experiences where the user can purchase multiple items at once
* The most typical use case is an ecommerce app where the user is purchasing multiple items from the platform (like Amazon)

### Tutorial Video

{% embed url="<https://www.youtube.com/watch?v=aRsvpQZToOA>" %}

### Documentation sections

* [Installing the plugin](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/installing-the-plugin)
* [Configuring Stripe API keys](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/configuring-stripe-api-keys)
* [Setting up your database](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/setting-up-your-database)
* [Adding items to the shopping cart](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/adding-items-to-the-shopping-cart)
* [Creating Checkout Sessions](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/creating-checkout-sessions)
* [Saving down details of a transaction to your database](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/saving-down-details-of-a-transaction)
* [Support queries](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/support-queries)


---

# 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://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/introduction.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.
