> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/qshop/forum.md).

# 고객 포럼 기능 요청하기

{% hint style="info" %}
큐샵 팀에서는 다양한 고객분들의 의견을 수렴하고 문제점을 해결 및 개선해 나가고 있습니다.

이용 중 요청하고 싶은 기능이 있다면 망설이지 마시고 고객 포럼에 요청 사항을 남겨주세요! :fairy:
{% endhint %}

1. \[큐샵]에 **로그인**합니다.
2. \[큐샵] 고객지원 > **기능요청**을 클릭합니다.

<figure><img src="/files/DDDPIORwYfjMMItMUpQ7" alt=""><figcaption></figcaption></figure>

3. \[큐샵 고객 포럼] 페이지에서 **요청하기** 버튼을 클릭합니다.

<figure><img src="/files/gttZ0tsILtXYPmYoYnI8" alt=""><figcaption></figcaption></figure>

4. **요청사항명**과 **상세내용**을 작성해 주세요.

<figure><img src="/files/dEpgaOvXsgShFXBj0bxs" alt=""><figcaption></figcaption></figure>

5. **요청하기** 버튼을 클릭하면 남겨주신 의견 제출이 완료됩니다.

{% hint style="info" %}
이후 상태 변경에 따른 알림 메일은 가입한 계정으로 발송되니 이용에 참고해 주시기 바랍니다.

앞으로 추가될 기능에 대해 많은 기대와 관심 부탁드립니다. :person\_bowing:
{% endhint %}

큐샵 공식 사이트에서는 다양한 템플릿을 활용하여 직접 사이트를 제작할 수 있으며, 블로그를 통해 최신 소식 및 다양한 인사이트를 얻을 수 있습니다.

가장 쉽고 빠른 나만의 웹사이트 만들기, 큐샵 :star2:


---

# 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.qshop.ai/customer_support/qshop/forum.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.
