# Working With Query Results

## **Edit query results**

You can double click on the results' data cell to edit inline, or use the right sidebar.

![](/files/-Lrt_cYmoHaS0VGATRZ2)

## **Export query results**

After TablePlus returns the results successfully, you can export the results by clicking on the **`Export...`** button at the bottom, or right clicking on the results table and choose **`Export result...`**

The file output can be chosen from CSV, JSON, and SQL file.

![](/files/-LrtZ1RXgT7-pQz1MIRH)


---

# 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.tableplus.com/query-editor/working-with-query-results.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.
