> For the complete documentation index, see [llms.txt](https://help.directcloud.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.directcloud.net/test/admin_manual-1/directcloud-ai.md).

# DirectCloud AI

- [· 설정](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/undefined.md)
- [DirectCloud AI 사양 및 참고 사항](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/undefined/specification.md)
- [DirectCloud AI를 활성화하는 방법](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/undefined/enable_ai.md)
- [· AI 사용량](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/ai.md)
- [DirectCloud AI에서 사용한 토큰/크레딧을 확인하는 방법](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/ai/token_credit.md)
- [· AI 답변 평가 내역](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/ai-1.md)
- [DirectCloud AI의 답변 평가 이력을 확인하는 방법](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/ai-1/answer_evaluation.md)
- [· 챗봇 위젯 현황](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/undefined-1.md)
- [DirectCloud AI의 챗봇 위젯 사용 현황을 확인하는 방법](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/undefined-1/chatbot_widget_status.md)
- [· 챗봇 위젯 내역](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/undefined-2.md)
- [DirectCloud AI의 챗봇 위젯 내역을 확인하는 방법](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/undefined-2/chatbot_widget_history.md)
- [· 대화 로그](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/undefined-3.md)
- [DirectCloud AI 대화 로그를 확인하는 방법](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/undefined-3/chat_log.md)
- [· AI 에이전트 로그](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/ai-2.md)
- [DirectCloud AI의 에이전트 로그를 확인하는 방법](https://help.directcloud.net/test/admin_manual-1/directcloud-ai/ai-2/directcloud-ai.md)


---

# 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://help.directcloud.net/test/admin_manual-1/directcloud-ai.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.
