> 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/getting-started/alli-main-menu.md).

# Alliメインメニューの機能概要

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

1. [**アプリマーケット**](/alli-llm-app-market/app-market.md) Allganizeが用意した標準のアプリが並んでおり、自由に選んで使うことができます。
2. [**アプリ管理**](/alli-llm-app-market/manual/app-management.md) 新規作成したアプリやアプリマーケットからダウンロードしたアプリを管理できます。
3. [**キャンペーン（スキル）**](/alli-llm-app-market/campaign.md) キャンペーン管理、チャット編集など実施できます。
4. [**ドキュメント**](/alli-llm-app-market/document.md)アプリやキャンペーン(スキル)で活用するドキュメントを管理します。
5. [**ナレッジベース**](/alli-llm-app-market/knowledge-base-outline.md) Q\&A機能で活用するQAデータベースを管理します
6. [**利用履歴**](/alli-llm-app-market/document/conversations-menu-overview-1.md) リアルタイムの会話ログ、過去の会話ログおよびレビュー会話履歴を確認できます。当メニューからユーザーと直接チャット会話を行うことができます。
7. [**ユーザー** ](/alli-llm-app-market/manual/customers-list.md)チャット上でコミュニケーションを実施した顧客情報を管理できます。
8. [**分析**](/alli-llm-app-market/manual/analytics.md) アプリ、キャンペーン(スキル)、Q\&Aの利用状況、利用傾向を簡単に把握できます。
9. [**プロジェクト設定**](/alli-llm-app-market/manual/project-settings.md) Alliの利用に係る各種設定メニュー画面です。
10. <mark style="color:$info;">**メニューの並び替え**</mark> メニューの並び替えや各メニュー毎の表示/非表示の切り替えができます。


---

# 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/getting-started/alli-main-menu.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.
