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

# Sådan bruges

For at komme i gang med Strategy Consultant skal du blot give dine spørgsmål eller prompts!

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

AI'en vil følge et struktureret flow af operationer for at generere indsigtfulde svar:

1. **Tankernes Decomposition** – Opdel de givne oplysninger eller problemet i mindre under-spørgsmål eller 'tanker'.
2. **Tankernes Generation** – Generer potentielle svar eller 'tanker' for hver af disse under-spørgsmål.
3. **Tankernes Evaluering** – Vurder relevansen og den potentielle indflydelse af hver tanke.
4. **Søgealgoritme** – Vælg den mest lovende tanke til yderligere udvikling til et detaljeret svar.
5. **Jeg vil gerne vide mere om** – Hvis der er nogen videnshuller eller specifikke typer information, der er nødvendige for at give et velinformeret svar, vil jeg anmode om yderligere information fra dig.

Hvis outputtet synes at mangle nogle nuancer eller perspektiver, kan du indsende yderligere information, og Strategy Consultant vil forfine de strategier, den præsenterer.


---

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