> 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/admin-console-basics.md).

# 1. 管理画面の基本

最初の5分で「どこに何があるか」を把握します。詳細な仕様はユーザーガイドをご参照ください。

## 1-1. ログイン <a href="#login" id="login"></a>

1. 以下のURLにアクセス\
   👉 <https://app.alli.ai/projects/>
2. Alliアカウント情報でログイン\
   （SSOをご利用の場合は、ご利用環境の認証フローに従ってログインしてください）

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

### アカウントの追加・グループ管理について <a href="#account" id="account"></a>

<table><thead><tr><th width="272.66668701171875">項目</th><th>場所</th></tr></thead><tbody><tr><td>アカウント招待</td><td>プロジェクト設定 ＞ メンバー ＞メンバー管理</td></tr><tr><td>グループの追加・権限の確認</td><td>プロジェクト設定 ＞ メンバー ＞ グループ管理</td></tr><tr><td>各種セキュリティ設定<br>（IPアドレス制限/2要素認証など）</td><td>プロジェクト設定 ＞ セキュリティ</td></tr></tbody></table>

詳細は [ユーザーガイド > プロジェクト設定](https://docs.allganize.ai/alli-llm-app-market/manual/project-settings) をご参照ください。

## 1-2. まず押さえる3つのメニュー <a href="#three-key-menus" id="three-key-menus"></a>

初期段階では、左サイドメニューのうち以下の**3つ**を押さえてください。

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

| メニュー        | 役割                 | このガイドでの登場章 |
| ----------- | ------------------ | ---------- |
| **アプリ管理**   | 作成済みアプリの管理／新規アプリ作成 | 4・5・6章     |
| **ドキュメント**  | 回答根拠となる資料の登録       | 3章         |
| **ナレッジベース** | Q\&A（FAQ）の登録       | 3章         |

その他のメニュー（アプリマーケット、キャンペーン、利用履歴、分析、プロジェクト設定など）は、立ち上げ後に必要になった時点で [ユーザーガイド](https://docs.allganize.ai/alli-llm-app-market/first/getting-started/alli-main-menu) でご確認ください。

## 1-3. Alli Worksへの遷移ボタン <a href="#alli-works-button" id="alli-works-button"></a>

管理画面上には、**Alli Works**（公開中のアプリ一覧ポータル）への遷移ボタンが表示されています。

### Alli Worksとは <a href="#what-is-alli-works" id="what-is-alli-works"></a>

* 管理画面で**公開状態にあるアプリが一覧表示**されるユーザー向けポータル画面
* エンドユーザーはこのAlli Worksから、利用したいアプリを選んで使用します
* 公開後の社内展開で活用します（[6章 ](/alli-llm-app-market/first/start-guide/publish-and-share.md#balli-worksapuriptaru)で詳説）

### 遷移方法 <a href="#how-to-access" id="how-to-access"></a>

1. 管理画面の上部に表示されている **「Alli Works」遷移ボタン**（またはAlli WorksのURL）をクリック

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

2. 新しいタブでAlli Worksが開き、公開中アプリの一覧が表示されます

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

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

{% hint style="success" %}
💡 まずは「**管理画面でアプリを作成し、Alli Worksに公開する**」という流れをご理解いただければ大丈夫です。
{% endhint %}

## ✅この章のチェックリスト <a href="#check-list" id="check-list"></a>

* [ ] 管理画面（`https://app.alli.ai/projects/`）にログインできた
* [ ] 「アプリ管理」「ドキュメント」「ナレッジベース」3メニューの位置を確認した
* [ ] Alli Worksへの遷移ボタンを確認した


---

# 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/admin-console-basics.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.
