> 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/control-center/setup-guide/set-up-integrations/integration-assistance.md).

# 통합 지원

서비스(LLM 또는 SQL 데이터베이스)를 선택하면 \*\*이 자격 증명을 어디에서 얻을 수 있나요?\*\*라는 레이블이 붙은 프롬프트가 나타납니다. 이는 선택한 서비스에 대한 특정 문서로 안내하는 동적 링크로, API 키를 생성하거나 찾는 방법을 안내합니다.

LLM 서비스를 전환할 때마다 링크가 적절하게 업데이트되어 SkyDeck AI 내에서 항상 올바른 정보에 빠르게 접근할 수 있습니다.

<figure><img src="/files/sR03ghUkMRsGM3ncfAR7" alt="credentials input" width="563"><figcaption></figcaption></figure>

사용자가 지불하는 대화형 서비스에 대한 정보도 여기에서 쉽게 참조할 수 있도록 링크되어 있습니다:

* [**OpenAI**](/ko/integrations/llms-and-databases/openai-integration.md)
* [**Vertex**](https://developers.google.com/workspace/guides/create-credentials#service-account)
* [**Anthropic**](https://docs.anthropic.com/claude/reference/getting-started-with-the-api)
* [**HuggingFace**](/ko/integrations/llms-and-databases/huggingface-integration.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:

```
GET https://docs.skydeck.ai/ko/control-center/setup-guide/set-up-integrations/integration-assistance.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.
