# Copy rows

EDITable allows you to copy records to the clipboard for pasting into external applications like Excel or Word.

1. Select one or more rows you want to copy and click **Copy.**

<figure><img src="/files/YwjQukcMEmfzRWhgkY3Q" alt=""><figcaption><p>Copy rows to clipboard</p></figcaption></figure>

2. The image below shows the data being copied to an Excel file.

<figure><img src="/files/nOXwhG9T72sikUiAUZ9q" alt=""><figcaption><p>Paste</p></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://docs.editable.io/working-with-editable/table-operations-insert-update-delete/copy-rows.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.
