> For the complete documentation index, see [llms.txt](https://help.brieftech.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brieftech.ai/how-to-guides/export/download-individual-files.md).

# Download the original or individual files

Download original or searchable PDFs as separate files in a ZIP.

1. In the <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-320692e120077fab01f6944df1edd4eec4881a4c%2Ftab-index.svg?alt=media" alt="Index tab" data-size="line"> tab, click <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-298440d7fe88cf38c80144c49e84fc629f762518%2Fbtn-download-files.svg?alt=media" alt="Download Files" data-size="line"> in the toolbar.
2. Under **Export Type**, tick **All Files** to include your source documents in the ZIP.
3. Under **File Type**, select **Searchable PDF** or **Original**.
4. Pick a file-naming convention.
5. Click <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-faa8e13bf4e50e240ff9bb371fb29c2aaa59248b%2Fbtn-export.svg?alt=media" alt="Export" data-size="line">.

{% hint style="info" %}
**Building the ZIP spends index credits — always after a Confirm Export dialog shows the cost.** BriefTech charges for any documents that aren't already part of a paid index. Documents you have already paid to index cost nothing to export again. Downloading a single original from the preview toolbar is free.
{% endhint %}

BriefTech builds the ZIP in the background, so nothing downloads when you click Export. Once you have confirmed the export, a message tells you it has started and that an email is coming; you can carry on working or leave the page. When it is ready, the ZIP appears as a card lower down the same panel — and BriefTech emails you either way, so leaving the page does not cost you the export.

Your last export is not cleared when you leave — reopen **Download Files** later and your last ZIP is still offered, showing when it was created, so you can download it again instead of exporting afresh.

This is the format to use when a court or counterparty expects separate files. See [Export formats and options](/reference/export-formats-and-options.md).

## Download one original straight from the preview

To grab a single document's original file quickly, you don't need the export flow — as long as BriefTech can show the document in the preview. If the preview reads **Preview unavailable for this file type**, there is no toolbar to download from, so use the export flow above instead.

1. Open the document in the preview.
2. Move the pointer over the preview. If it dims and shows **Click to preview**, the document has not loaded yet — click anywhere on the preview to load it. Until it loads, the toolbar above is a cut-down placeholder that does not carry the download button — see [Previewing documents](/reference/previewing-documents.md).
3. Click <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-fb3dd94fd5c2ac0410981038a2242745f8bf5fb8%2Ficon-viewer-download.svg?alt=media" alt="Download original" data-size="line"> in the preview toolbar. The file downloads in the format it was uploaded in.

On a narrow preview pane the button moves into the <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-07f185583c2cbf9ef49dce43c695827bc3573c86%2Ficon-viewer-more.svg?alt=media" alt="More controls" data-size="line"> More controls menu.

## Related

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Export the Document Index as a Word or Excel file</strong></td><td>Export your Document Index as a Word or Excel file.</td><td><a href="/how-to-guides/export/export-index-word-pdf-excel.md">Export the Document Index as a Word or Excel file</a></td></tr><tr><td><strong>Export formats and options</strong></td><td>Output formats and the settings for exporting the Document Index.</td><td><a href="/reference/export-formats-and-options.md">Export formats and options</a></td></tr><tr><td><strong>Export only a filtered subset of documents</strong></td><td>Export only the documents in a chosen collection.</td><td><a href="/how-to-guides/export/export-filtered-subset.md">Export only a filtered subset of documents</a></td></tr><tr><td><strong>Previewing documents</strong></td><td>The document preview toolbar in BriefTech — moving through pages, zooming, rotating, panning, selecting an area, and downloading the original file.</td><td><a href="/reference/previewing-documents.md">Previewing documents</a></td></tr><tr><td><strong>The preview pane</strong></td><td>The preview pane in BriefTech — the document tabs beside the Files, Review and Index tabs, the PDF, Text and Summary views of a document, and the full-screen pop-up viewer.</td><td><a href="/reference/preview-pane.md">The preview pane</a></td></tr></tbody></table>


---

# 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.brieftech.ai/how-to-guides/export/download-individual-files.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.
