# 2-2 \[구성원] 체크인 참여하기

### 1. 주차별 체크인 참여하기

리더가 체크인 참여자로 등록한 구성원은 매주 아기고래 앱이 보낸 체크인 메시지를 통해 체크인에 참여할 수 있어요.

<figure><img src="/files/0WdeRGGcKmJbu8kKEHCr" alt=""><figcaption><p>체크인 안내 메시지 / 체크인 작성하기 창</p></figcaption></figure>

버튼을 누르면 열리는 창에서 체크인을 작성할 수 있고, 작성 후 `체크인` 버튼을 누르면 체크인이 저장돼요.

제출한 체크인은 아기고래 앱 홈의 체크인 메뉴에서 `제출한 체크인 보기` 버튼을 통해 확인할 수 있고,\
저장한 체크인 응답을 수정할 수도 있어요.

<figure><img src="/files/vKeXSd6VRazgjAJCp4IQ" alt=""><figcaption><p>제출한 체크인 보기 창</p></figcaption></figure>

리더가 코멘트를 남기는 경우, 아기고래 앱이 알림을 보내줘요.

<figure><img src="/files/z4jErvMnlrEeWoHoMuNa" alt=""><figcaption><p>리더가 남긴 코멘트</p></figcaption></figure>

### 2. 내 체크인 내역 조회하기

[**체크인 웹**](https://team.babywhale.io/checkin/member)에서 Slack으로 로그인 후 내 체크인 내역을 쉽게 조회할 수 있어요.\
회차별 체크인 내역을 볼 수 있고, 전체 체크인 내역을 확인할 수도 있어요.

<figure><img src="/files/biFgUgpYK3IVyh3xLSuS" 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/checkin/member.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.
