> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/ko/genstudio-workspace/tools/strategy-consultant/how-to-use.md).

# 사용 방법

Strategy Consultant를 시작하려면 질문이나 프롬프트를 제공하기만 하면 됩니다!

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

AI는 통찰력 있는 응답을 생성하기 위해 구조화된 작업 흐름을 따릅니다:

1. **사고 분해** – 주어진 정보나 문제를 더 작은 하위 질문이나 '사고'로 나눕니다.
2. **사고 생성** – 이러한 하위 질문 각각에 대한 잠재적 답변이나 '사고'를 생성합니다.
3. **사고 평가** – 각 사고의 관련성과 잠재적 영향을 평가합니다.
4. **검색 알고리즘** – 자세한 응답으로 발전시킬 가장 유망한 사고를 선택합니다.
5. **더 알고 싶은 내용** – 잘-informed한 응답을 제공하기 위해 필요한 지식의 공백이나 특정 유형의 정보가 있는 경우, 추가 정보를 요청할 것입니다.

출력이 어떤 뉘앙스나 관점을 놓친 것 같으면, 추가 정보를 제출하면 Strategy Consultant가 제시하는 전략을 다듬을 수 있습니다.


---

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