> For the complete documentation index, see [llms.txt](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/introduction.md).

# 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="/files/5wcjoKpxopOXKHPVlYra" 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](/stripe-checkout-shopping-cart-plugin/installing-the-plugin.md)
* [Configuring Stripe API keys](/stripe-checkout-shopping-cart-plugin/configuring-stripe-api-keys.md)
* [Setting up your database](/stripe-checkout-shopping-cart-plugin/setting-up-your-database.md)
* [Adding items to the shopping cart](/stripe-checkout-shopping-cart-plugin/adding-items-to-the-shopping-cart.md)
* [Creating Checkout Sessions](/stripe-checkout-shopping-cart-plugin/creating-checkout-sessions.md)
* [Saving down details of a transaction to your database](/stripe-checkout-shopping-cart-plugin/saving-down-details-of-a-transaction.md)
* [Support queries](/stripe-checkout-shopping-cart-plugin/support-queries.md)


---

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