# Copy to clipboard

The **Copy to Clipboard** action node accepts a string as input and copies that string to the user's clipboard. The user can then paste the contents as text elsewhere on their device.

{% hint style="info" %}
An example setup of Copy to Clipboard is showcased in our [Showroom](https://showroom.appfarm.app/action-nodes/copy-to-clipboard)! You may view a demo, as well as access the setup in Create. If you do not have access, you may register [here](https://showroom.appfarm.app/sign-up).
{% endhint %}

## Settings

### Text

The string to copy to the clipboard. A string can be formed from:

* a static text string
* a property value from a data binding
* the result of a conditional expression
* the return value of a function
* other values such as the current date and time


---

# 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.appfarm.io/library/action-nodes/copy-to-clipboard.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.
