> 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/mypage.md).

# Swing2App Page-mypage

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

**How to use My Page**

We will inform you how to apply’My Page’ among the pages provided by Swing Shop to the app.

**My Page is a page where you can check all details related to user purchase information, payment, and delivery.**

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

<mark style="color:orange;">**My Page app execution screen**</mark>

![](https://support.swing2app.com/wp-content/uploads/2021/03/%EB%A7%88%EC%9D%B4%ED%8E%98%EC%9D%B4%EC%A7%80%EA%B8%80%EB%A1%9C%EB%B2%8C0.png)

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

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

![](https://support.swing2app.com/wp-content/uploads/2021/03/%EB%A7%88%EC%9D%B4%ED%8E%98%EC%9D%B4%EC%A7%80%EA%B8%80%EB%A1%9C%EB%B2%8C1-1.png)

1. Select Home scren 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;">**My Page**</mark> from the list. Click on **Reflect.**
6. Click on **Apply.**
7. Click on **Save.**

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

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

\[My Page] allows you to check all details related to payment and delivery from user purchase information.

<mark style="color:purple;">Cart, order status, delivery inquiry, delivery completion, purchase completion, exchange inquiry/customer center use functions are provided.</mark>

<mark style="color:purple;">Therefore, it is a must in 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/mypage.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.
