# 株主総会の想定質問作成

株主総会の想定質問作成アプリでは、決算資料から株主総会で想定される質問を生成します。

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

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

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

株主総会の想定質問生成アプリでは、LLMインプットノードを活用して、ユーザーに決算資料のファイルをアップロードしてもらうと、ドキュメント情報から、LLM実行にて想定される質問を10個生成します。

### ファイルをアップロードしてもらう（LLMインプット） <a href="#llm-input1" id="llm-input1"></a>

LLMインプットノードを使い、ユーザーに決算資料をアップロードしてもらうように設計しています。

"アップロード"タブを選択し、取得したドキュメント情報を@FILEという変数に保存します。

<figure><img src="/files/3ZUQ9HA8nBUiATKgfC6m" alt="" width="375"><figcaption></figcaption></figure>

### 定款分析を行う（LLM実行ノード） <a href="#llm-node1" id="llm-node1"></a>

LLM実行ノードではLLMインプットノードでユーザーがアップロードしたドキュメント情報を保存した変数＠FILEをプロンプトで指定し実行しています。

* ベースモデル：OPENAI GPT-4\_TURBO\_VISION
* プロンプト：株主総会の想定質問作成

<figure><img src="/files/4FDpslAvrNBLDPRa0YYs" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/ZGOrQGEjEt3Rw3EoKeY4" 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://docs.allganize.ai/alli-llm-app-market/app-market/default-apps/other/preparation-of-questions-for-shareholders-meetings.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.
