# 使い始めるには

- [画面の見方と基本用語](https://docs.codatum.jp/getting-started/basic-terminology-and-operations.md): このページでは、Codatumの基本的な画面操作、用語ついて説明します。
- [クイックスタート](https://docs.codatum.jp/getting-started/quick-start.md): Codatumは、データ分析に関わるあらゆる役割のユーザーに対応したデータ分析プラットフォームです。データの接続から分析、可視化、共有まで、一連のプロセスをシームレスに効率化し、ビジネスインサイトの創出をサポートします。
- [詳しい設計思想](https://docs.codatum.jp/getting-started/concept-further-reading.md): Codatumが解決するデータ分析の課題と、その先進的なアプローチを詳しく解説します。
- [なぜセルベースエディタではなくブロックエディタを選んだのか？](https://docs.codatum.jp/getting-started/concept-further-reading/why-did-we-choose-block-editor-over-cell-based-editor.md): Codatumがブロックエディタを選択した理由


---

# Agent Instructions: 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:

```
GET https://docs.codatum.jp/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
