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

# 계정/회원가입/탈퇴

{% embed url="<https://www.listly.io/help/ko/faq/%EC%A0%9C-%EA%B3%84%EC%A0%95%EC%9D%B4-%EC%99%9C-%EC%B0%A8%EB%8B%A8%EB%90%98%EC%97%88%EB%82%98%EC%9A%94/>" %}

리스틀리는 다중 이메일 계정을 자동으로 생성해 리스틀리 서비스를 악용하는 사례를 막기 위해 자동으로 어뷰징 활동을 감지하고 있습니다.\
또한 사용자 계정에 대한 보안 점검을 지속적으로 실시하며, 의심스러운 계정 활동이 감지되면 해당 계정에 사전 경고 없이 차단 조치를 내립니다.<br>

만약 계정이 차단되었다면, 리스틀리 시스템이 비정상적인 활동을 감지했거나 계정 보안 상의 우려로 인해 계정 사용을 중지시킨 것인데요.\
차단 원인에 대하여 알아보고 계정을 복구하고 싶으시다면, <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/accounts.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.
