# Writing Scripts in the Text Input Area

### 1. Entering text

1. Click inside the paragraph area within the text input field where the guide text appears.
2. Once the input cursor is activated, you can start typing.
3. You can continuously enter up to 400 characters at once.
4. To add spacing between sentences while typing, you can press the <mark style="color:blue;">`Enter`</mark> key at any time to add a <mark style="color:blue;">`sentence spacing`</mark>.

{% hint style="info" %}
When sentence spacing is added, the character count for the maximum character limit resets.
{% endhint %}

{% hint style="success" %}
Press the <mark style="color:blue;">`Enter`</mark> key one more time at the end of a sentence to move to a new paragraph.
{% endhint %}

### 2. Editing Text

Click the text position you want to modify to activate the input cursor, then edit the text.

### 3. Deleting Text

Click the text position you want to delete to activate the input cursor, then press either <mark style="color:blue;">`Backspace`</mark> or <mark style="color:blue;">`Delete`</mark> key to remove text.

#### 3. 1. Deleting Selected Text Range

1. Use your mouse to select the block of text you want to delete within the sentence box.
2. Press <mark style="color:blue;">`Backspace`</mark> to delete all text in the sentence box, then press <mark style="color:blue;">`Enter`</mark> to remove the sentence box itself. (call out) Place the cursor in the text input area and press <mark style="color:blue;">`Ctrl`</mark> + <mark style="color:blue;">`A`</mark> to select all text at once.

#### 3. 2. Deleting Individual Paragraphs

Click the <mark style="color:blue;">`trash can`</mark> icon in the upper right corner of a paragraph to delete that specific paragraph.

#### 3. 3. Deleting Multiple Paragraphs

1. Select all checkboxes on the left side of the paragraphs you want to delete.
2. Click the <mark style="color:blue;">`Delete Selected`</mark> button in the upper right corner of the text input area to remove all selected paragraphs.

{% hint style="info" %}
Click the checkbox in the upper left corner of the text input area to select all paragraphs at once.
{% 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/type-words.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.
