# Features

- [Inbound SFTP](https://docs.couchdrop.io/features/inbound-sftp.md): Learn about using Couchdrop as an SFTP server.
- [Create SFTP Users](https://docs.couchdrop.io/features/inbound-sftp/create-sftp-users.md): Learn about allowed users for SFTP and FTP
- [How to connect via SFTP](https://docs.couchdrop.io/features/inbound-sftp/how-to-connect-via-sftp.md): Learn how to connect to Couchdrop with SFTP
- [Host key authentication](https://docs.couchdrop.io/features/inbound-sftp/host-key-authentication.md): Learn about host key authentication
- [Storage](https://docs.couchdrop.io/features/inbound-sftp/storage.md): Learn about Storage with Couchdrop SFTP
- [Inbound FTPs](https://docs.couchdrop.io/features/inbound-ftps.md): Learn about Inbound FTP and FTPs with Couchdrop
- [Create FTPs Users](https://docs.couchdrop.io/features/inbound-ftps/create-ftps-users.md): Learn about allowed users for SFTP and FTP
- [How to connect via FTPs](https://docs.couchdrop.io/features/inbound-ftps/how-to-connect-via-ftps.md): Learn how to connect to Couchdrop with FTP
- [Enabling FTPs](https://docs.couchdrop.io/features/inbound-ftps/enabling-ftps.md): Learn about enabling FTP access to Couchdrop
- [Send Files with Shared Links](https://docs.couchdrop.io/features/send-files-with-shared-links.md): Learn about shared links in Couchdrop
- [Upload Links/Web Forms](https://docs.couchdrop.io/features/upload-links-web-forms.md): Learn the steps to create a simple web upload inbox with Couchdrop
- [Inbound Mailboxes](https://docs.couchdrop.io/features/inbound-mailboxes.md): Receive files via email with Couchdrop Mailboxes.
- [Inbound Webhooks](https://docs.couchdrop.io/features/inbound-webhooks.md): Inbound https webhooks are a flexible and easy way to ingest data from any system that can use HTTPS.
- [Inbound AS2 Stations](https://docs.couchdrop.io/features/as2-stations.md): Learn about how to configure Couchdrop to receive files via AS2
- [Transfer Automations](https://docs.couchdrop.io/features/transfer-automations.md): Learn about automations in Couchdrop
- [Automation Builder](https://docs.couchdrop.io/features/transfer-automations/automation-builder.md): Learn about how the visual automation builder works
- [Supported Actions](https://docs.couchdrop.io/features/transfer-automations/supported-actions.md): Learn about supported Actions with Transfer Automations in Couchdrop
- [Conditional Filtering](https://docs.couchdrop.io/features/transfer-automations/conditional-filtering.md): Learn about conditional filtering for Automations
- [Notifications](https://docs.couchdrop.io/features/transfer-automations/notifications.md): Learn about notifications as part of automations
- [Variables](https://docs.couchdrop.io/features/transfer-automations/variables.md): Learn about variable use in Transfer Automations
- [Troubleshooting](https://docs.couchdrop.io/features/transfer-automations/troubleshooting.md): Learn about the reporting Couchdrop provides around transfer automations
- [File Actions](https://docs.couchdrop.io/features/file-actions.md): Learn about file actions in Couchdrop
- [File Action Triggers](https://docs.couchdrop.io/features/file-actions/file-action-triggers.md): Learn about supported File Action Triggers in Couchdrop


---

# Agent Instructions: 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:

```
GET https://docs.couchdrop.io/features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
