# Actions

When creating a rule, you can define a set of actions to be executed on files.&#x20;

Actions can be selected in the **Action** drop-down menu:

<figure><img src="/files/bCWAV0IcdDaQDayFoPxj" alt=""><figcaption></figcaption></figure>

Refer to the following pages for details:

* [Add metadata](/data-mover-smart/rules/actions/add-metadata.md)
* [Convert file](/data-mover-smart/rules/actions/convert-file.md)
* [Copy to Filesystem](/data-mover-smart/rules/actions/copy-to-filesystem.md)
* [Copy to VFS](/data-mover-smart/rules/actions/copy-to-vfs.md)
* [Delete file](/data-mover-smart/rules/actions/delete-file.md)
* [Execute script](/data-mover-smart/rules/actions/execute-script.md)
* [Move to filesystem](/data-mover-smart/rules/actions/move-to-filesystem.md)
* [Move to VFS](/data-mover-smart/rules/actions/move-to-vfs.md)
* [PGP Decrypt file](/data-mover-smart/rules/actions/pgp-decrypt-file.md)
* [PGP Encrypt file](/data-mover-smart/rules/actions/pgp-encrypt-file.md)
* [Push to remote](/data-mover-smart/rules/actions/push-to-remote.md)
* [Rename file](/data-mover-smart/rules/actions/rename-file.md)
* [Webhook](/data-mover-smart/rules/actions/webhook.md)
* [Zip file](/data-mover-smart/rules/actions/zip-file.md)


---

# 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.primeur.com/data-mover-smart/rules/actions.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.
