> For the complete documentation index, see [llms.txt](https://docs.klai.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klai.studio/v1/reference/actions-processor/actions_overview/clipboard.md).

# clipboard

Allows interaction with the clipboard

| Key         | Description                                          |
| ----------- | ---------------------------------------------------- |
| action      | clipboard                                            |
| options.set | `string` that you want to be placed on the clipboard |

```yaml
// action  object for 'cllipboard'
[
  {
    "action": "clipboard",
    "options": {
      "set": "This is some sample copy I want to copy."
    }
  }
]
```
