# 변수

#### 1. **이메일 템플릿에서의 변수란?**

**변수**는 이메일 템플릿에서 설정에 따라 동적으로 바뀌는 값을 의미하며, 실제 데이터로 대체되어 수신자에게 보내지는 이메일에 적절한 내용을 반영할 수 있게 합니다. 변수의 사용은 이메일 메시지의 개인화와 최적화를 가능하게 하며, 보다 효과적인 커뮤니케이션을 위한 핵심 요소입니다.

HyperSales에서는 변수를 '기본 변수'와 '초개인화 변수' 두 가지로 분류하여 활용합니다. 이 변수들은 각각 수신자에게 더욱 적합하고 효과적인 메시지를 전달하는 데 있어 핵심적인 역할을 합니다.

#### 2. 기본 **변수:**

기본 **변수**는 수신자의 개별 정보(예: 이름, 회사 이름, 최근 구매 항목 등)를 반영하는 변수입니다. 해당 변수를 통해 효율적으로 개인화를 할 수 있습니다.

{% content-ref url="/pages/9jMNi4HWSDHGroLzk6cL" %}
[기본 변수](/sales/variable/basic-variables.md)
{% endcontent-ref %}

#### 3. 맞춤형 변수 :

**맞춤형 변수는 수신자의 행동, 제품, 최근활동 등을 분석하여 초개인화된 문장 생성을 위한 변수**입니다. 해당 변수를 통해 높은 전환율, 고객 경험 향상, 마케팅 ROI 증대 등의 효과를 꾀할 수 있습니다.

{% content-ref url="/pages/ZoishHSnTCVFGU3PBKAT" %}
[맞춤형 변수](/sales/variable/custom-variables.md)
{% endcontent-ref %}


---

# 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://hypersales.gitbook.io/sales/variable.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.
