> 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) **\[未選択のチェックボックス]**.
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.
