# 11-1 결재 요청하기

아기고래를 통해 사내 결재문서를 올릴 수 있어요. `아기고래 앱 홈 > 결재` 메뉴에서 결재를 요청할 수 있어요.

### 1. 결재 신청하기

앱 홈의 결재 메뉴에 들어간 뒤 `결재 신청하기` 버튼을 눌러주세요. 클릭 후 열리는 모달에서 원하는 결재 양식을 선택해주세요.

<figure><img src="/files/ehe6nfTsndkxM406aQjH" alt="결재 양식 선택" width="375"><figcaption></figcaption></figure>

### 2. 결재 양식 작성하기

지정된 양식에 맞춰 문서를 작성해주세요. 작성이 모두 완료되면 `제출하기` 버튼을 눌러주세요.

<figure><img src="/files/jFRcQ8xy7A3hMaUGvx1T" alt="결재 양식 작성" width="375"><figcaption></figcaption></figure>

### 3. 신청 내역 확인하기

내가 신청한 결재는 앱 홈의 `진행중인 결재`, `완료된 결재`메뉴에서 확인하실 수 있어요. 진행상황과 함께 각 결재자의 코멘트도 확인할 수 있어요.

<figure><img src="/files/p81OaAk7YKe1miluV0jJ" alt="결재 신청 내역 (앱 홈)" width="375"><figcaption></figcaption></figure>

### 4. 신청한 결재 취소하기

아직 최종 결재가 나지 않았다면, 내가 신청한 결재를 취소할 수 있어요. 취소를 원하는 경우 `진행중인 결재` 메뉴에 들어가서 취소할 결재 건을 선택해주세요. 상세보기 화면 하단을 보면 `결재 요청 취소하기` 버튼을 찾으실 수 있어요.

<figure><img src="/files/VTAl3GrYRkrVAo2sVmgA" alt="결재 상세보기 (취소 버튼)" width="375"><figcaption></figcaption></figure>

결재 취소하기 버튼을 누르면 취소 화면을 보실 수 있어요. 사유를 입력하고(선택) `결재 취소` 버튼을 누르면 결재 신청이 취소돼요.

<figure><img src="/files/XhEr014qZx8fI79gvzNH" alt="결재 취소 모달" width="375"><figcaption></figcaption></figure>

{% hint style="danger" %}
이미 결재가 완료된 건은 취소할 수 없어요. '진행 중인 결재'만 취소 가능해요.
{% 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/approval/11-1.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.
