> 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/integrations-hub.md).

# 앱

**앱** 설정에서는 Autify Genesis를 조직에서 사용하는 외부 서비스와 연결합니다. 조직 수준에서 OAuth 연결을 확립하면, 각 워크스페이스의 워크플로와 채팅에서 연동 대상의 기능을 호출할 수 있게 됩니다.

## 사전 조건

* 연동 관리에는 조직의 **관리자** 또는 **소유자** 역할이 필요합니다.
* 연결하려는 서비스가 이 배포에서 활성화되어 있어야 합니다.

## 사용 가능한 연동

현재 Genesis에서는 다음 OAuth 연동을 사용할 수 있습니다.

* **Slack**: Genesis에서 Slack 채널로 메시지를 보냅니다.

## 연동 설치하기

1. 계정 메뉴에서 **설정**을 여십시오.
2. **연결** > **앱**을 선택하십시오.

<figure><img src="/files/wRpME8dxxPeS6MLcbOer" alt="앱 페이지 스크린샷"><figcaption><p>앱 페이지</p></figcaption></figure>

3. 서비스 카드의 **설치**를 클릭하십시오.
4. 요청되는 스코프를 확인하고 인가하십시오.

인가가 완료되면 해당 서비스가 연결된 상태로 표시됩니다.

## 연동 연결 해제하기

1. **앱** 페이지를 여십시오.
2. 연결된 카드의 **연결 해제**를 클릭하십시오.

연결을 해제하면 토큰이 취소되어 워크플로와 채팅에서 그 연동을 호출할 수 없게 됩니다.

## 워크스페이스 측 설정

일부 연동에서는 조직 수준의 연결에 더해 워크스페이스 단위의 설정도 필요합니다. Slack의 경우 조직에서 연결한 후, 대상 워크스페이스를 열고 **리소스 및 컨텍스트 > 연동**에서 그 워크스페이스에서 사용할 채널을 선택합니다.

자세한 내용은 [워크스페이스 설정](/features-ko/settings/workspace-settings/workspace-configuration.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/integrations-hub.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.
