> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/immedio-box/tenant-management/basic-settings.md).

# 基本設定

テナントの基本情報、ポリシー設定、集計通知除外リスト、通知先のデフォルトを管理します。

## 設定項目一覧

| 項目        | 説明                                                            |
| --------- | ------------------------------------------------------------- |
| テナント名     | 管理画面に表示される企業・組織の名称                                            |
| URL公開名    | 公開URLに含まれるテナント識別子（例: `https://box.immedio.io/p/{URL公開名}/...`） |
| ポリシー設定    | 利用規約・プライバシーポリシー等への同意をファイル閲覧画面で取得する設定                          |
| 集計通知除外リスト | 通知や集計の対象外とするキーワード                                             |
| 通知先設定     | ワークフローの通知先のデフォルト値を設定する                                        |

## 各項目の詳細

### テナント名

管理画面の表示名として使用されるテナントの名称です。

### URL公開名

ファイルや資料の公開URLに含まれるテナント識別子です。例: `https://box.immedio.io/p/{URL公開名}/example`

### ポリシー設定

利用規約やプライバシーポリシーへの同意を、リードがファイルを閲覧する画面でチェックボックスとして取得できます。複数のポリシーを名前とURLのセットで登録できます。

1件ごとに日本語と英語をセットで登録でき、ファイルの[表示言語](/immedio-box/guides/file-sharing/display-language.md)に応じて対応する言語のポリシーが表示されます。英語が未登録の場合は、英語のファイルでも日本語のポリシーが表示されます。詳細は[ポリシー設定を行う](/immedio-box/setup/policies.md)をご覧ください。

### 集計通知除外リスト

特定のキーワードを設定すると、そのキーワードを含むイベントを通知・集計の対象から除外できます。社内ドメインなどテストユーザーによる閲覧を集計から除外したい場合に使用します。

## 注意事項

* 設定の編集はオーナー権限のユーザーのみ可能です


---

# 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.immedio.io/immedio-box/tenant-management/basic-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.
