> 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/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/data-lab-custom-reports/share-a-custom-report.md).

# 共享自定义报告

您可以分配不同的角色和权限，并将自定义报告与您帐户中的其他用户共享。

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **报告** → **更多报告**.
2. 选择 **类别** 并筛选 **内置** ![](/files/48509e0f0c9ae68203294f8aae7777211a4315e1) **\[未勾选的复选框]**.
3. 找到并选择您创建的自定义报告。
4. 在右上角，选择 ![](/files/9ae043e7b441dff13d9750e0b4dcc7ba1ef79709) **\[共享]**.
   * 此图标仅会显示在您拥有的自定义报告上，或在您已获得所有者权限的情况下显示。
5. 选择 ![](/files/a4d92afe6e302635e52a9d3b155bca7a8dedb2ea) **\[添加]** 以授予成员对该报告的访问权限，并开始输入这些成员的姓名。
   * 一开始输入，姓名就会自动填充。
6. 选择 ![](/files/0d8f59fc04ae8ae212757b90433e2a454cdfdbe6) **\[下拉菜单]** 并选择特定权限。
   * **所有者：** 所有者可以编辑或删除报告，或更改其他用户的权限。
   * **编辑者：** 编辑者可以编辑现有报告。
   * **查看者：** 查看者只能查看现有报告。
   * **移除：** 移除成员的报告访问权限。
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/zh/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.
