# 아임웹 예약 기능 넣기

## 아임웹(<http://imweb.me>)에서 웹사이트 제작 시 되는시간을 통해 예약 기능을 삽입할 수 있습니다.

### 기본 설정

1. 아임웹 SEO 헤더 설정
   * 아임웹 어드민 > 환경설정 > SEO 헤더 설정에서 Header Code 되는시간 위젯 코드를 붙여 넣기 해주세요.
2. 아임웹 보안 및 개인 정보 보호
   * 아임웹 어드민 > 환경설정 > 보안 및 개인정보 보호 > iframe 사용 시 허용되는 도메인 등록에서 whattime.co.kr를 추가해 주세요.
3. 웹사이트 중간에 삽입하기
   * 코드 타입으로 디자인 요소를 추가해 주세요.
   * 코드 설정에 웹사이트 중간에 삽입 코드를 넣어주세요.
4. 아임웹 상세 페이지에 적용하기

   * 전체 영역에는 script link만 적용

   ```html
   <link href="https://assets.whattime.co.kr/widget/widget.css" rel="stylesheet">
   <script src="https://assets.whattime.co.kr/widget/widget.js" type="text/javascript" async></script>
   ```

   * 상세 내용에 div 부분만 넣기

   ```html
   <div class="whattime-inline-widget" data-url="<url>" style="min-width:320px; height: 660px;"></div>
   ```


---

# 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://guide.whattime.co.kr/getting-started/share/embed/iamweb.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.
