> For the complete documentation index, see [llms.txt](https://docs.codatum.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codatum.jp/getting-started/troubleshooting.md).

# 困った時には

Codatumを使っていて操作方法や分析の進め方に迷ったときのために、次のようなサポート手段を用意しています。気軽に活用してください。

* ドキュメントのAI検索窓
* CodatumAI（AIアシスタント・AIエージェント）
* チャットサポート

## ドキュメントのAI検索窓で調べる

このドキュメントサイトの右上には、AIによる検索窓があります。知りたいことをキーワードだけでなく自然な文章で入力すると、関連するページに加えて、内容を要約した回答が表示されます。

「〇〇のやり方がわからない」「〇〇とは何か」といった疑問は、まずここで検索してみるのが最も早い解決方法です。

## CodatumAIに聞いてみる

Notebook上で使えるAIアシスタント・AIエージェント（総称してCodatumAIと呼びます）は、SQLの生成や修正だけでなく、分析の進め方そのものについて相談する相手としても活用できます。

例えば、次のような場面で使ってみてください。

* 「このテーブルにどんなカラムがあるか教えて」と聞いて、ゼロからテーブル定義を調べる手間を省く
* 「売上を月次で集計するにはどう書けばいい？」とSQLの書き方を相談する
* 「このグラフから読み取れる傾向を教えて」と分析結果の解釈を手伝ってもらう
* 「〇〇について調べて、簡単な分析をしてまとめて」とNotebookの作成自体を任せる

操作に迷ったときも、まずCodatumAIに話しかけてみることで、自己解決できる範囲が大きく広がります。詳しい機能や使い方は以下を参照してください。

* [AIアシスタント](/codatum-ai/ai-assistant.md)
* [Codatum Agent (ベータ版)](/codatum-ai/ai-agent.md)

## チャットサポートに問い合わせる

チャットサポートでは、実際にCodatumのメンバーが対応します。機能の使い方についての質問はもちろん、プランやご契約に関するご相談、不具合のご報告など、人に直接相談したいときはチャットサポートをご利用ください。

Codatum画面左下の`？`マークをクリックすると、チャットサポートやプロダクトアップデートなどのメニューがポップアップで表示されます。ここから`チャットサポート`を選択すると、Codatumチームに直接質問を送ることができます。


---

# 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://docs.codatum.jp/getting-started/troubleshooting.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.
