> 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/docs/ko/support/faq/inquiry/free-plan-1.md).

# \[업데이트] Free Plan 서비스 변경

안녕하세요. 리스틀리입니다.

리스틀리의 무료 플랜(**Free Plan)** 의 서비스가 변경되었습니다.

* **지난 공지사항 확인 :** **\[중요공지] Free Plan 서비스 변경 사항**

**Free Plan의 주요 변경사항은 다음과 같습니다.**

* 월 기본 URL 10개를 제공하며, 사용한 URL은 30일 후 자동으로 재충전됩니다.
* 기본 URL을 모두 사용한 이후에도 웹페이지의 추출 및 결과 미리보기가 가능합니다. 그러나, 다음 충전까지 최대 15행까지 제한된 데이터를 제공합니다.
* 데이터보드 지원이 중단되었으며, 추출 결과에 최대 5분간 접근 가능합니다.

변경된 Free Plan에 대한 자세한 사항은 아래 도움말에서 확인하실 수 있습니다.

* **Free Plan 이용 안내**

변경된 서비스에 대해 궁금한 점이 있으시면 언제든지 <hello@listly.io>로 문의해 주세요.

리스틀리를 이용해주셔서 감사합니다.


---

# 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/docs/ko/support/faq/inquiry/free-plan-1.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.
