> 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/undefined-3.md).

# 리스틀리 앰버서더는 무엇이고, 어떤 혜택이 있나요?

리스틀리 앰배서더(Listly ambassador)는 **리스틀리에서 공식 인정한 전문가**로 커뮤니티를 조직하고 콘텐츠(SNS 채널활동과 강의 등)를 제작해 사용자가 불필요한 데이터 수집 시간을 줄이고 업무의 효율성을 높일 수 있도록 돕는 역할을 하고 있습니다. 비개발자 사용자의 관점에서 리스틀리를 쉽게 이해하고 사용할 수 있도록 연구하며, 효과적으로 이를 설명할 수 있는 지식과 전문성을 갖춘 분들로 리스틀리의 성장과 기술 혁신에 기여합니다.

**리스틀리 앰버서더만의 혜택**

* **리스틀리 1년 이용권** : 앰배서더에게는 리스틀리 1년 유료 이용권을 제공됩니다. (99만원 상당)
* **앰배서더 전용 할인코드 제공** : 앰배서다마다 리스틀리 10% 할인코드가 제공되며, 앰배서더는 이 코드를 통해 발생한 수익금의 일부를 제공받습니다.
* **리스틀리 강의 개설** : 앰배서더는 리스틀리를 활용한 강의를 개설할 수 있습니다. 강의를 통한 수입은 모두 앰배서더에게 귀속되며, 이는 앰배서더에게 새로운 수입 창구가 될 것입니다. 웹 크롤링에 대한 니즈는 점점 많아지고 있고, 코딩과 파이썬을 배우지 않아도  리스틀리 툴을 다루면 일정 수준의 웹 크롤링이 클릭 몇 번으로 가능합니다. 일잘러를 꿈꾸는 직장인들을 대상으로 강의를 기획해보세요. 경쟁력 있는 커리큘럼을 만들 수 있도록 리스틀리가 최선을 다해 돕겠습니다.
* **리스틀리 웨비나 진행** : 리스틀리로 요청이 오는 웨비나와 기업 초청 강의 기회를 앰배서더에게 제공합니다. 사전 스케줄 협의를 통해 가능한 분을 선발하며, 강의료는 100% 앰배서더에게 귀속됩니다.
* **리스틀리 제품 개발에 기여** : 리스틀리의 새로운 기능이나 신규 상품을 가장 빠르게 체험하고 관련하여 개발자와 직접 의견을 교환할 수 있습니다.


---

# 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/undefined-3.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.
