# How to Use

To get started with Strategy Consultant, you just need to provide your questions or prompts!

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

The AI will follow a structured flow of operations to generate insightful responses:

1. **Thoughts Decomposition** – Break down the information given or the problem into smaller sub-questions or 'thoughts'.
2. **Thoughts Generation** – Generate potential answers or 'thoughts' for each of these sub-questions.
3. **Thoughts Evaluation** – Evaluate the relevance and potential impact of each thought.
4. **Search Algorithm** – Choose the most promising thought to further develop into a detailed response.
5. **I want to know more about** – If there are any knowledge gaps or specific types of information needed to provide a well-informed response, I will request additional information from you.

If the output seems to be missing some nuance or perspectives, you can submit additional information and Strategy Consultant with refine the strategies it presents.


---

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