# Workflows AI Assistant

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

Workflow를 열면 AI 채팅 패널이 편집기 왼쪽에 나타납니다. 채팅에 질문이나 지시 사항을 직접 입력하여 Workflow를 만들고, 수정하고, 문제를 해결할 수 있습니다. assistant가 변경을 적용하면 workflow canvas가 실시간으로 업데이트됩니다.

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

### Workflows 편집

AI Assistant에게 Workflow를 변경하도록 요청할 수 있습니다. 예를 들어 다음과 같이 요청할 수 있습니다:

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

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

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

### 대화 기록

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

### 레거시 편집기

AI chat이 없는 독립형 편집기를 대체 수단으로 사용할 수 있습니다. Workflow settings에서 "Use legacy editor"를 클릭하여 액세스할 수 있습니다.


---

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