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

# Como Usar

Para começar a usar o Strategy Consultant, você só precisa fornecer suas perguntas ou solicitações!

<figure><img src="/files/QOzA1ObkpPQM62EYk6Vo" alt="consultor de estratégia 2"><figcaption></figcaption></figure>

A IA seguirá um fluxo estruturado de operações para gerar respostas perspicazes:

1. **Decomposição de Pensamentos** – Divida a informação dada ou o problema em sub-perguntas ou 'pensamentos' menores.
2. **Geração de Pensamentos** – Gere respostas potenciais ou 'pensamentos' para cada uma dessas sub-perguntas.
3. **Avaliação de Pensamentos** – Avalie a relevância e o impacto potencial de cada pensamento.
4. **Algoritmo de Busca** – Escolha o pensamento mais promissor para desenvolver em uma resposta detalhada.
5. **Quero saber mais sobre** – Se houver lacunas de conhecimento ou tipos específicos de informação necessários para fornecer uma resposta bem-informada, solicitarei informações adicionais de você.

Se a saída parecer estar faltando alguma nuance ou perspectivas, você pode enviar informações adicionais e o Strategy Consultant refinara as estratégias que apresenta.


---

# 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:

```
GET https://docs.skydeck.ai/pt/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.
