# 使い方

Strategy Consultantを始めるには、質問やプロンプトを提供するだけで大丈夫です！

<figure><img src="/files/6qgjAFFG0ITWXuMhKW82" alt="strategy consultant 2"><figcaption></figcaption></figure>

AIは、洞察に満ちた回答を生成するために構造化された操作の流れに従います：

1. **思考の分解** – 与えられた情報や問題を小さなサブ質問や「思考」に分解します。
2. **思考の生成** – これらのサブ質問それぞれに対する潜在的な回答や「思考」を生成します。
3. **思考の評価** – 各思考の関連性と潜在的な影響を評価します。
4. **検索アルゴリズム** – 詳細な回答にさらに発展させるために最も有望な思考を選択します。
5. **もっと知りたいこと** – 十分に情報に基づいた回答を提供するために必要な知識のギャップや特定の情報の種類がある場合、追加情報をリクエストします。

出力にいくつかのニュアンスや視点が欠けているように感じた場合は、追加情報を提出することで、Strategy Consultantが提示する戦略を洗練させることができます。


---

# 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.skydeck.ai/ja/genstudio-workspace/tools/strategy-consultant/how-to-use.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.
