> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/web3-analytics-tool/how-to-use-query-tool/8.-editing-the-result.md).

# 8. Editing the Result

**Order by** and **Limit** can impact the results of a query.

## Order by <a href="#h_3f6fe5c3a1" id="h_3f6fe5c3a1"></a>

Order by allows you to sort the result table based on a specific criterion. If Order by is not used, the results will appear in a random order.

To use Order by, select the desired column, then choose either descending or ascending. If multiple columns are selected, the first one selected will have a higher priority in Order by.

[![](https://downloads.intercomcdn.com/i/o/687220989/83ca44631ab3709362c9d167/result1.png)](https://downloads.intercomcdn.com/i/o/687220989/83ca44631ab3709362c9d167/result1.png)

## Limit <a href="#h_d0e37cf506" id="h_d0e37cf506"></a>

Limit refers to the maximum number of rows in the table that can be viewed in the query result. You can choose from 10, 100, 1000, or 10000.

[![](https://downloads.intercomcdn.com/i/o/687221046/dd4ab307e1edd94c6f493b3c/result2.png)](https://downloads.intercomcdn.com/i/o/687221046/dd4ab307e1edd94c6f493b3c/result2.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://userguide.cryptoquant.com/web3-analytics-tool/how-to-use-query-tool/8.-editing-the-result.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
