# 8-1 온보딩 메시지 템플릿 구성하기

온보딩 기능 활성화 후 `온보딩 메시지 템플릿` 섹션에서 메시지 템플릿을 관리할 수 있어요.

<figure><img src="/files/C8BXzEkHcX4QPNfDcssK" alt=""><figcaption><p>아기고래 앱 홈(관리자 메뉴), 온보딩 관리 탭의 <code>온보딩 메시지 템플릿</code> 섹션</p></figcaption></figure>

### 1. 온보딩 메시지 템플릿 추가하기

`메시지 템플릿 추가하기` 버튼을 통해 온보딩 메시지 템플릿을 추가할 수 있어요.

<figure><img src="/files/cslivU4qSbZGRBu4osWi" alt=""><figcaption><p>온보딩 메시지 템플릿 추가하기 창</p></figcaption></figure>

* **온보딩 메시지 제목**과 **온보딩 메시지 내용**은 실제로 온보딩 대상자에게 전달될 메시지의 제목과 내용이에요.
* **온보딩 메시지 발송 기준일**과 **온보딩 메시지 발송 시각**을 통해 온보딩 시작 후 메시지가 언제 보내질지 정할 수 있어요.
  * *D+1일 오후 1시로 설정*하면, 온보딩 담당자가 `온보딩 시작하기` 버튼을 누른 *다음 날 오후 1시*에 온보딩 대상자에게 해당 템플릿 메시지가 발송돼요.
* **온보딩 체크리스트**는 온보딩 메시지에 포함해 보낼 수 있는 체크리스트로,\
  온보딩 대상자가 체크할 수 있고 온보딩 관리자가 온보딩 대상자의 체크 현황을 실시간으로 파악할 수 있어요.

  <figure><img src="/files/sgdRYnHqrFKqb6cJgmHC" alt=""><figcaption></figcaption></figure>

실제로 템플릿 기반의 온보딩 메시지가 어떻게 발송되고 관리되는지 궁금하다면 [8-2 온보딩 운영하기](/features/onboarding/run.md)를 참고해주세요.

{% hint style="warning" %}
D+0 메시지는 온보딩 담당자가 온보딩을 시작하면 **온보딩 대상자에게 발송되는 메시지로, 수정할 수는 있지만 삭제할 수 없어요**.
{% endhint %}

### 2. 온보딩 메시지 템플릿 관리하기

온보딩 메시지 템플릿을 처음 만든 후에도, **템플릿 내용을 수정**하거나 **템플릿을 삭제**할 수 있어요.

<figure><img src="/files/OXwwd6KXCqcQnYHt8gXb" alt=""><figcaption></figcaption></figure>

편집하고자 하는 메시지 템플릿 옆의 `...` 버튼을 통해 메시지 템플릿을 편집할 수 있으며, 편집 창은 `메시지 템플릿 추가하기`에서와 거의 동일해요.

<figure><img src="/files/Jzfn5Vt4l1q3VGlOMWp3" alt=""><figcaption><p>온보딩 메시지 템플릿 편집하기 창</p></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://docs.babywhale.io/features/onboarding/setup.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.
