# 웨이브온 소개

### Waveon이란?

Waveon은 코딩 없이 **AI와 대화하며** 업무용 웹 애플리케이션을 만드는 플랫폼입니다.

원하는 기능을 자연어로 설명하면, AI가 즉시 React 기반 앱을 생성합니다. 데이터베이스 설정, 서버 구축 없이 바로 사용할 수 있습니다.

***

### 핵심 기능

#### 1. AI 대화로 앱 생성

채팅창에 원하는 앱을 설명하면 AI가 만들어줍니다.

```
"직원 정보를 관리하는 대시보드를 만들어줘.
이름, 부서, 입사일을 입력하고 목록으로 볼 수 있게 해줘."
```

#### 2. 실시간 미리보기

AI가 코드를 생성하는 동안 오른쪽 Preview 패널에서 결과를 바로 확인할 수 있습니다.

#### 3. 비주얼 편집 모드

화면에서 요소를 직접 클릭하여 선택하고, AI에게 해당 요소만 수정하도록 요청할 수 있습니다.

#### 4. 파일 업로드

이미지, PDF, Excel 파일을 업로드하여 AI에게 참고 자료로 제공할 수 있습니다.

***

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

* **이메일**: <support@waveon.io>
* 또는 웹사이트 접속하셔서 **문의하기** 를 통해 문의 주시면 빠르게 답변 드리도록 하겠습니다.


---

# 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.waveon.io/getting-started/introduction.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.
