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

# Uploading Documents

> Learn how to upload documents to FeatPaper and the supported file formats.

## How to Upload Documents

<Steps>
  <Step title="Navigate to the Upload Area">
    Click **Documents** in the sidebar and navigate to the desired folder. When a folder is empty, a dashed-border upload area is displayed in the center.
  </Step>

  <Step title="Select Files">
    **Drag and drop** files into the upload area, or **click** the upload area to select files from your file explorer.

    <Frame>
      <img src="https://mintcdn.com/featcorp-f1a59635/_8Yj-KAYzbqZmNzF/images/en/document-upload.png?fit=max&auto=format&n=_8Yj-KAYzbqZmNzF&q=85&s=cc5e0032ae4d78e62f09820890f0bef2" alt="Document Upload" width="832" height="780" data-path="images/en/document-upload.png" />
    </Frame>
  </Step>

  <Step title="Confirm Upload">
    Once the upload is complete, the document will appear in the document list. Conversion processing will begin, and you can generate a share link once it finishes.
  </Step>
</Steps>

***

## Supported Formats

| Format         | Extension       | Description                                                             |
| -------------- | --------------- | ----------------------------------------------------------------------- |
| **PDF**        | `.pdf`          | The most common document format. Displayed directly in the viewer.      |
| **PowerPoint** | `.ppt`, `.pptx` | Automatically converted to PDF upon upload and displayed in the viewer. |

<Note>
  PPT/PPTX files are automatically converted to PDF on the server after upload. Conversion may take anywhere from a few seconds to several minutes depending on file size.
</Note>

***

## Plugin Upload

You can upload directly to FeatPaper from external tools. When viewing an empty folder's upload area, icons for the Figma, Adobe Express, and PowerPoint plugins are shown at the bottom — clicking one takes you directly to that plugin's installation page.

<CardGroup cols={3}>
  <Card title="PowerPoint" href="/en/plugins/powerpoint">
    Upload directly from the PowerPoint add-in.
  </Card>

  <Card title="Figma" href="/en/plugins/figma">
    Convert design files to PDF and upload using the Figma plugin.
  </Card>

  <Card title="Express" href="/en/plugins/express">
    Quickly upload using the Express plugin.
  </Card>
</CardGroup>

***

## File Size Limits

The maximum file size for uploads varies by subscription plan.

| Plan           | Max File Size |
| -------------- | ------------- |
| **Free**       | 50MB          |
| **Pro**        | 100MB         |
| **Business**   | 300MB         |
| **Enterprise** | 10GB          |

<Warning>
  Uploads will be rejected if the file exceeds the size limit. If you need to upload larger files, consider upgrading to a higher plan.
</Warning>

***

## Post-Upload Processing

<Steps>
  <Step title="File Validation">
    The uploaded file's format and size are validated.
  </Step>

  <Step title="PDF Conversion">
    PPT/PPTX files are automatically converted to PDF. PDF files skip this step.
  </Step>

  <Step title="Page Processing">
    Each page is converted to images to ensure fast viewer loading.
  </Step>

  <Step title="Viewer Ready">
    Once processing is complete, you can generate share links and start tracking viewing analytics.
  </Step>
</Steps>

<Tip>
  You can browse and manage other documents while an upload is in progress. The document list will update its status once processing is complete.
</Tip>
