> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/alliyzgaido/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/alliyzgaido/getting-started/alli-main-menu.md).

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

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/04/Alli-Main-Overview-2.png?w=800&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

1. [**キャンペーン（スキル）**](https://docs.allganize.ai/alli-userguide/skills/skill-dashboard) キャンペーン管理、チャット編集など実施できます。
2. [**顧客リスト**](https://docs.allganize.ai/alli-userguide/miscellaneous/customers/customers-list) チャット上でコミュニケーションを実施した顧客情報を管理できます。
3. [**会話履歴**](https://docs.allganize.ai/alli-userguide/conversation/conversations-menu) リアルタイムの会話ログ、過去の会話ログおよびレビュー会話履歴を確認できます。当メニューからユーザーと直接チャット会話を行うことができます。
4. [**ナレッジベース**](https://docs.allganize.ai/alli-userguide/knowledge-base/knowledge-base) Q\&Aおよびドキュメント機能で活用するQAデータベース・ドキュメントを管理します。
5. [**自動化**](https://docs.allganize.ai/alli-userguide/miscellaneous/automation-2-0) 変数の変更をトリガーとして、スキルを開くためのリンクが記載されたEメールを自動的に送信します。
6. [**雑談**](https://docs.allganize.ai/alli-userguide/miscellaneous/small-talk) Alliとの雑談情報を管理します。
7. [**固有表現抽出**](https://guide.allganize.ai/?knowledge_base=entity-extraction\&lang=ja) さまざまな種類のドキュメントから重要な固有表現を抽出できます。
8. [**分析**](https://docs.allganize.ai/alli-userguide/miscellaneous/analytics/analytics) キャンペーン、Q\&Aの利用状況、利用傾向を簡単に把握できます。
9. [**プロジェクト設定**](https://docs.allganize.ai/alli-userguide/settings/settings) Alliの利用に係る各種設定メニュー画面です。


---

# 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/alliyzgaido/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.
