> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/tool/booking/undefined/undefined-6.md).

# 운영 관리

1. **예약 운영 설정**

* 예약하기 장소의 운영 상태를 설정하는 기능입니다. on/off를 통해 간편하게 예약하기 장소의 외부 노출 여부를 설정할 수 있어요.
* 예약 가능한 상품이 없는 경우에는 운영중 상태이더라도 예약하기에 우리 매장이 노출되지 않아요.

<figure><img src="/files/VcLxm4g9IngCQN05VcxI" alt="" width="563"><figcaption></figcaption></figure>

**2. 정산정보 관리**

* 정산 정보 관리 메뉴에서는 결제를 진행하는 예약 상품에 대한 정산을 진행하기 위한 각종 정보를 입력하고 관리할 수 있습니다.
* 결제 수수료를 제하고 정산을 받을 계좌번호와 이메일, 정산 담당자 이름, 정산 담당자의 전화번호를 입력합니다. 이때, 예금주가 상호 또는 대표자 이름과 다른 경우 인증이 실패할 수 있고, 특수문자/영문 등 예금주 확인이 필요한 경우 고객센터로 요청할 수 있습니다.
* 정산 정보 등록 후 '고객확인 정보'를 입력하면 결제 가격이 있는 상품을 등록할 수 있고, '고객확인정보' 심사 승인이 완료된 후에 예약을 이용자에게 오픈할 수 있습니다.
* 예약 시 결제를 진행하는 상품을 관리하지 않는 경우에는 정산정보 입력이 필요 없습니다.

<figure><img src="/files/6O0z5AfjUDmqOpAJm1Jm" alt=""><figcaption></figcaption></figure>

3. **부가세 신고**&#x20;

* 부가세 신고 메뉴에서는 부가세 신고에 필요한 자료를 요청하여 받을 수 있는 기능을 제공합니다.
* 월별/일별/건별 부가세 신고 자료와 현금영수증 발행 내역을 '정산정보 관리' 메뉴에서 등록한 이메일로 받아볼 수 있습니다.

<figure><img src="/files/qPKNXlORbsqhD9DE138Z" alt="" width="563"><figcaption></figcaption></figure>

**4. 서비스 삭제/회원 탈퇴**&#x20;

* 서비스 삭제 메뉴에서는 '관리자' 권한을 가진 운영자가 서비스(파트너)를 삭제할 수 있습니다.
* 미완료 예약 또는 미정산 내역이 있는 경우에는 서비스(파트너) 삭제가 불가능합니다.
* 회원 탈퇴는 서비스 삭제 후에 가능하며, 다른 예약하기 서비스 또는 전문가프로필을 운영하고 있는 경우 회원 탈퇴가 불가능합니다. 이 경우, PC 파트너센터에서 등록되어 있는 다른 예약 서비스를 삭제하거나 전문가 프로필 삭제 후 회원 탈퇴가 가능합니다.

<figure><img src="/files/hyO20PcYqxRc2mCaPmIE" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kakaobusiness.gitbook.io/main/tool/booking/undefined/undefined-6.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
