# 빌더 생성

### 빌더 생성

* 서비스>태스크플로우>빌더 에서 `태스크플로우 생성` 버튼을 눌러서 새로운 태스크플로우를 생성합니다.

<figure><img src="/files/LlAVhU1o5RgURBP8Ws2H" alt="" width="60%"><figcaption></figcaption></figure>

* 태스크플로우 생성 버튼을 누르면 두가지 생성 옵션이 존재합니다.
  * 금융 상품 추천 서비스: 금융 상품을 추천해주는 템플릿을 생성
  * 신규 생성하기: 빈 태스크플로우 생성
* `신규 생성하기`를 누르면 빌더의 제목과 상세 설명, 관리 그룹을 입력하는 팝업이 생성됩니다.
  * 태스크플로우 빌더 제목: 태스크플로우의 빌더 제목으로 필수값입니다. 유저가 태스크플로우 빌더를 구분하기 위한 용도로 사용됩니다.
  * 상세 설명: 태스크플로우 빌더의 설명입니다.
  * 관리 그룹: 생성하는 태스크플로우를 관리할 그룹입니다.

<figure><img src="/files/rU0tT0yalkdzCAAakBtT" alt=""><figcaption></figcaption></figure>

* 태스크플로우에서 태스크를 수행하기 위해서는 플로우가 반드시 필요합니다. 첫번째 생성할 플로우의 정보를 입력합니다.
  * 플로우 제목: 플로우의 영문 이름입니다.
  * 상세 설명: 해당 플로우가 어떤 역할을 수행하는지에 대한 설명입니다. 이 설명은 LLM이 사용자의 입력과 이전 대화를 바탕으로 해당 플로우를 다음 대화로 시작할지 선택하는 데 사용되므로, 어떤 경우에 발동되는지에 대한 조건을 자세히 적어주면 의도된 대로 플로우를 선택할 수 있습니다.

| 제목          | 좋은 예시                                    | 나쁜 예시        |
| ----------- | ---------------------------------------- | ------------ |
| Flow 명      | wha\_type\_of\_prod\_you\_want           | start\_flow  |
| Flow에 관한 설명 | 문의할래요라는 고객의 입력에 어떤 상품에서 문의할지 묻는 flow입니다. | 처음 시작하는 flow |

<figure><img src="/files/BY9sgcTwjTIcG4F4XYxY" alt=""><figcaption></figcaption></figure>

* 생성 버튼을 눌러서 태스크플로우 생성 과정을 완료합니다.


---

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