> For the complete documentation index, see [llms.txt](https://docs.smply.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smply.one/saas-integration.md).

# SaaS 연동

- [SaaS별 연동 가이드](https://docs.smply.one/saas-integration/guide-main.md)
- [Jetbrains](https://docs.smply.one/saas-integration/guide-main/jetbrains.md): Jetbrains 라이선스 관리를 위한 연동 가이드
- [Adobe](https://docs.smply.one/saas-integration/guide-main/adobe.md)
- [Autodesk](https://docs.smply.one/saas-integration/guide-main/autodesk.md): Autodesk 계정으로 로그인해 조직의 시트 사용 현황을 심플리에서 확인하는 연동 가이드입니다. OAuth 로 연동하는 방법부터 동기화 시점, 대시보드 확인, 연동 해제까지 안내합니다.
- [Anthropic Claude](https://docs.smply.one/saas-integration/guide-main/anthropic-claude.md): Anthropic API Platform 비용·사용량 + Claude.ai Enterprise 활동을 통합 관리하기 위한 연동 가이드입니다.
- [OpenAI](https://docs.smply.one/saas-integration/guide-main/openai.md): OpenAI API Platform 비용·사용량 + ChatGPT Workspace 활동·인증 이벤트를 통합 관리하기 위한 연동 가이드
- [Gemini](https://docs.smply.one/saas-integration/guide-main/gemini.md): Google Cloud의 Gemini Code Assist 사용량과 비용을 심플리에서 한 곳에 관리하기 위한 연동 가이드입니다. 심플리 서비스 계정에 GCP 프로젝트 접근 권한을 부여하고 프로젝트를 등록하는 방법부터, 대시보드 확인과 동기화, 문제 해결까지 안내합니다.


---

# 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.smply.one/saas-integration.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.
