> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/multi-program-reports/data-lab-custom-reports/share-a-custom-report.md).

# カスタムレポートを共有する

カスタムレポートにさまざまな役割と権限を割り当て、アカウント内の他のユーザーと共有できます。

1. 左側のナビゲーション メニューから ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage]** → **レポート** → **その他のレポート**.
2. を選択 **カテゴリ** と絞り込む **作成済み** ![](/files/fd83586f9930f6bcc6498179e6d7ed9571e7b572) **\[Unchecked box]**.
3. 自分で作成したカスタムレポートを見つけて選択します。
4. 右上隅で、 ![](/files/9a26e2b5129bdfa639f679677fba81c60012b252) **\[共有]**.
   * このアイコンは、あなたが所有するカスタムレポート、または所有者の権限が付与されているカスタムレポートにのみ表示されます。
5. を選択 ![](/files/31ed8bce4d22f3780f0bf5494c25049b3181e0a9) **\[追加]** メンバーにこのレポートへのアクセス権を付与するには、メンバー名の入力を開始します。
   * 入力を始めると、名前が自動入力されます。
6. を選択 ![](/files/cc0e0c914e83aa8f319848b79c16bfc4d16c9e94) **\[ドロップダウン]** そして、特定の権限を選択します。
   * **所有者:** 所有者はレポートを編集または削除したり、他のユーザーの権限を変更したりできます。
   * **編集者:** 編集者は既存のレポートを編集できます。
   * **閲覧者:** 閲覧者は既存のレポートを閲覧することしかできません。
   * **削除:** メンバーのレポートアクセス権を削除します。
7. を選択 **メンバーを追加**.
8. を選択 **保存**.
   * 必要に応じて、 **レポートリンクをコピー** レポートへの直接リンクをクリップボードにコピーします。

{% hint style="info" %}
**一般アクセス:** チェック **アカウント内のすべてのメンバーがこのレポートを閲覧できます** このアカウントの全員に閲覧権限を付与するには。
{% endhint %}


---

# 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://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/multi-program-reports/data-lab-custom-reports/share-a-custom-report.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.
