# 태스크플로우 설명 및 활용

태스크플로우는 대화형 AI 어시스턴트를 구축하기 위한 프레임워크입니다. 음식 주문, 호텔 예약, 은행 상품 가입 등 목적과 그 과정이 명확하게 정해져있는 비즈니스 로직을 구축하기에 적합합니다. 태스크플로우 프레임워크에서 발화, 액션, 플로우를 생성하여 비즈니스 로직을 수행하기 위한 대화를 구축할 수 있습니다.

이 섹션에서는 태스크플로우 빌더의 생성 및 배포 방법을 안내합니다.


---

# 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://genos-docs.gitbook.io/default/v1.8.4/taskflow/manual.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.
