> 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/zh-cn/genstudio-workspace/tools/strategy-consultant/how-to-use.md).

# 如何使用

要开始使用战略顾问，您只需提供您的问题或提示！

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

人工智能将遵循结构化的操作流程生成有见地的回应：

1. **思维分解** – 将给定的信息或问题分解为更小的子问题或“思维”。
2. **思维生成** – 为每个子问题生成潜在的答案或“思维”。
3. **思维评估** – 评估每个思维的相关性和潜在影响。
4. **搜索算法** – 选择最有前景的思维进一步发展为详细的回应。
5. **我想了解更多关于** – 如果有任何知识空白或需要特定类型的信息以提供充分的信息回应，我将向您请求额外的信息。

如果输出似乎缺少某些细微差别或视角，您可以提交额外的信息，战略顾问将完善其提出的策略。


---

# 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/zh-cn/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.
