> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ko/settings/connection-settings.md).

# 연결

이 문서에서는 Autify Genesis의 설정 화면에 있는 **연결** 카테고리의 전체 구성을 설명합니다. 조직에서 이용하는 AI 프로바이더, MCP 지원 클라이언트, 외부 서비스 연동에 관한 문서를 모았습니다.

## AI 프로바이더

조직에서 이용하는 AI 프로바이더 관리에는 플랫폼이 관리하는 **매니지드 모드**와 조직 자체의 API 키를 등록하는 **BYOK(Bring Your Own Key) 모드**의 2가지가 있습니다. 프로바이더의 활성화/비활성화 전환이나 BYOK 인증 정보 관리는 [AI 프로바이더 설정](/features-ko/settings/connection-settings/ai-provider-settings.md) 참조.

## MCP 서버

Claude Desktop, Cursor, VS Code 등의 MCP 지원 클라이언트에서 Genesis에 연결하는 방법이나 사용 가능한 도구 목록은 [MCP 서버](/features-ko/settings/connection-settings/mcp-server.md) 참조.

## 앱

Slack 등의 외부 서비스를 조직 수준에서 OAuth로 연결하는 방법은 [앱](/features-ko/settings/connection-settings/integrations-hub.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.genesis.autify.com/features-ko/settings/connection-settings.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.
