# Pasting Existing Scripts

1. Click inside the paragraph area within the text input area.
2. With the cursor activated, use the paste function (<mark style="color:blue;">`Ctrl`</mark>/<mark style="color:blue;">`Cmd`</mark> + <mark style="color:blue;">`V`</mark>) to paste text stored in your clipboard.

{% hint style="info" %}
When importing text through pasting, <mark style="color:blue;">`sentence spacing`</mark> is automatically added right after each sentence based on sentence-ending punctuation marks (<mark style="color:blue;">`.`</mark>, <mark style="color:blue;">`!`</mark>, <mark style="color:blue;">`?`</mark>, etc.).
{% 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://aivatar.gitbook.io/user-guide/usage/using-aivatar/type-text/paste-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.
