> 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/first/start-guide.md).

# スタートガイド（管理者・アプリ作成者向け）

本ガイドは、Alli LLM App Marketを初めてご利用いただく管理者・アプリ作成ご担当者様向けの、立ち上げハンズオンガイドです。

## 本ガイドのゴール <a href="#guide-goal" id="guide-goal"></a>

**1日で「ドキュメントを根拠に回答するRAG型アプリ」と「LLMへの指示だけで動くLLM実行型アプリ」を、1つずつ作成・公開できるようになる**ことを目指します。

機能の網羅的な仕様や運用ノウハウは本ガイド上では扱いませんので、目的に応じて以下をご参照ください。

| 知りたいこと           | ご参照先                                                                                                                             |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| 立ち上げの最短手順        | **本スタートガイド**                                                                                                                     |
| 基本操作・使い方・仕様の詳細確認 | <p>・ユーザーガイド内の各機能ページ<br>・<a href="https://docs.allganize.ai/alli-llm-app-market/alli-help-chatbot">Alliヘルプチャットボット「チャボ君」β版</a></p> |

{% hint style="success" %}
操作で迷ったときはヘルプチャットボット「[チャボ君](/alli-llm-app-market/alli-help-chatbot.md)」へ。Alliの基本操作・設定手順・仕様確認などをチャットで回答してくれます。
{% endhint %}

***

## Alli LLM App Marketとは <a href="#about-alli-llm-app-market" id="about-alli-llm-app-market"></a>

Alli LLM App Market は、**LLM（大規模言語モデル）**&#x3092;活用した業務アプリを、ノーコードで作成・公開・運用できるプラットフォームです。

社内文書を根拠にしたQ\&A、文章の作成・要約・翻訳、表データの集計・分析、Webやドキュメントを横断したリサーチ、音声の文字起こしなど、さまざまな業務をAIアプリとして形にできます。\
利用の仕方は大きく2通りで、Allganizeがあらかじめ用意した**100種類以上のデフォルトアプリ**をそのまま使うことも、目的に合わせて**オリジナルのアプリを作成**することもできます。

アプリの作成時には、**Basic RAG / RAG Agent / Table Agent / Deep Research Agent / Speech to Text Agent** など、デフォルトで提供している各種エージェント機能を組み込むこともできます。（[2章](/alli-llm-app-market/first/start-guide/app-creation-overview.md#id-2-3-allganizenonadeforutojento)で一部紹介）\
作成・公開したアプリは「**Alli Works**」（アプリポータル）から、社内のエンドユーザーがすぐに利用できます。

本ガイドでは、この中から代表的な2つのアプリの型を取り上げ、作成から公開までを体験します。

***

## 本ガイドの読み進め方 <a href="#how-to-read" id="how-to-read"></a>

<table data-search="false"><thead><tr><th>章</th><th>内容</th><th>目安時間</th></tr></thead><tbody><tr><td>1. 管理画面の基本</td><td>ログイン・メインメニュー・Alli Works遷移ボタン</td><td>5分</td></tr><tr><td>2. アプリ作成までの全体フロー</td><td>立ち上げ全体の道筋＋デフォルトエージェント紹介</td><td>10分</td></tr><tr><td>3. ドキュメント・ナレッジベースの登録</td><td>RAGの土台を作る</td><td>10分</td></tr><tr><td>4. 【ハンズオンA】RAG型アプリを作る</td><td>会話型アプリ＋回答生成</td><td>30分</td></tr><tr><td>5. 【ハンズオンB】LLM実行型アプリを作る</td><td>会話型アプリ＋LLM実行</td><td>30分</td></tr><tr><td>6. 公開して使ってもらう</td><td>個別URL もしくは Alli Worksで利用可能に</td><td>10分</td></tr><tr><td>困ったときは</td><td>チャボ君・ユーザーガイド・CS・初心者FAQ</td><td>都度参照</td></tr><tr><td>付録</td><td>用語集／ユーザーガイドリンクマップ</td><td>都度参照</td></tr></tbody></table>


---

# 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/first/start-guide.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.
