# Explore data

This section covers the following options for exploring the data:

**Search and filter:** When dealing with a large volume of data, the search and filter options can help you find specific records/details. This section demonstrates how to find and filter the necessary data.

**Sort and re-order:** Standard sorting orders, such as ascending and descending, can be applied to both numerical and non-numerical columns to arrange the records in a systematic manner and analyze them. Columns can also be reordered. This section covers both.

**Show/Hide columns:** This section describes how to display or hide columns in a table, particularly one with too many columns.

**Pin columns:** This section explains how to pin and freeze columns in a table.


---

# 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.inforiver.com/editable/working-with-editable/explore-data.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.
