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

# 주요 기능 살펴보기

## 이 글에서는 <a href="#undefined" id="undefined"></a>

스티비와 식스샵 회원 정보를 연동하면 활용할 수 있는 주요 기능에 관해 소개합니다. 아래 내용을 참고해서 내 쇼핑몰 회원에게 더 다양한 이메일 마케팅을 시도해 보세요.

***

## 이메일에 \[상품 구매하기] 상자 추가하기 <a href="#undefined" id="undefined"></a>

이메일을 만들 때 상자 목록에서 \[상품 구매하기] 상자를 추가하면 식스샵 쇼핑몰에 등록된 상품 정보(이미지, 이름, 가격 등)를 불러와 이메일에 추가하고, 상품 구매 페이지로 연결되는 버튼을 만들 수 있습니다.&#x20;

1. 이메일 작성 단계에서 화면 오른쪽 \[상품 구매하기] 편집 상자를 추가합니다.
2. \[상품 설정하기]를 클릭한 뒤 상품 정보를 불러옵니다. 이 단계에서 어떤 상품 정보를 본문에 표시할지 설정할 수 있습니다.

상품 정보를 불러오면서 추가된 이미지와 텍스트는 다른 편집 상자처럼 편집할 수 있습니다.

<figure><img src="/files/4a7Eqfq8nITNp1knVy4J" alt=""><figcaption></figcaption></figure>


---

# 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://help.stibee.com/integration/sixshop/features.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.
