> For the complete documentation index, see [llms.txt](https://docs.rememberizer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rememberizer.ai/ko/undefined-1/integration-options/registering-rememberizer-apps.md).

# Rememberizer 앱 등록

1. 페이지의 왼쪽 상단 모서리에서 **개발자**를 클릭한 다음 **등록된 앱**을 클릭합니다.

   <figure><img src="/files/2KXLxp7hUNtyRL4HtzkO" alt="registered apps browse"><figcaption></figcaption></figure>
2. **새 앱 등록**을 클릭합니다. 앱 정보를 입력할 팝업 창이 나타납니다.

   <figure><img src="/files/EaThD0XcLe3Nf1lmhIq2" alt="register new app"><figcaption></figcaption></figure>
3. \*\*"애플리케이션 이름"\*\*에 앱의 이름을 입력합니다.
4. \*\*"설명(선택 사항)"\*\*에 필요시 앱의 설명을 입력합니다.
5. \*\*"애플리케이션 로고(선택 사항)"\*\*에 로고 파일을 업로드합니다.
6. \*\*"랜딩 페이지 URL"\*\*에 랜딩 페이지의 도메인을 입력합니다. 랜딩 페이지에는 앱의 기능과 Rememberizer와의 통합 방법에 대한 자세한 요약이 포함되어 있습니다.
7. \*\*"허가된 요청 출처"\*\*에 앱 웹사이트의 도메인을 입력합니다.
8. \*\*"허가된 리디렉션 URL"\*\*에 앱의 콜백 URL을 입력합니다.
9. \*\*"앱 생성"\*\*을 클릭합니다.


---

# 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://docs.rememberizer.ai/ko/undefined-1/integration-options/registering-rememberizer-apps.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.
