> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/workflows-ai-assistant.md).

# Workflows AI Assistant

Workflows AI Assistant를 사용하면 workflow canvas 옆에 있는 chat 인터페이스에서 Workflows를 빌드, 업데이트, 디버그할 수 있습니다.

Workflow를 열면 AI chat 패널이 editor의 왼쪽에 나타납니다. chat에 질문이나 지침을 직접 입력하여 Workflow를 빌드, 수정 또는 문제 해결할 수 있습니다. assistant가 변경을 적용하면 workflow canvas가 실시간으로 업데이트됩니다.

chat 패널을 접어 canvas에 집중하거나, 도움이 필요할 때 펼칠 수 있습니다. 패널을 전환해도 canvas는 시각적으로 고정된 상태를 유지합니다.

### Workflows 편집

AI Assistant에게 Workflow를 변경해 달라고 요청할 수 있습니다. 예를 들어, 다음을 요청할 수 있습니다:

* Workflow에 object tracking을 추가합니다.
* 현재 Workflow가 classification model이 특정 결과를 반환할 때만 실행되도록 합니다.
* Workflow에서 사용되는 model의 confidence threshold를 변경합니다.

AI Assistant가 canvas에서 직접 변경을 적용합니다. 변경 사항은 draft로 자동 저장되지만, 직접 publish하기 전까지는 production Workflow에 게시되지 않습니다.

{% hint style="info" %}
AI Assistant가 생성한 block은 완전히 구성되지 않았을 수 있습니다. project 요구 사항에 맞게 설정을 검토하고 조정하려면 아무 block이나 클릭하세요.
{% endhint %}

### 대화 기록

sidebar에는 모든 Workflows에 걸친 전체 대화 기록이 표시됩니다. 대화를 선택하면 연결된 Workflow와 chat 컨텍스트가 불러와집니다. "New conversation" 옵션을 사용해 동일한 Workflow에서 새 대화를 시작할 수 있습니다.

### Legacy Editor

AI chat이 없는 독립형 editor를 대체 수단으로 사용할 수 있습니다. Workflow 설정에서 "Use legacy editor"를 클릭하여 접근할 수 있습니다.


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/workflows/workflows-ai-assistant.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.
