> 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/practice/apuri.md).

# アプリ作成例

- [【アプリ例】カテゴリー選択→Ｑ＆Ａから回答→該当するQ＆Aがない場合→ドキュメントから回答生成を行う](https://docs.allganize.ai/alli-llm-app-market/practice/apuri/category-search-qa-and-ga.md)
- [【アプリ例】ドキュメントをアップロード→アップロードしたドキュメントに対して任意のプロンプトを実行する](https://docs.allganize.ai/alli-llm-app-market/practice/apuri/uploaddocument-runllm.md)
- [【アプリ例】変数をダウンロードノードを利用して会話内のデータを取得する](https://docs.allganize.ai/alli-llm-app-market/practice/apuri/export-variables.md)
- [高度なフローの例](https://docs.allganize.ai/alli-llm-app-market/practice/apuri/advanced-flow-example.md)
- [変数の値を設定ノードで計算式を使用する](https://docs.allganize.ai/alli-llm-app-market/practice/apuri/advanced-flow-example/assign-value-node-general-operations.md)
- [トークンを使用して会話を再開する](https://docs.allganize.ai/alli-llm-app-market/practice/apuri/advanced-flow-example/resume-conversation-using-token.md)
- [Zapierを利用してアンケート調査結果を自動生成する](https://docs.allganize.ai/alli-llm-app-market/practice/apuri/advanced-flow-example/build-a-form-node-zapier-survey-result.md)
- [データ連携ノードでSlackと連携する](https://docs.allganize.ai/alli-llm-app-market/practice/apuri/advanced-flow-example/connect-to-slack-using-integration-node.md)
- [【TIPS】Conversation アプリ編集の便利な機能](https://docs.allganize.ai/alli-llm-app-market/practice/apuri/advanced-flow-example/tips-skill-editor.md)


---

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

```
GET https://docs.allganize.ai/alli-llm-app-market/practice/apuri.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.
