# 폴더그룹추출은 무엇이고, 언제 사용하나요?

폴더그룹추출은 **로그인이 필요한 웹 페이지 데이터를 추출할 때 유용하게 사용**할 수 있는 기능입니다. 예를 들어, 글래스도어, 링크드인, 비공개 네이버카페 등 로그인을 요구하는 비공개 웹 페이지들을 추출해야 하는 경우가 있습니다. 하지만, 사용자 로그인이 반드시 필요한 웹 페이지의 경우, 리스틀리가 사용자를 대신해 방문할 수가 없어요. 이 경우에는 **사용자가 직접 해당 페이지에 로그인 후, 개별 웹 페이지를 하나씩 방문해 데이터를 추출**하셔야 하는데요. 리스틀리 폴더그룹 기능은 이렇게 **추출한 데이터를 하나의 그룹으로 묶어 한 번에 추출 및 다운로드**하실 수 있도록 도와주고 있습니다.

{% hint style="success" %}
[폴더 그룹 추출 - 비공개 페이지 추출하기](https://help.listly.io/docs/ko/getting-started/databoard-features/folder-group-extraction) 바로가기
{% endhint %}


---

# 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/docs/ko/support/faq/features/undefined-6.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.
