> 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/data-download-options.md).

# Data Download Options

> Download options are unrelated to usage. Feel free to check/uncheck data download options to extract data the way you want.

![image](/files/U5PkqyIutQ5fDcyQlN5e)

{% stepper %}
{% step %}

### Auto-arrange columns

Automatically sorts data by similar patterns. When disabled, extracts in left-aligned state without gaps.

{% hint style="info" %}
For clarity, similar pattern data is shown in the same color.
{% endhint %}

![image](/files/aP3HWDIJD1jdi3ENapT4)
{% endstep %}

{% step %}

### Auto-arrange columns+

Option with enhanced sorting logic over basic auto-arrange. When columns are significantly misaligned, can organize data more reliably.

![image](/files/crTo5waPn1jrp6G4NL29)
{% endstep %}

{% step %}

### Hyperlink

Extracts hyperlink values connected to each element together.

![image](/files/FxJFcJ0XAQ8MU4MHwvHp)
{% endstep %}

{% step %}

### Column names

Creates column names in each Excel column's first row. When disabled, extracts only data without column names.

![image](/files/B8IxeSqTDSilkuHXMunX)
{% endstep %}

{% step %}

### Remove empty columns

Automatically removes columns with high blank ratios. Adjust the slider (0\~100%) to control removal threshold. Note that deletion is based only on blank ratio regardless of importance.

![image](/files/bbc180f59f698283f619495000dc55540c19884a)
{% endstep %}
{% endstepper %}


---

# 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/data-download-options.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.
