# Drag & drop

Most of the actions in LightAct can be performed by **dragging and dropping**. For example, if you drag off of a video screen icon in the Viewport’s toolbar, you will create a video screen at the location where you dropped it.

<div align="left"><img src="/files/L3WSDb9Ejk6FwSzb6N1I" alt=""></div>

In the case of a video screen (and a lot of other objects) you will see an additional popup menu where you will be able to choose the resolution.

<div align="left"><img src="/files/NBNEYlI5YovTxJSjru9L" alt=""></div>

{% hint style="info" %}
**Useful tip:**\
If you hold a **number** when dropping an object, the popup menu will be skipped and an option with the same sequential number will get automatically chosen.
{% 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://docs.lightact.com/quick-start/user-interface/drag-and-drop.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.
