# Menú Edición

Este menú de Velneo vDevelop contiene las siguientes opciones:

## Cortar

(Control + X)

Corta el objeto seleccionado y lo deja en el portapapeles.

## Copiar

(Control + C)

Copia el objeto seleccionado y lo deja en el portapapeles.

## Pegar

(Control + V)

Pega un objeto copiado o cortado previamente en la carpeta donde estemos situados en panel central de Velneo vDevelop.

## Pegar como...

(Control + Mayúsculas + V)

Permite pegar objetos copiados o cortados previamente y con resolución de orígenes. En el capítulo [copiado y pegado de objetos](/28/velneo-vdevelop/proyectos-objetos-y-editores/objeto.md#copiado-y-pegado-de-objetos) podremos ampliar información al respecto.

## Deshacer

(Control + Z)

Deshace la última operación realizada.

## Rehacer

(Control + Y)

Rehace la última operación deshecha.


---

# 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://doc.velneo.com/28/velneo-vdevelop/interfaz-de-velneo-vdevelop/menu-edicion.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.
