> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/alli-llm-app-market/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/manual/for_admin/default-apps/marketing/pop_text_creation.md).

# 商品画像からPOP用の文章生成

商品画像からPOP用の文章生成アプリでは、商品の画像から、POPで利用する文章案を生成します。

## フローの全体図 <a href="#overall" id="overall"></a>

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

## 概要 <a href="#outline" id="outline"></a>

商品画像からPOP用の文章生成アプリは、アップロードする画像データ(jpegやpingデータ)から、LLM実行ノードで商品のPOP文章を作成します。

### POPの文章を作成したい画像をアップロードする(LLMインプットノード) <a href="#llm-input-node" id="llm-input-node"></a>

LLMインプットノードで画像データをアップロードし変数に保存します。

* 選択タブ：アップロード
* 変数：＠PICTURE

  * 変数種別：会話変数
  * タイプ：ドキュメント

  <div><figure><img src="/files/DA54RV61nI21ycs9DExN" alt=""><figcaption></figcaption></figure> <figure><img src="/files/PZpdJ6WVH7xV77W849Gj" alt=""><figcaption></figcaption></figure></div>

### アップロードされた画像データからPOP文章を作成(LLM実行ノード) <a href="#llm-node" id="llm-node"></a>

LLM実行ノードでは、アップロードした画像データを保存した変数(＠PICTURE)をプロンプトで指定し、LLMがPOP文章案の作成を行います。

* ベースモデル：GPT-4\_TURBO\_VISION
* プロンプト：商品画像からPOP文言を考える

<div><figure><img src="/files/JxtO44Ru7UZg7AMkai9c" alt=""><figcaption></figcaption></figure> <figure><img src="/files/R7rL5JPLNQmwRTNzcpQr" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/DOdf3FAuePLi50V5ugiz" 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, and the optional `goal` query parameter:

```
GET https://docs.allganize.ai/alli-llm-app-market/manual/for_admin/default-apps/marketing/pop_text_creation.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.
