> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/allganize-alli-works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/allganize-alli-works/~/revisions/QAcqOMIS75VDXSjZirEq/alli-dashboard/setting/advanced.md).

# 고급 설정

고급 설정을 사용하여 모델 실행 내역을 더 자세히 확인할 수 있습니다.

<figure><img src="/files/3xSkEJlsdntM1PLdu9Uz" alt=""><figcaption></figcaption></figure>

* **옵션 활성화 :** '고급설정' 탭에서 'Choose Your Tool' 옵션을 찾고, 드롭다운 리스트에서 Generative Answers Execution History 옵션을 선택합니다.&#x20;
* **답변 생성 내역 확인 :** 쿼리가 입력되면, 모델이 답변을 생성할 때 어떤 클루가 선택되었는지, 즉 사용된 문서와 페이지를 확인할 수 있습니다. 이를 통해 모델이 선택한 정보와 그에 따른 결과를 더 정확히 이해할 수 있습니다.

<figure><img src="/files/O948IQwY1uG9FnwATtis" alt=""><figcaption></figcaption></figure>

* **ES Explain :** 모델이 선택한 문서 랭킹을 확인하고 싶다면 해당 버튼을 클릭하세요. 이를 통해 어떤 문서와 페이지가 클루 후보로 잡혔는지, 그리고 어떻게 순위가 매겨졌는지에 대한 상세한 정보를 볼 수 있습니다.


---

# 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.allganize.ai/allganize-alli-works/~/revisions/QAcqOMIS75VDXSjZirEq/alli-dashboard/setting/advanced.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.
