# 통합

다양한 플랫폼에서 기존 콘텐츠를 연결하고 이를 AI 애플리케이션과 함께 작동하는 검색 가능한 지식으로 변환하세요.

## 사용 가능한 통합

**데스크탑 및 로컬 파일**

* [**Rememberizer App**](/ko/undefined/integrations/rememberizer-app.md) - 문서, 프레젠테이션, 코드 파일 등을 지원하는 로컬 파일 처리용 데스크탑 애플리케이션

**클라우드 스토리지**

* [**Google Drive Integration**](/ko/undefined/integrations/rememberizer-google-drive-integration.md) - Google Drive의 문서 및 파일 연결
* [**Dropbox Integration**](/ko/undefined/integrations/rememberizer-dropbox-integration.md) - Dropbox 계정의 파일에 접근하고 검색

**커뮤니케이션 플랫폼**

* [**Slack Integration**](/ko/undefined/integrations/rememberizer-slack-integration.md) - Slack 작업 공간에서 메시지, 파일 및 대화 가져오기
* [**Gmail Integration**](/ko/undefined/integrations/rememberizer-gmail-integration.md) - 이메일, 첨부파일 및 대화 검색

**AI 및 메모리**

* [**Memory Integration**](/ko/undefined/integrations/rememberizer-memory-integration.md) - AI 대화 기록 저장 및 검색
* [**MCP Servers**](/ko/undefined/integrations/rememberizer-mcp-servers.md) - MCP 서버와 연결

**관리**

* [**Manage Third-Party Apps**](/ko/undefined/integrations/manage-third-party-apps.md) - 외부 애플리케이션이 귀하의 지식에 접근할 수 있는 권한 제어

## 작동 방식

1. 안전한 OAuth 인증을 사용하여 데이터 소스를 연결합니다.
2. Rememberizer가 콘텐츠를 처리하고 벡터 임베딩을 생성합니다.
3. 접근 제어를 위해 [메멘토](/ko/undefined/personal/mementos-filter-access.md)를 사용하여 지식을 정리합니다.
4. 의미 기반 검색으로 [모든 소스에서 검색](/ko/undefined/personal/search-your-knowledge.md)합니다.


---

# 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.rememberizer.ai/ko/undefined/integrations.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.
