> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cowagent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# send - File Send

> Send files to user

Send files to the user (images, videos, audio, documents, etc.), used when the user explicitly requests to send/share a file.

## Dependencies

No extra dependencies, available by default.

## Parameters

| Parameter | Type   | Required | Description                                         |
| --------- | ------ | -------- | --------------------------------------------------- |
| `path`    | string | Yes      | File path, can be absolute or relative to workspace |
| `message` | string | No       | Accompanying message                                |

## Use Cases

* Send generated code or documents to the user
* Send screenshots, charts
* Share downloaded files
