# AI 비용 관리

- [AI 비용 관리](https://docs.smply.one/ai/ai.md): AI 도구(Anthropic Claude 등)의 API 비용, 토큰 사용량, Claude Code 생산성을 한 곳에서 관리하고 분석하는 AI 메인 페이지입니다.
- [Anthropic 연동 및 대시보드](https://docs.smply.one/ai/anthropic-dashboard.md): Anthropic Claude API의 비용, 토큰 사용량, 멤버, Claude Code 생산성을 실시간으로 확인하는 통합 대시보드 사용법입니다. 연동 방법부터 각 탭의 해석까지 안내합니다.
- [OpenAI 연동 및 대시보드](https://docs.smply.one/ai/openai-dashboard.md): OpenAI API Platform의 비용·토큰 사용량과 ChatGPT Workspace의 메시지·Codex 활동을 한 화면에서 확인하는 통합 대시보드 사용법입니다. 연동 방법부터 각 탭의 해석까지 안내합니다.


---

# Agent Instructions: 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.smply.one/ai.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.
