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

# カスタマーサポートのご案内

## 🙋‍♀️ こんにちは、CTEEカスタマーチームです！

ご不明な点はございませんか？

以下の**よくある質問 (FAQ)** をご確認いただくと、より早く解決できる場合がございます！ \
👉 よくある質問はこちら

それでも解決しない場合は、**1対1チャット相談**でサポートさせていただきます！ \
営業時間と問い合わせ方法は下記をご確認ください 😊

***

## 🕒 カスタマーセンター営業時間のご案内

💬 **チャット相談対応時間** \
月～金 | 午前11時～午後6時 \
（ランチ休憩 13:00～14:10 / 週末および韓国の祝日を除く）

***

## ❓ お問い合わせ方法

💻 **1対1チャット相談** \
LINEまたはメールにてお待ちしております！\
<jpteam@ctee.jp>\
または、👉 [**こちらをクリック**](https://lin.ee/4ekpmbeq) して相談を開始してください！<br>


---

# 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://ctee.gitbook.io/creator-center/ja/undefined/center_info.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.
