# How do I copy / paste from the terminal?

{% tabs %}
{% tab title="Windows & Linux" %}

#### **Copy**

Copy in one of the two ways:

* <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>C</kbd>
* Right-click the selected text

#### **Paste**

Paste in one of the two ways:

* <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>V</kbd>
* Right-click
  {% endtab %}

{% tab title="macOS" %}

#### **Copy**

Copy in one of the two ways:

* <kbd>command ⌘</kbd>+<kbd>C</kbd>
* Right-click the selected text

#### **Paste**

Paste in one of the two ways:

* <kbd>command ⌘</kbd>+<kbd>V</kbd>
* Right-click
  {% endtab %}
  {% endtabs %}

{% hint style="warning" %}
If you want to use the copy/paste function on the terminal, you must allow the **clipboard permission** in your browser. Please check the information below for how to allow permission.
{% endhint %}

### How to allow the clipboard permission? <a href="#how-to-allow-the-clipboard-permission" id="how-to-allow-the-clipboard-permission"></a>

When using this function, press Allow in the pop-up in the upper left corner of the browser.

<figure><img src="/files/yD09JzWrAMgAoDNDzfKx" alt=""><figcaption><p>Pop-up that asks for clipboard permission.</p></figcaption></figure>

If the pop-up does not come out separately, you should check the following image to enter the site setting and allow clipboard permission.

{% stepper %}
{% step %}
You can enter the site setting by pressing the left icon of the address bar.

<figure><img src="/files/Yq2zW7QBzyBxuuadw06i" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
In Site Settings, you must go to the permissions list and change the clipboard permission to Allow.

<figure><img src="https://help.goorm.io/~gitbook/image?url=https%3A%2F%2F2181851870-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F-Lq-Q9LciN1X9EABxGkt%252Fuploads%252FdASuJCgipkzFyv0NIyiv%252Fimage.png%3Falt%3Dmedia%26token%3D19c806e2-2d44-43de-919a-63315e704512&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=25dc619c&#x26;sv=2" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The images were captured based on Google Chrome, and other browsers provide permission setting in a similar way.
{% 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.arkain.io/faq/faq/how-do-i-copy-paste-from-the-terminal.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.
