# 주요 기능 살펴보기

## 이 글에서는 <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: 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://help.stibee.com/integration/sixshop/features.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.
