# Save from Clipboard

This action saves your clipboard's content to a variable or table.

#### Example: Save post link on LinkedIn

Imagine that you need a TaskBot that copies post links from LinkedIn and saves them. When the three-dot button to open more actions is clicked, you can see there is an option called "Copy link to post".

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

First, add a building block [Click Web Element](/using-zerowork/using-building-blocks/click-web-element.md) that will click on this option.

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

By clicking on copy link to post, the link is added to your clipboard. Now you can add *Save from Clipboard* building block in order to save the clipboard content to a variable or a table.

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

{% hint style="warning" %}
Note that there is no clipboard isolation between TaskBots. Typically, it's a matter of milliseconds for the TaskBot to get the copied content and save it. However, if you run many TaskBots in parallel, all of which heavily rely on saving content from clipboard, this might be error-prone because content from clipboard might get mixed up across TaskBots.
{% endhint %}


---

# 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.zerowork.io/using-zerowork/using-building-blocks/save-from-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.
