# 템플릿

#### 1. 템플릿이란?

이메일 템플릿은 미리 설정된 디자인과 구조를 갖춘 메일 형식입니다. 사용자는 템플릿에 변수를 사용하여 대량의 맞춤 이메일을 간편하게 설계할 수 있습니다.

#### 2. 이메일 템플릿을 사용하면 좋은 점:

1. **시간 절약**: 기본 구조와 디자인이 준비되어 있으므로, 내용만 변경하여 빠르게 이메일을 생성할 수 있습니다.
2. **통일성**: 모든 이메일이 동일한 디자인과 포맷을 유지하므로, 메일을 일관성 있게 전달할 수 있습니다.
3. **오류 최소화**: 검증된 템플릿을 사용하면 발송 시 오류나 깨짐 현상을 줄일 수 있습니다.
4. **효과적인 커뮤니케이션**: 잘 디자인된 템플릿은 수신자의 관심을 끌어, 메시지 전달을 보다 효과적으로 만듭니다.

템플릿에 변수를 만들고 효과적으로 적용하는 방법은 아래 링크에서 자세히 알아보실 수 있습니다.

{% content-ref url="/pages/uUJenL5A9pM3RLBvWzJT" %}
[템플릿 생성](/sales/template/create.md)
{% endcontent-ref %}

{% content-ref url="/pages/DgGn6yXu4zECbUaZDkw6" %}
[템플릿 변수](/sales/template/variable-setting.md)
{% endcontent-ref %}

{% content-ref url="/pages/gdtCLf6tbAh5ZjXCJIRj" %}
[템플릿 미리보기](/sales/template/preview.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/template.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.
