# File operations

To open the menu for a file, we can long-press on it or swipe to the right on that file. We can select multiple files with the same gesture.

These are the actions you can perform on the selected files:

1. Rename
2. Copy
3. Duplicate
4. Cut
5. Delete
6. Export. [Read more >](/pixquare-file/exporting.md)
7. Share this .px file. For example, sending it via email or AirDrop.
8. Open the location of this item in the Files app
9. Info of the artwork

{% hint style="info" %}
After tapping copy or cut, a Paste button will appear at the bottom right corner of the window. Navigate to the new location and tap Paste to paste the file.
{% endhint %}

{% hint style="info" %}
We can also long-press + drag on the files to quickly move them into a folder
{% 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.pixquare.art/gallery/file-operations.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.
