# 11-2 결재 승인/반려하기

결재 담당자는 결재 요청이 오면 아기고래 앱 홈, 혹은 DM을 통해서 결재 요청을 받아요. 결재 요청 내역을 확인하고 승인 혹은 반려할 수 있어요.

### 1. 결재 요청 확인하기

결재 요청이 들어오면 결재 담당자는 DM으로 결재 요청을 받아요. DM 화면의 `결재하기` 버튼을 누르면 요청 상세 내역을 확인할 수 있어요.

<figure><img src="/files/9Iz0wMkvBefkYH9LqmwI" alt="결재 요청 DM 알림" width="375"><figcaption></figcaption></figure>

`아기고래 앱 홈` 화면에서도 내가 요청받은 결재 내역을 확인할 수 있어요.

<figure><img src="/files/uJzt1IIFIBdFOWILUcGN" alt="요청받은 결재 (앱 홈)" width="375"><figcaption></figcaption></figure>

### 2. 결재하기

결재하기 버튼을 누르면 결재문서를 확인할 수 있어요. 문서를 확인하고 승인/반려 여부를 선택해주세요. 결재 의견을 남겨주시면 결재 신청자, 혹은 결재선 담당자들에게 도움이 돼요(선택).

결재 의견까지 남겼다면 `결재하기` 버튼을 눌러 결재를 완료해주세요.

<figure><img src="/files/xVDYAjtGXrt00zbNrU2T" alt="결재 처리 모달" width="375"><figcaption></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/approval/11-2.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.
