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

# Share a Custom Report

You can assign different roles and permissions and share your custom report with other users in your account.

1. From the left navigation menu, select ![](/files/CDnwOBeIdds9r3Z6zTnO) **\[Engage]** → **Reports** → **More Reports**.
2. Select **Category** and filter for **Built** ![](/files/pJsLBrBDVoHbzf2iiL1a) **\[Unchecked box]**.
3. Find and select a custom report that you’ve created.
4. In the top-right corner, select ![](/files/VLpQJhOIZhrEQcdnQwew) **\[Sharing]**.
   * This icon will only be visible on custom reports that you own or where you’ve been given the owner's permission.
5. Select ![](/files/Gl8lj5gLPbgSXGH8yWYa) **\[Add]** to give members access to the report and start typing the names of these members.
   * The names will auto-fill once you start typing.
6. Select ![](/files/sJA7d1f2U8aZ3UZ7j58F) **\[Drop-down]** and choose a specific permission.
   * **Owner:** Owners can edit or delete a report or change other users' permissions.
   * **Editor:** Editors can edit the existing report.
   * **Viewer:** Viewers can only view the existing report.
   * **Remove:** Remove a member’s report access.
7. Select **Add members**.
8. Select **Save**.
   * Optionally, select **Copy Report Link** to copy a direct link to the report on your clipboard.

{% hint style="info" %}
**General access:** Check **All members in the account can view this report** to give everyone in this account viewing permissions.
{% 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/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.
