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

# README

Hyperclass 플랫폼의 모든 기능에 대한 한국어 가이드예요.

## 시작하기

플랫폼을 처음 사용하시나요? 왼쪽 메뉴에서 **시작하기(Getting Started)** 카테고리를 선택하세요.

## 주요 기능

* **캘린더 & 예약** — 예약 관리, 라운드로빈
* **워크플로우 자동화** — 업무 자동화
* **사이트 & 퍼널** — 랜딩 페이지, 웹사이트 빌더
* **이메일 마케팅** — 이메일 캠페인, 템플릿
* **결제** — 결제 연동, 인보이스
* **AI 직원** — AI 챗봇, 음성 에이전트

## 더 알아보기

* **연락처** — 연락처 관리, 스마트 리스트
* **대화 & 메시징** — SMS, 이메일, 채팅
* **마케팅** — 소셜 플래너, 광고 관리
* **설정** — 비즈니스 프로필, 사용자 권한
* **대시보드** — 리포팅, 분석
* **전화 시스템** — LC Phone, 통화 관리
* **멤버십 & 커뮤니티** — 온라인 강의, 커뮤니티

## 도움이 필요하신가요?

오른쪽 하단의 채팅 위젯으로 질문하시거나, [hyperclass.ai](https://hyperclass.ai)에서 상담을 예약하세요.

***

*왼쪽 사이드바에서 원하는 카테고리를 선택하면 관련 문서를 확인할 수 있어요.*


---

# 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://hyperclass.gitbook.io/hyperclass-docs/readme.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.
