> For the complete documentation index, see [llms.txt](https://documentation.swing2app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.swing2app.com/manual/swingshop/cart.md).

# Swing2App Page - Cart

![](https://support.swing2app.com/wp-content/uploads/2021/03/swingcart.png)

**How to use the shopping cart**

We will inform you how to apply ‘shopping cart ‘ among the pages provided by Swing Shop to the app.

**The shopping cart is a page that stores products you are interested in and products you plan to purchase.**

**You can check the items in your shopping cart and purchase them.**

Therefore, it is a page that must be applied in the shopping mall app.

<mark style="color:orange;">**Shopping cart app execution screen**</mark>

![](https://support.swing2app.com/wp-content/uploads/2021/03/%EC%9E%A5%EB%B0%94%EA%B5%AC%EB%8B%88%EA%B8%80%EB%A1%9C%EB%B2%8C2.png)

### <mark style="color:blue;">**STEP.1 Applying the shopping cart menu to the app**</mark>

Maker(V2) Page → Move to Step 3 Page Menu

![](https://support.swing2app.com/wp-content/uploads/2021/03/%EC%9E%A5%EB%B0%94%EA%B5%AC%EB%8B%88%EA%B8%80%EB%A1%9C%EB%B2%8C3.png)

1. Select Home screen and click **Add a Category.** A new menu item will appear.
2. Select the new menu item and change the name in **Menu Name.**
3. Select **Swing2App Page.**
4. Click on the **Link Wizard** icon. The **Link Wizard** pop-up window will open.
5. Select a <mark style="color:blue;">**Shopping Cart**</mark> from the list. Click on **Reflect.**
6. Click on **Apply.**
7. Click on **Save.**

### <mark style="color:blue;">**STEP. 2 Shopping cart app execution screen**</mark>

![](https://support.swing2app.com/wp-content/uploads/2021/03/%EB%85%B9%ED%99%94_2021_03_12_16_36_19_991.gif)

![](https://support.swing2app.com/wp-content/uploads/2021/03/%EC%9E%A5%EB%B0%94%EA%B5%AC%EB%8B%88%EA%B8%80%EB%A1%9C%EB%B2%8C12.png)

The shopping cart is a page that stores products that users are interested in and plans to purchase while shopping.

You can check the items in your shopping cart and purchase them.

<mark style="color:purple;">Therefore, the shopping cart menu is a must in the shopping mall app! You have to put it in.</mark>


---

# 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://documentation.swing2app.com/manual/swingshop/cart.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.
