> 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-1.md).

# Conversationの作成・後編

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

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

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

後編は、LLMノード・LLMインプットの利用方法を中心にカンバセーションアプリの作成方法を説明します。

&#x20;

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

* 00:57\~   LLMノード・LLMインプットノードについて
* 01:56\~   LLMノードを使ったアプリの作成
* 05:13\~   プロンプト作成・動的インプットの使い方

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

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

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

{% embed url="<https://youtu.be/UhemMkgEXHM?si=rLX7JU3NG0V3B_9K>" %}

## 関連コンテンツ

[**【実践ガイド】プロンプト作成の基礎**](https://docs.allganize.ai/alli_for_llm/practice-guide/basics-of-prompt)

プロンプト作成の基本的なポイント・注意点を解説しています。


---

# 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-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.
