> 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/example-employee-retention.md).

# 예시 – 직원 유지

이 예시에서는 기업 전환 동안 직원 유지를 도와줄 전략 컨설턴트에게 요청하고 있습니다.

<figure><img src="/files/naraF9yDDhSWvF8fwsLn" alt="strategy consultant 3"><figcaption></figcaption></figure>

전략 컨설턴트는 질문을 몇 가지 하위 질문으로 분해하는 것부터 시작합니다:

<figure><img src="/files/tu3FI5tuFMbcwZe6y9Pj" alt="strategy consultant 4"><figcaption></figcaption></figure>

그런 다음 AI는 각 하위 질문에 대해 답변합니다:

<figure><img src="/files/WPZhhx01jasvgHt4zEkm" alt="strategy consultant 5"><figcaption></figcaption></figure>

마지막으로, 전략 컨설턴트는 귀하의 특정 요구에 맞게 전략을 개선하는 데 도움이 될 특정 유형의 추가 정보를 요청합니다:

<figure><img src="/files/n8hBuqOqUrUGeirJYfJi" alt="strategy consultant 6"><figcaption></figcaption></figure>

그런 다음 AI가 상황을 더 잘 이해할 수 있도록 추가 배경 정보와 맥락을 추가했습니다:

<figure><img src="/files/3gqXF1SIwk3rrTav2SPi" alt="strategy consultant 7"><figcaption></figcaption></figure>


---

# 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/example-employee-retention.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.
