# Data Arrangeent (1-Card-to-1-Row vs 1-Tab-to-1-Row)

## What is the Data Arrangement Option?

The data arrangement option is **a feature you can set when extracting multiple pages at once (group extraction, tabs extraction, etc.) and exporting them to a single file**. Depending on how you'll use the data, you can choose whether to arrange individual page results by card or by tab.

<figure><img src="/files/LiwNwwRsH9EnTX5Kqf0P" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Data arrangement is one of \[Download Options] and **has nothing to do with usage**. Feel free to select both ways and choose the one that gives you the results you want.
{% endhint %}

***

## Understanding Cards vs Tabs

<figure><img src="/files/9a5c34f30cc32d3d5f2bd204036c8246065d1dea" alt=""><figcaption></figcaption></figure>

* **Card**: A data unit area discovered by Listly. One card is saved as **one Excel row**. For a single task, if you download the above result as is, 30 cards means 30 rows in Excel.
* **Tab**: The upper section containing multiple cards.

These concepts apply to each task and are used as data arrangement standards when results from multiple URLs are combined, like group extraction or tabs extraction.

***

## Examples&#x20;

{% stepper %}
{% step %}

#### Card per row

<figure><img src="/files/4baaa54276576aa3615c1f8441a98ce66ab87b33" alt=""><figcaption></figcaption></figure>

If each URL's selected data tab had **2 cards**, extracting 3 URLs creates a total of **6 rows (2×3) of data**.\
In other words, **each card is recorded as an independent row**, making it suitable for cases like shopping mall 'list pages' where **multiple item info is contained** within one tab.
{% endstep %}

{% step %}

#### Tab per row

<figure><img src="/files/d4f278a28d007eb81a743edf5a7501e58feef805" alt=""><figcaption></figcaption></figure>

All cards within each URL's data tab are placed in one row. Therefore, extracting 3 URLs with this option creates only **3 rows** total in the final Excel file, matching the number of URLs.

In other words, **each page is recorded as one Excel row**, making it suitable for cases like shopping mall 'detail pages' where there's only one item's info within one tab.

<figure><img src="/files/TRlIo5m2TAEgZ2wAAM51" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

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