> 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/zh-cn/kai-fa-zhe-zi-yuan/integration-options/registering-rememberizer-apps.md).

# 注册 Rememberizer 应用

1. 在任何页面的左上角，点击 **开发者**，然后点击 **注册应用**。

   <figure><img src="/files/FoEuJe2tCeQr4VX5Q1Zw" alt="registered apps browse"><figcaption></figcaption></figure>
2. 点击 **注册新应用**。将出现一个弹出窗口以填写您的应用信息。

   <figure><img src="/files/Z8ff89vM30KIauzNLhhv" 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/zh-cn/kai-fa-zhe-zi-yuan/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.
