# Pro Config 모드

## 소개

MyShell Pro Config는 개발자를 위해 설계된 고급 모드로, 인간이 제어하는 구조 아래 AI 위젯을 조합하여 강력한 AI 에이전트를 구축할 수 있도록 지원합니다. 이는 인간이 프로그래밍한 로직과 AI 프롬프트 기반 로직의 상호작용을 균형 있게 조화시키는 유연한 접근 방식을 제공합니다. 본질적으로 개발자가 에이전트의 상태 머신을 설계할 수 있게 해줍니다.

## 리소스

개발자로서 성공하려면 이 문서 외에 다음이 필요합니다:

* 개발자 블로그[ (Medium)](https://blog.myshell.ai/)
* 비디오 튜토리얼[ (Youtube)](https://www.youtube.com/@MyShell_ai)&#x20;

## 베타 테스트 면책 조항

MyShell Pro Config, 그리고 이 Dev Doc은 아직 베타 테스트 단계에 있습니다. 버그나 명확하지 않은 설명을 경험할 수 있습니다. Pro Config을 사용하거나 이 Dev Doc을 읽는 동안 질문이 생기면 우리 공식 Discord의 `pro-config-forum` 채널에 보고해 주세요. 여러분의 참여에 감사드리며, 피드백은 큰 가치로 여겨집니다.

## 기여

Pro Config API를 설계하면서 XState와 OpenAI로부터 큰 영감을 받았습니다. 그들의 뛰어난 기여에 진심으로 감사드립니다.


---

# 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/pro-config-mode.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.
