# 액션 스크립트는 무엇이고, 어떻게 사용하나요?

액션스크립트는 원하는 웹 데이터를 가져오기 위해, 추출 직전까지 필요한 키보드/마우스 액션들을 재현하는 기능입니다. 주로 특정 정보를 얻기 위해 웹 페이지에서 버튼을 여러 번 눌러야 하는 경우 액션 스크립트를 유용하게 활용할 수 있습니다. 2023년 9월 기준 액션스크립트 기능은 엔터프라이즈 플랜을 사용하시는 기업 사용자를 대상으로만 제공되고 있으며, 사용 안내는 별도로 안내됩니다. 보다 자세한 사항은 리스틀리 도움말 [공지사항](https://listly.notion.site/listly/88d8d603756740068ad31873d177af48)에서 확인해주세요.


---

# 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-7.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.
