> 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-2.md).

# 장소 관리

### 1. 기본 정보

* 장소/서비스명, 한줄 소개, 매장 사진, 소개글은 모바일에서 수정 가능합니다.
* 그 외 예약 장소, 메뉴 정보, 부가 정보는 PC 파트너센터에서 수정 가능합니다.

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

❶ **장소/서비스명\***

예약을 제공 할 장소명을 입력해 주세요. 최대 30자까지 입력 가능합니다.

❷ **한 줄 소개**

홈/검색 목록에 사용될 한 줄 소개를 입력해 주세요. 최대 15자까지 입력 가능합니다.

❸ **이미지\***

예약 서비스를 이용할 장소를 잘 표현할 수 있는 이미지를 등록해주세요.

* 최대 50장까지 등록 가능
* 사이즈 및 파일형식 : 800x800px / 파일당 최대 20MB / jpeg, jpg, png, gif
* 첫번째 이미지가 대표이미지로 사용되며, 이미지를 드래그하여 순서 변경이 가능합니다.

❹ **소개글\***

예약을 제공 할 장소에 대한 소개를 입력해 주세요. 최대 2,000자까지 입력 가능합니다.

\*필수 입력 항목 입니다.

#### 2. 예약 장소, 메뉴/요금/전시, 행사 정보, 부가 정보

* PC 파트너센터에서 등록한 정보를 확인  &#x20;할 수 있습니다.
* 예약 장소 : 예약 서비스를 제공 받을 장소의 상세 정보 입니다.
* 메뉴/요금/전시,행사정보 : 예약 카테고리별로 등록된 메뉴/요금/전시,행사 정보입니다.
* 부가 정보 : 편의시설, 부가서비스, 주차 안내 등의 정보입니다.

<figure><img src="/files/S3m2ZTEpZ99ZWVCrp0NQ" 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-2.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.
