# Main panel

Arrow panel has 4 commands:

<figure><img src="/files/m1Rj6FbFA95RFiWjXURe" alt="" width="537"><figcaption></figcaption></figure>

{% hint style="info" %}
Arrow also works with the main panel closed.

To access commands assign shortcuts or control surface buttons with [Spell Book](/extensions/spell-book.md).
{% endhint %}

### Copy

Copies a frame at the playhead from a timeline to the clipboard.

### Paste

Pastes an image from the clipboard to a timeline at the playhead position.

Pasted image will be created in project panel and moved to `Arrow` bin.

Then it will be added at the bottom targeted track.

There are 3 types of paste command.

<table><thead><tr><th width="155">Paste type</th><th>Action</th></tr></thead><tbody><tr><td>Overlay</td><td>If targeted track has a clip at playhead, pasted image will be added to first empty track above.</td></tr><tr><td>Overwrite</td><td>Ignores any clip at playhead and overwrites it with pasted image.</td></tr><tr><td>Insert</td><td>Ignores any clip at playhead, inserts pasted image and pushes forward all clips on a targeted track.</td></tr></tbody></table>

{% hint style="info" %}
If you don't need a specific type of a paste command, right click on a panel and uncheck it.
{% endhint %}

<figure><img src="/files/OmRYfsQXBimjpx4v2ZOC" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://manuscript.knightsoftheeditingtable.com/extensions/arrow/main-panel.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.
