# AI 에이전트 제작하기

MyShell에서 고품질 AI 에이전트를 제작하기 위해, 다양한 개발 역량을 가진 창작자들을 위한 세 가지 독특한 모드를 제공합니다:

1. [**Classic** ](/ko/create/classic-mode.md)모&#xB4DC;**:** 초보자를 위해 설계된 이 간단한 모드는 AI 에이전트에 기본 기능을 부여합니다. 오토 프롬프트와 음성 복제 같은 기본 위젯을 활용하여 창작자들은 자연어를 사용하여 손쉽게 고품질 에이전트를 구축할 수 있습니다.
2. [**Pro Config** ](/ko/create/pro-config-mode.md)모&#xB4DC;**:** 프로그래밍 기술을 가진 창작자를 위해 맞춤화된 이 고급 모드는 개발자들이 인간이 제어하는 구조 내에서 AI 위젯을 조합하여 강력한 AI 에이전트를 구축할 수 있도록 지원합니다. 이 모드는 인간이 프로그래밍한 논리와 AI 프롬프트 기반 상호작용을 균형 있게 제공하여, 개발자들이 에이전트의 상태 머신을 설계할 수 있게 합니다.
3. [**ShellAgent** ](/ko/create/shellagent-mode.md)모&#xB4DC;**:** 이 사용자 친화적인 인터페이스는 모든 기술 수준의 창작자들이 간단한 조작을 통해 고급 에이전트를 구축할 수 있도록 지원하여, 정교한 에이전트 개발을 누구나 접근 가능하게 만듭니다.


---

# 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.myshell.ai/ko/create.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.
