# Create Drop Zone

Create a secure drop zone to share and collect files.

<div style="
  background: rgba(128,128,128,0.08);
  border: 2px solid rgba(128,128,128,0.25);
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
">
  <div style="font-weight:700; margin-bottom:20px;">Who can use this feature?</div>

  <table style="border-collapse:collapse;">
    <tr>
      <td style="vertical-align:top; padding:0 8px 10px 0;">
        <Icon icon="material-filled-person" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0 0 10px 0;">
        All <span style="color:#d760f9; font-weight:600;">Account Owners</span>, <span style="color:#d760f9; font-weight:600;">Security Admins</span> and <span style="color:#d760f9; font-weight:600;">End Users</span>
      </td>
    </tr>

    <tr>
      <td style="vertical-align:top; padding:0 8px 0 0;">
        <Icon icon="material-filled-flag" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0;">
        Available on the <span style="color:#d760f9; font-weight:600;">Core</span> and <span style="color:#d760f9; font-weight:600;">Business</span> plans
      </td>
    </tr>
  </table>
</div>

## Overview

The **Create Drop Zone** feature allows you to set up a secure workspace for file exchange. You can define access, messaging, and expiration settings.

## Create Drop Zone

<Steps>
<Step title="Sign in to WatchDog Security">
  Sign in to the [**WatchDog Security Platform**](app.watchdogsecurity.io).
</Step>

<Step title="Open Secure File Exchange">
  Navigate to **Secure File Exchange** from the main navigation menu.
</Step>

<Step title="Create Drop Zone">
  Click **Create Drop Zone** to start a new drop zone.
</Step>

<Step title="Configure Details">
  Enter a **name**, optional **message**, and configure expiration settings.
</Step>

<Step title="Create Zone">
  Click **Create** to finalize the drop zone.
</Step>
</Steps>

## What Happens Next

<TipInfo>The drop zone becomes active immediately.</TipInfo>
<TipInfo>You can begin uploading files and sharing access.</TipInfo>
<TipInfo>The drop zone remains active until it expires or is deleted.</TipInfo>

---

## Troubleshooting

<AccordionGroup>

<Accordion title="Cannot Create Drop Zone" defaultOpen>
If creation fails:

- Check your **active drop zone limit**
- Ensure your plan supports additional zones
</Accordion>

</AccordionGroup>
