> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/alli-llm-app-market-video-contents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/alli-llm-app-market-video-contents/video-contents/conversation-1.md).

# Conversationの作成・前編

## 本動画の概要 <a href="#overview" id="overview"></a>

この動画ではカンバセーションアプリの作成方法について解説します。

本動画は前後編で構成されています。&#x20;

前編は、回答生成ノードの利用方法を中心にカンバセーションアプリの作成方法を説明します。

&#x20;

※後編の公開は今しばらくお待ちください。

### 目次 <a href="#table-of-contents" id="table-of-contents"></a>

* 00:50\~   主なノードの紹介
* 01:43\~   カテゴリ選択＞選択範囲のドキュメントから回答生成
* 06:40\~   回答生成後のアクション設定
* 07:30\~   回答生成のグループプロンプト

  <br>

## 【動画】Conversationの作成・前編 <a href="#create-conversation-app" id="create-conversation-app"></a>

<mark style="color:red;">※本動画は2024年12月のUIをもとに作成しております。</mark>

<mark style="color:red;">一部画面表示が現在の仕様と異なる部分がございますことをご了承ください。</mark>

{% embed url="<https://youtu.be/vWkmAtP76KY>" %}


---

# 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://docs.allganize.ai/alli-llm-app-market-video-contents/video-contents/conversation-1.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.
