# 멀티턴 워크플로우 만들기

**멀티턴 워크플로우 동영상 \[**[**바로가기**](https://youtu.be/a5EKFSeRe5I)**]**

### [1. 워크플로우 생성](/default/v1.7.5/basic-tutorials/guides/workflow/openapi.md#id-1)

### 2. 워크플로우 편집

#### [2.1 리비전 정보 설정](https://genos-docs.gitbook.io/default/v1.7.5/basic-tutorials/guides/workflow/pages/RPizEdzx8v8D2KO2L4p1#id-2.1)

#### 2.2 세부 설정

* **Flowise 창**에서 세부 설정을 조정합니다. 이번엔 멀티턴 노드 구성에 대해서 설명합니다.
  * **ChatMNC**: 사용할 LLM(Large Language Model)을 선택합니다. 이 모델은 워크플로우에서 텍스트 생성에 사용됩니다.
  * **Buffer Window Memory**: 멀티턴을 위해 대화의 일부분을 저장하여 지원하는 메모리 구조입니다. ‘Size’ 값을 통하여 가장 최근의 n개의 대화를 유지할 수 있습니다.
  * **Conversation Chain**: 멀티턴 대화의 흐름을 지속적으로 유지할 수 있도록 설계 된 체인입니다.

<figure><img src="/files/rwbcwl7HxKFFGUafBjJs" alt=""><figcaption><p>각 노드 별 연결과 설정</p></figcaption></figure>

<figure><img src="/files/mbuluDPRCzNRAYAokgM1" alt=""><figcaption><p>전체 워크플로우</p></figcaption></figure>

#### [2.3 저장](https://genos-docs.gitbook.io/default/v1.7.5/basic-tutorials/guides/workflow/pages/RPizEdzx8v8D2KO2L4p1#id-2.3)

### [3. 워크플로우 배포](/default/v1.7.5/basic-tutorials/guides/workflow/openapi.md#id-3)

### 4. 결과

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

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


---

# 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.7.5/basic-tutorials/guides/workflow/multi-turn.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.
