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

# Documents

> Generate, upload, and share campaign documents.

export const Ui = ({children}) => <span style={{
  display: "inline-flex",
  alignItems: "center",
  padding: "1px 6px",
  background: "#f7f8f8",
  border: "1px solid #e9ecef",
  borderRadius: 4,
  fontSize: "0.92em",
  fontWeight: 500,
  color: "#101213"
}}>
    {children}
  </span>;

The <Ui>Documents</Ui> tab on a campaign is where you generate reports from
templates configured by your Platform 195 representative — or upload documents
prepared in third-party software.

## Two primary actions

* **Upload document** — pick a document type and upload from your computer.
* **Generate document** — pick a document type to generate automatically.

## Per-document actions

Each document has a three-dot menu with:

| Action   | What it does                                                |
| -------- | ----------------------------------------------------------- |
| Edit     | Rename the document.                                        |
| Send to  | Open a draft email in your default mail client with a link. |
| Download | Open the document's public link in a new tab.               |
| Delete   | Remove the document from this campaign.                     |

<Note>
  **Auto-generated post-campaign reports** — a post-campaign report uses Google
  Slides to fill campaign performance into a template branded with your
  company's tone of voice. After clicking <Ui>Generate</Ui>, wait a few seconds
  and refresh.
</Note>

<Warning>
  **Missing document type?** If you don't see the document type you need,
  contact [support@uplifthub.io](mailto:support@uplifthub.io).
</Warning>
