> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/getting-started/result-page-features.md).

# Result Page Features

This is the page you're automatically redirected to when extracting data. On the results page you can set up various data download options, and for upper-tier plans including *Business*, you can access advanced features such as group extraction.

<figure><img src="https://3090065457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgoHfMCeMlqJPW61OR5d1%2Fuploads%2FZTv9K4YMaSyURfSZSRC3%2F13.%E1%84%80%E1%85%A7%E1%86%AF%E1%84%80%E1%85%AA%E1%84%83%E1%85%A6%E1%84%8B%E1%85%B5%E1%84%90%E1%85%A5-%E1%84%8B%E1%85%A7%E1%86%BC%E1%84%86%E1%85%AE%E1%86%AB.png?alt=media&amp;token=5863634b-971f-4914-8893-9db33f3f8628" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**➊**</mark>**&#x20;+Group** : Add consecutive URLs based on the current results to run a group extraction.(Business plan)

<mark style="color:red;">**➋**</mark>**&#x20;Re-extract** : Attempts to re-extract data for the selected task.

<mark style="color:red;">**➌**</mark>**&#x20;Browser Settings** : You can check the settings applied to the extracted page. Click to enter the settings screen.

<mark style="color:red;">**➍**</mark>**&#x20;Extraction Scope** : Click the **\[This page]** button to extract the page you're currently viewing, or the **\[Whole folder]** button to extract all the pages organized in a single folder at once.

<mark style="color:red;">**➎**</mark>**&#x20;Google Sheets** : Export the result data to Google Sheets.

<mark style="color:red;">**➏**</mark>**&#x20;Excel** : Download the result data as an Excel file.

<mark style="color:red;">**➐**</mark>**&#x20;Data Layout Option** : When downloading data to a spreadsheet, choose how the data is arranged—\[One row per item] or \[One row per page].

<mark style="color:red;">**➑**</mark>**&#x20;Data Options** : Set up automatic column cleanup, column renaming, and hyperlink download.

<mark style="color:red;">**➒**</mark>**&#x20;Hide Empty Columns** : Use the slider to adjust the threshold (0–100%) and automatically remove columns with a high proportion of empty cells.

<mark style="color:red;">**❿**</mark>**&#x20;API** : Export data as JSON or CSV using the API.

<mark style="color:red;">**⓫**</mark>**&#x20;Hook** : After extraction is complete, notifies wherever the user wants with the results.

<mark style="color:red;">⓬</mark> Logs : Generated automatically when you re-extract a task. For scheduled tasks, you can download the accumulated results as a single Excel file.

<mark style="color:red;">⓭</mark> **Share** : Share your extracted data.

<mark style="color:red;">⓮</mark> **AI Namer** : Change the column names that AI automatically generated by analyzing the data, with a single click.

<mark style="color:red;">⓯</mark> **Edit Headers** : Edit the header used as the first row (title row) of your data right before downloading it to a spreadsheet.

<mark style="color:red;">⓰</mark> **Search Bar** : Quickly find the tab containing the data you want, based on keywords.


---

# 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://help.listly.io/getting-started/result-page-features.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.
