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

# 設定

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/06/%E8%A8%AD%E5%AE%9A1.png?resize=800%2C383&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

* [**\[全般\]**](https://docs.allganize.ai/alli-userguide/settings/general/general-settings)プロジェクトの一般的設定を管理するメニューです。 APIキー、SDK仕様書、APIマニュアルなどが含まれています。
* [**\[エージェント\]**](https://docs.allganize.ai/alli-userguide/settings/agent-settings)エージェントの招待、承認、削除などを行うことができるメニューです。
* [**\[セキュリティ\]**](https://docs.allganize.ai/alli-userguide/settings/sercurity)ホワイトリスト IP 住所.
* [**\[変数\]**](https://docs.allganize.ai/alli-userguide/settings/variables/variables)変数について確認、追加、削除などを管理することができるメニューです。
* [**\[デザイン\]**](https://docs.allganize.ai/alli-userguide/settings/design)ユーザーに表示するチャットウィンドウのデザインを設定、管理できます。
* [**\[メッセージ設定\]**](https://docs.allganize.ai/alli-userguide/settings/message-settings)ユーザーに表示する各種メッセージを設定できます。
* **\[請求情報]** ご利用料金の決済に関する情報を確認、管理するためのメニューです。一部請求書払いのお客様については対象となりません。
* **\[外部サービス連携]** 様々な外部メッセンジャー、アプリとの連動設定を行うメニューです。


---

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