# 7-1 생일/입사 기념일 설정하기

### 1. 프로필 카드에서 생일, 입사일 입력하기

프로필 카드에서 `생일`과 `입사일` 항목을 설정하면,\
아기고래가 **당일에** 생일과 입사 기념일 축하 메시지를 보내요.

* **프로필 카드를 작성한 구성원**의 생일과 입사 기념일만 축하 메시지가 발송돼요.
* `생일`과 `입사일` 항목이 비공개로 설정되어 있거나, 프로필 카드를 작성하지 않았다면 기념일 축하 메시지가 발송되지 않습니다.
* 생일이나 입사 기념일이 **주말이나 공휴일**인 구성원은 **휴일/연휴 전 마지막 평일**에 축하 메시지가 발송됩니다.

<figure><img src="/files/jgCcHfOjoFEQgPWKwTVN" alt=""><figcaption><p>아기고래 입사 기념일, 생일 축하 메시지</p></figcaption></figure>

{% hint style="info" %}
아기고래 관리자가 축하고래 기능을 비활성화한 경우, 축하 메시지가 발송되지 않아요.
{% endhint %}


---

# 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/celebration/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.
