# 결재 관리하기

`아기고래 앱 홈` > `결재 관리(관리자 메뉴)` 에서 결재 관련 설정을 관리할 수 있어요.

관리자는 원하는 형태로 결재 양식을 만들어서 구성원들이 사내에서 결재를 올리도록 할 수 있어요. 사내 결재 내역을 조회하고, 결재 내역을 CSV 파일로 받아볼 수 있어요.

필요한 경우, 특정 결재 건을 관리자 권한으로 대신 결재(대결)할 수 있어요.

결재 관리는 [아기고래 관리자 웹페이지](https://team.babywhale.io/admin/approval)에서도 가능해요.


---

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