> 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/other/preparation-of-questions-for-shareholders-meetings.md).

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

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

## フロー全体図 <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
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/other/preparation-of-questions-for-shareholders-meetings.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.
