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

# 権限設定

リード画像の参照権限など、テナント全体の権限ポリシーを設定します。

テナント全体に適用される権限ポリシーを設定する画面です。

## 設定項目一覧

| 項目                    | 説明                                         |
| --------------------- | ------------------------------------------ |
| リード画像の参照を限定する         | リード画像（名刺等）の参照を「ログイン済みユーザ」および「認証済み担当者」に制限する |
| 運営ユーザーによる自社情報の確認を許可する | 当社サポートがお客様テナントにログインした際に閲覧可能なデータを制限する       |

## 各項目の詳細

### リード画像の参照を限定する

このチェックを有効にすると、フォーム送信時にアップロードされたリード画像（名刺画像など）の参照が、immedio Forms にログイン済みのユーザー、または認証済み担当者のみに制限されます。

無効の場合、画像の直接URLにアクセスすれば誰でも参照可能です。社外への流出を防ぎたい場合は有効化してください。

## 運営ユーザーによる自社情報の確認を許可する

このチェックを有効にすると、当社サポートがお客様テナントのリード一覧にアクセスした際に、個人情報を含む全ての項目が閲覧できる状態になります。

無効の場合、個人情報項目はマスキングされ、当社サポートが閲覧できない状態になります。

閲覧を制限できるのは基本項目のみです。カスタム項目で「氏名」などを作成してもマスキングは実施されません。

### 閲覧制限対象となる項目

* 氏名
* メールアドレス
* 電話番号
* 携帯電話
* FAX
* 住所
* 郵便番号

## 注意事項

* 設定の編集はオーナー権限のユーザーのみ可能です
* 設定変更は即時反映されます。既存のリード画像参照URLにも影響します


---

# 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-forms/settings/permission.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.
