# 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: 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://userguide.cryptoquant.com/web3-analytics-tool/how-to-use-query-tool/8.-editing-the-result.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.
