> For the complete documentation index, see [llms.txt](https://catenoid-support.gitbook.io/loomex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catenoid-support.gitbook.io/loomex/undefined/service/support.md).

# 서비스 지원

이 페이지에서는 Loomex의 서비스 지원에 대해 안내합니다.

&#x20;

### **Loomex 고객 지원** <a href="#id-loomex" id="id-loomex"></a>

고객이 원활하게 Loomex를 이용할 수 있도록 서비스 및 문제 해결 창구를 운영하고 있습니다. 서비스, 이용 방법, 요금 등에 대해 고객 지원에 문의사항을 접수하여 답변을 받을 수 있습니다.

<figure><img src="/files/3PqcXpDY7yGiIiJ8FcuF" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**문의하기**

[카테노이드 홈페이지](https://www.catenoid.net/ko/) >

[서비스 상담 바로가기](https://www.catenoid.net/ko/contact/) >

Email 문의하기 > <loomex_biz@catenoid.net>
{% endhint %}

&#x20;


---

# 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://catenoid-support.gitbook.io/loomex/undefined/service/support.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.
