# 통합 옵션

Rememberizer의 의미 기반 검색 및 지식 관리 기능을 활용하여 애플리케이션을 구축하기 위한 개발자 도구 및 통합 옵션입니다.

## 인증 방법

**API 키 인증**

* [**API 키 등록 및 사용**](/ko/undefined-1/integration-options/registering-and-using-api-keys.md) - 공유 지식 기반에 접근하고 프로토타입을 구축하기 위한 간단한 인증

**OAuth2 통합**

* [**Rememberizer 앱 등록**](/ko/undefined-1/integration-options/registering-rememberizer-apps.md) - OAuth2 인증을 위한 애플리케이션 등록
* [**Rememberizer 앱 승인**](/ko/undefined-1/integration-options/authorizing-rememberizer-apps.md) - 사용자별 지식 접근을 위한 OAuth2 흐름 구현

## 플랫폼 통합

**AI 플랫폼**

* [**Rememberizer GPT 만들기**](/ko/undefined-1/integration-options/creating-a-rememberizer-gpt.md) - Rememberizer 지식 접근을 통해 맞춤형 GPT 구축
* [**LangChain 통합**](/ko/undefined-1/integration-options/langchain-integration.md) - AI 워크플로우 및 문서 검색을 위한 LangChain과 통합

**데이터 관리**

* [**벡터 저장소**](/ko/undefined-1/integration-options/vector-stores.md) - 전문화된 의미 검색 데이터베이스 생성 및 관리

**샘플 애플리케이션**

* [**슬랙과 대화하는 샘플 웹 앱**](/ko/undefined-1/integration-options/talk-to-slack-the-sample-web-app.md) - 완전한 예제 웹 애플리케이션

## 통합 패턴

**API-우선 접근법** - Rememberizer의 RESTful API를 직접 사용하는 애플리케이션 구축 **SDK 통합** - 더 쉬운 통합을 위한 언어별 SDK 사용 **웹훅 통합** - 지식 업데이트에 대한 실시간 알림 설정


---

# 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-1/integration-options.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.
