> For the complete documentation index, see [llms.txt](https://docs.verygoodsecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verygoodsecurity.com/enterprise-platform/developer-resources/drop-zones.md).

# Drop Zones

### Overview

Drop Zones are VGS's mechanism for sendind and receiving files with customers. Drop Zones are used for various data exchange purposes, such as scheduled report delivery, batch import processes, and Managed File Tokenization jobs.&#x20;

### How to setup Drop Zones

* Reach out to your VGS Account Executive or VGS Support about requesting a Drop Zone
  * Provide a public key or keys to use for authentication.
* VGS will create an SFTP endpoint and provide you with an URL address and username for connecting.
* Each Drop Zone will automatically create a `to_vgs` and `from_vgs` folders in the SFTP Drop Zone

## Frequently Asked Questions

* **What TCP Port is used, and can it be customized?**
  * Drop Zones will utilize Port 22 for connecting to the endpoint address provided. The TCP port is not customizable.
* **Does VGS use a specific IP range or provide Static IP's for Drop Zones?**
  * No. Drop Zones are assigned IP's that are subject to change. If you are trying to create a firewall rule to secure transfers from your servers or endpoints to VGS, use DNS firewall rules based on the endpoint URL provided by VGS.
* **Can I provide multiple public keys and revoke keys?**
  * Drop Zones support multiple public keys for authentication. If you only provide one at the time of creation, you can still add additional keys or ask to revoke a public key after by contacting support at [support@vgs.io](mailto:support@verygoodsecurity.com)
* **Do Drop Zones support Password Authentication?**
  * No, Drop Zones only support authentication using a public/private key pair. Customers generate a public key and provide them to VGS are part of the request for a Drop Zone endpoint creation.
* **Can a customer create a Drop Zone on their own?**
  * No, Drop Zones creation is not self-service at this time.


---

# 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://docs.verygoodsecurity.com/enterprise-platform/developer-resources/drop-zones.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.
