# Downloading project files

{% hint style="info" %}
**Required guided redaction permission:** Download project files
{% endhint %}

From the project file list, you can download an individual redacted file, or all of the files in the project.

From the file details, you can download an individual file.

Regardless of the original file format, all guided redaction output files are downloaded as PDFs.

## Downloading a single file

To download an individual file, either:

* On the project details page, click the download icon for the file.
* On the file details page, click **More**, then click **Download File**.

Select the download options, then click **Download**.

## Downloading all of the project files

To download all of the files in the project:

1. On the project details page, click **More**, then click **Download files into a zip folder**.
2. Select the download options, then click **Download**.

## Download options

When you download files, you first select whether to download files with redacted content or files to use for review. You then select any formatting options.

### **Downloading redacted files**

In redacted files, the redacted values are covered by a colored box, and can optionally include the reference codes. You can add a watermark, a footer, and page numbers.

When you download all of the files, you can combine the files into a single PDF.

<figure><img src="/files/D1IOZrSEhjWrQDmUa9zf" alt=""><figcaption><p>Download options for guided redaction when you download redacted files</p></figcaption></figure>

To download redacted files:

1. On the **Download Options** panel, click **Redacted**.
2. Under **Box color**, click the color to use for the boxes that cover the redacted values.
3. To display the reference codes over the redacted values, check **Include Reference Codes**.
4. To include a watermark on the PDF pages:
   1. Check the **Add watermark** checkbox.
   2. In the text field, provide the text of the watermark.
5. To include a footer on the PDF pages:
   1. Check the **Add footer text** checkbox.
   2. In the text field, provide the footer text.
6. To include page numbers on the PDF pages, check the **Include page numbers** checkbox.
7. To combine all of the files into a single PDF, check the **Merge all files into a single PDF** checkbox.

### **Downloading review files**

For review files, the redacted values are visible, and the reference codes are always included. There are no options to add a watermark or a footer.

When you download all of the files, you can add page numbers and combine the files into a single PDF.

<figure><img src="/files/XC7dm7aROwzZiblFNSoI" alt=""><figcaption><p>Download options when you download review files</p></figcaption></figure>

To download review files:

1. On the **Download Options** panel, click **For Review**.
2. To include page numbers on the PDF files, check the **Include page numbers** checkbox.
3. To combine all of the files into a single PDF, check the **Merge all files into a single PDF** checkbox.


---

# 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.tonic.ai/textual/guided-redaction/redaction-project-download-files.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.
