> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pensiv.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting documents

> How to take several documents out as HWP, DOCX, EPUB, TXT, or Markdown — merged into one file or packaged separately, with titles included.

When you are preparing a manuscript for submission or need to open it in another program, you take documents out as files. pensiv exports several documents at once.

## Opening the dialog

Select several documents in the sidebar or on a folder screen and an export button appears in the row above. To take a whole folder out, press the more button in the folder screen header and pick Export documents; every document in that folder becomes the target.

Export handles documents only. Even if sheets or canvases are mixed into what you picked, only documents go in. If there is not a single document, the button does not appear at all, and on the folder side it tells you "No documents in this folder to export".

## Format and mode

Under "Export Format" in the "Export Documents" dialog, pick one of HWP, DOCX, EPUB, TXT, and Markdown. "Export Mode" below it has two settings. Combine joins the documents you picked end to end into a single file. Separate makes one file per document and packages them into a ZIP. The merged file's name is built from the document titles, and when the name grows long the project name is used instead.

<div className="app-window block dark:hidden">
  <img src="https://mintcdn.com/raumlabsinc/WQIpN21D_2L4wB76/images/en/project/export--02.png?fit=max&auto=format&n=WQIpN21D_2L4wB76&q=85&s=947d48348dba6c29b5c55597a6c3c032" alt="Three documents have been selected and the “Export Documents” dialog is open, with HWP as the format and Combine as the mode." width="2880" height="1800" data-path="images/en/project/export--02.png" />
</div>

<div className="app-window hidden dark:block">
  <img src="https://mintcdn.com/raumlabsinc/WQIpN21D_2L4wB76/images/en/project/export--02-dark.png?fit=max&auto=format&n=WQIpN21D_2L4wB76&q=85&s=d1336a7a8b41b418103129c4bdb29ccf" alt="Three documents have been selected and the “Export Documents” dialog is open, with HWP as the format and Combine as the mode." width="2880" height="1800" data-path="images/en/project/export--02-dark.png" />
</div>

<p className="app-caption">The dialog where you pick the format and the mode.</p>

## Putting titles in

Pick Combine and the "Include file titles" switch appears. Leave it on and each document's title goes in as a heading paragraph above the body. It is on by default. If some of the documents you picked sit inside a parent item, "Include folder titles" appears alongside it. Turn that on and the folder title attaches above the documents inside it as a heading one level up. Neither switch is visible in the Separate mode.

Press the export button at the bottom and the conversion starts. When it finishes, "Export completed successfully" appears.

<div className="app-window block dark:hidden">
  <img src="https://mintcdn.com/raumlabsinc/WQIpN21D_2L4wB76/images/en/project/export--03.png?fit=max&auto=format&n=WQIpN21D_2L4wB76&q=85&s=7a2099c2340d7b44061f98d711c615a8" alt="The mode is Combine, so both the “Include file titles” and “Include folder titles” switches are on." width="2880" height="1800" data-path="images/en/project/export--03.png" />
</div>

<div className="app-window hidden dark:block">
  <img src="https://mintcdn.com/raumlabsinc/WQIpN21D_2L4wB76/images/en/project/export--03-dark.png?fit=max&auto=format&n=WQIpN21D_2L4wB76&q=85&s=1b9f12364facaf1ff51015018025c15d" alt="The mode is Combine, so both the “Include file titles” and “Include folder titles” switches are on." width="2880" height="1800" data-path="images/en/project/export--03-dark.png" />
</div>

<p className="app-caption">The title switches appear only when you combine.</p>

<Note>
  The order things are merged in follows the order shown in the file tree, not the order you picked them. To change it, drag the documents in the sidebar.
</Note>
