# Clipboard Functions

### <img src="/files/7hlN5v8y5zcFUC57YvoU" alt="" data-size="line"> Copy

The Copy command makes duplicates of the selected objects.

### <img src="/files/T9Vxfa1pjZHiUM0x0cy2" alt="" data-size="line"> Cut

The Cut command deletes objects from the model and places them in the Clipboard.

### <img src="/files/EOXhHXkwuMEZ3VX1XLFE" alt="" data-size="line"> Paste

The Paste command inserts objects from the Clipboard.

### <img src="/files/9zqa7GkW9tzmWvKozbAE" alt="" data-size="line"> Undo

The Undo command reverses recent changes to objects.

### <img src="/files/IbhKIkb8rIuujR0NOcBV" alt="" data-size="line"> Undo Selected

The UndoSelected command reverses recent changes for a selected object only.

### <img src="/files/NW3vsuo7YSuSmcOrI64M" alt="" data-size="line"> Undo Multiple

The UndoMultiple command displays a list of recent commands to reverse.

### <img src="/files/vCeru7CX7XIzki4sKgOc" alt="" data-size="line"> Redo

The Redo command steps back through geometry changes activated by the Undo command


---

# 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.rhinoartisan.com/commands/file/clipboard-functions.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.
