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

# 리스틀리 팀에 문의를 했는데, 답변이 안 와요.

이메일로 기술 문의나 일반 문의를 하신 후, 답변이 바로 오지 않더라도 너무 걱정하지 마세요! 늦어도 2, 3일 이내에 리스틀리팀 고객문의 담당자가 이메일로 답장을 드리고 있습니다. 개발자의 도움이 필요한 기술 문의일 경우, 문제 해결을 위해 여러 솔루션을 검토하는 시간이 필요하기 때문에 일반적인 문의보다 조금 더 시간이 걸릴 수 있다는 점 양해 부탁드립니다.

답변을 기다리는 시간 동안, 헬프센터의 [도움말](/docs/ko/getting-started/listly-help.md)이나 [자주 묻는 질문](/docs/ko/support/faq.md)들을 확인해보세요. 만약 3일이 지났는데도 답변이 오지 않는다면, 리스틀리에 가입한 계정과 함께 <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/inquiry.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.
