> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ko/workflow/workflow-overview.md).

# 워크플로 개요

이 문서에서는 워크플로 기능의 개요를 설명합니다.

## 워크플로란

워크플로는 AI 에이전트나 조건 분기 등의 블록을 조합하여 일련의 처리를 실행할 수 있는 기능입니다.

이를 통해 단계적인 처리를 조합한 작업이나 복잡한 작업을 실행할 수 있습니다.

## 워크플로의 특징

### 워크플로 재사용

워크플로는 실행 시에 필요한 정보를 입력으로 사용할 수 있습니다. 입력으로 다룰 수 있는 내용에는 텍스트, 숫자, 파일 등이 있습니다.

같은 워크플로를 사용하면서 대상이나 조건을 바꿔 실행할 수 있습니다.

### 유연한 실행 트리거

워크플로는 필요할 때 수동으로 실행하거나, 특정 트리거를 설정하여 자동 실행할 수 있습니다.

트리거로는 수동 실행, API를 통한 실행, GitHub 이벤트(연동 설정 시) 등을 지원합니다.

작성한 워크플로를 일상 업무에 유연하게 통합할 수 있습니다.

### 워크플로의 반자동화

워크플로 중간에 사람에 의한 확인을 끼워 넣을 수도 있습니다.

필요한 블록을 검토 필수로 설정하고, 사람이 내용을 확인한 후에 다음으로 진행하는 운영이 가능합니다.

이를 통해 모든 것을 완전히 자동화하지 않고, 중요한 지점만 사람이 판단하는 운영도 가능합니다.

### 산출물 생성

워크플로에서 생성한 문서 등의 출력은 필요에 따라 산출물로 저장할 수 있습니다.

검토나 공유의 대상이 되는 결과를 남기려는 경우에도 활용할 수 있습니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.genesis.autify.com/features-ko/workflow/workflow-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
