> 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/manual/project-settings.md).

# プロジェクト設定

プロジェクトの運用に必要な各種設定を一元管理できるメニュー群です。\
一般設定からメンバー管理、セキュリティ、決済、外部連携まで、プロジェクト管理にメニューが管理されています。\
管理者はこれらのメニューを通じて、プロジェクト全体の動作環境・権限・セキュリティポリシーを管理します。

***

## 本機能について <a href="#introduction" id="introduction"></a>

プロジェクト設定は複数のカテゴリーに分類されており、管理者がプロジェクトの環境・権限・動作を一元的に制御できる設計になっています。\
各メニューは独立した設定領域を持ち、必要に応じて個別に管理できます。

* **操作者に必要な権限**
  * 必須権限：ページへアクセス/各ページへの閲覧・編集権限

***

## メニュー一覧

<figure><img src="/files/GWaC7LIUGrNnJBysojAq" alt="" width="563"><figcaption><p>プロジェクト設定画面</p></figcaption></figure>

#### 全般

プロジェクトに関する一般設定を管理するメニューです。

#### メンバー

メンバーの招待、グループ管理、権限設定、削除などを行えるメニューです。

#### セキュリティ

特定のIPアドレス範囲をホワイトリストに登録できるメニューです。\
アクセス制限だけでなく、ダウンロードに関する設定も同メニューで行います。

#### 会話

会話を分類し、目的の形式にカテゴリー化できるメニューです。

#### 変数

さまざまな変数を確認、追加、削除など、管理できるメニューです。

#### Alli Works設定

Alli works画面の設定やアプリのカテゴリーを編集できるメニューです。

#### メッセージ設定

アプリを使用するメンバーに表示される、各種ノード関連のデフォルトメッセージを設定するメニューです。

#### 請求情報

決済に関する情報の確認やクレジット制限の設定など、利用中の料金プランを管理できるメニューです。

#### 外部サービス連携

SSO（シングルサインオン）認証を連携できるメニューです。\
自社の認証システムと連携することで、メンバーが普段業務で使用しているアカウントを使ってAlliへ簡単にログインできるように設定できます。

{% hint style="info" %}
-SSO連携は有償オプションメニューです。\
-実施の場合は自社の認証システム（IdP）の管理者との連携が必要です。事前にシステム管理者へ必要な情報を確認してから作業を進めてください。
{% endhint %}

#### 詳細設定

LLM実行に関する詳細な履歴を確認できるメニューです。

***

## よくある質問

* **API Keyはどこで確認・取得できますか？**

  一般メニューからAPI Keyを確認できます。必要に応じて再発行もこのメニューから行えます。

* **メンバーに付与できる権限の種類はどこで確認できますか？**

  メンバーメニューの権限設定から確認できます。役割に応じた権限をメンバーごとに個別に設定可能です。

* **IPホワイトリストを設定した場合、登録外のIPからのアクセスはどうなりますか？**

  登録されていないIPアドレスからのアクセスはブロックされます。設定前に、利用メンバーが使用するすべてのIPアドレス範囲を確認してから登録してください。

***

## 関連ページリンク

{% content-ref url="/spaces/t93iyM4jwRFe6gdyM6hx/pages/W5Bg7Nk2AHvXoJm1hqV2" %}
[Broken mention](broken://spaces/t93iyM4jwRFe6gdyM6hx/pages/W5Bg7Nk2AHvXoJm1hqV2)
{% endcontent-ref %}

{% content-ref url="/pages/vnyO5bJgcSdx8JuhL9lW" %}
[メンバー](/alli-llm-app-market/manual/project-settings/menber.md)
{% endcontent-ref %}

{% content-ref url="/pages/c1G5zv3mG64ZPxW76jlL" %}
[セキュリティ](/alli-llm-app-market/manual/project-settings/sercurity.md)
{% endcontent-ref %}


---

# 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/manual/project-settings.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.
