# Automations

- [Scheduled Automations](https://developers.couchdrop.io/administration/automations/scheduled-automations.md)
- [Create/Update](https://developers.couchdrop.io/administration/automations/scheduled-automations/create-update.md): Create or update a schedule workflow
- [Get all schedule workflows](https://developers.couchdrop.io/administration/automations/scheduled-automations/get-all-schedule-workflows.md): Get all configured schedule workflow configurations
- [Get schedule workflow](https://developers.couchdrop.io/administration/automations/scheduled-automations/get-schedule-workflow.md): Get a specific schedule workflow configuration.
- [Trigger schedule workflow](https://developers.couchdrop.io/administration/automations/scheduled-automations/trigger-schedule-workflow.md): Trigger specific schedule workflow for testing purposes.
- [Delete Scheduled Workflow](https://developers.couchdrop.io/administration/automations/scheduled-automations/delete-scheduled-workflow.md): Delete a schedule workflow
- [Event Automations](https://developers.couchdrop.io/administration/automations/event-automations.md)
- [Create/Update](https://developers.couchdrop.io/administration/automations/event-automations/create-update.md): Create or update an action workflow
- [Get action workflow](https://developers.couchdrop.io/administration/automations/event-automations/get-action-workflow.md): Get a specific action workflow configuration.
- [Get all action workflows](https://developers.couchdrop.io/administration/automations/event-automations/get-all-action-workflows.md): Get all configured action workflow configurations
- [Delete Action Workflow](https://developers.couchdrop.io/administration/automations/event-automations/delete-action-workflow.md): Delete an action workflow
- [Actions](https://developers.couchdrop.io/administration/automations/actions.md): When configuring an automation, you are required to configure a set of actions. These actions apply to the files matching the conditions of the automation.
- [Webhook](https://developers.couchdrop.io/administration/automations/actions/webhook.md): The webhook action sends a HTTP/HTTPS webhook to the destination specified.
- [Rename](https://developers.couchdrop.io/administration/automations/actions/rename.md): The rename action renames a file.
- [Copy](https://developers.couchdrop.io/administration/automations/actions/copy.md): The copy action duplicates a file, copying it to a new destination
- [Move](https://developers.couchdrop.io/administration/automations/actions/move.md): The move action copies a file then removes the original object. Effectively moving the file.
- [PGP Encrypt](https://developers.couchdrop.io/administration/automations/actions/pgp-encrypt.md): The PGP encrypt action can be used to encrypt files as part of a workflow.
- [Paths](https://developers.couchdrop.io/administration/automations/actions/paths.md): Certain operations work on paths. Couchdrop has a bunch of path variables available that can be used to craft relevant paths.
- [Conditions](https://developers.couchdrop.io/administration/automations/conditions.md): When configuring an automation, you can set additional conditions on it which are required to match before the automation will fire.


---

# 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://developers.couchdrop.io/administration/automations.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.
