# Registering Rememberizer apps

1. In the top-left corner of any page, click on **Developer Hub**, then click on **Registered App**.

   <figure><img src="https://rememberizer-docs-assets.s3.amazonaws.com/image+(4).png" alt=""><figcaption></figcaption></figure>
2. Click **Register new app**. A popup window will appear to fill in your app information

   <figure><img src="https://rememberizer-docs-assets.s3.amazonaws.com/image+(5).png" alt=""><figcaption></figcaption></figure>
3. In **"Application name"**, type the name of your app.
4. In **"Authorized request origin"**, type the domain to your app's website.
5. In **"Authorized redirect URLs"**, type the callback URL of your app.
6. Click **"Create app"**.

   \\


---

# 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/~/changes/8nxu1gB5bGpm7B5IZlQ8/developer/registering-rememberizer-apps.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.
