# Self-service PDF Report

## Overview

With the self-service PDF report feature, each user can create and edit their own reports.

### **Editing for App Builders**

Users with an "Admin" or "Contributor" privilege can easily design and share their PDF reports directly from staging mode, similar to other layouts (home, stories, dashboards). Once a PDF report is edited or access rights are modified, they can simply publish it for changes to take effect and be visible to all users.

{% hint style="info" %}
If both an app builder and an end user edit the same PDF report, the app builder must remember to publish their changes so that the end user can see them.
{% endhint %}

<figure><img src="/files/seyrsHCDYKbJDCHBOVBW" alt=""><figcaption></figcaption></figure>

### **Editing for End Users**

Users with "Viewer" privilege can now create PDF reports directly from production mode.\
Non-technical users do not need to handle data; they can select visualizations created by their App Builders and freely edit their reports, add comments, and more.

<figure><img src="/files/SH0sDiIawvfHDbUBKXIS" alt=""><figcaption></figcaption></figure>

### Sharing Access to a PDF report

With the self-service feature, each PDF report created is initially private, visible only to its creator.\
The creator can then choose to share it with other users, giving them either view rights or edit rights.

To share access to a PDF report, follow these steps:

1. From the list of PDF reports, click the 'more options' menu.
2. Select 'Manage access'.
3. In the sharing modal, choose the 'custom' option.
4. Enter the email addresses of the users you wish to share the PDF report with.
5. Select view right and edit right, and then save.

{% hint style="info" %}
The user you are sharing a PDF report with must meet these conditions:

* Be a user of the Toucan instance.
* Have access rights to the application where the PDF report is located.
  {% endhint %}

<figure><img src="/files/BgeF7s2929ynKgFWK0v2" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
The self-service PDF report feature is currently in Beta.\
Please contact your Customer Success Manager (CSM) to activate it in your workspace.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs-v3.toucantoco.com/visualizations-and-layouts/self-service/self-service-pdf-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
