# File (https://openknowledge.ai/docs/reference/components/file)

Downloadable file attachment — inline row with name + size + download link

## Example

```md
![[quarterly-report.pdf]]
```

## Props

| Prop | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `src` | `string` | yes |  | File URL |

*Also matches:* `file`, `attachment`, `download`, `document`, `zip`, `docx`, `doc`

## Author it

Type `/file` in the editor to insert it from the slash menu, or write the tag directly in source mode. The Properties panel on the right of the editor exposes every prop above as a form field once the block is selected.