# Manage third-party apps

## Explore third-party apps and service

User can view and explore all third-party apps that connect with Rememberizer in **App directory** page with the below instructions.

* On the navigation bar, choose **Personal > Find an App**. Then, you will see the App directory page.

<figure><img src="/files/KOIv3C2PH9xOQV6MONd1" alt="Navigation bar browsing App Directory page"><figcaption><p>Navigation bar browsing App Directory page</p></figcaption></figure>

<figure><img src="/files/wNEKVlyI4d14639Ufm1X" alt="App directory page"><figcaption><p>App directory page</p></figcaption></figure>

* Find the app you want to explore. You can do this by type the name of the app in search bar with optional **filter and sorting order.**

<figure><img src="/files/nzvCbG0qpFtPuCk5IxQY" alt="Search bar with filter and sort order button"><figcaption><p>Search bar with filter and sort order button</p></figcaption></figure>

* Click on the **name of the third-party app** or **Explore button** to open the app.

<figure><img src="/files/RR0zQ8ZN5QkXN7196jCd" alt="App&#x27;s name and Explore button"><figcaption><p>App's name and Explore button</p></figcaption></figure>

* When using the app, it will requires authorizing the apps with Rememberizer. Technical details of the flow can be visited at [Authorizing Rememberizer apps](/developer-resources/integration-options/authorizing-rememberizer-apps.md) page. We will use **Rememberizer GPT app** as an example of the UI flows of authorization. After the first chat, you will see the app ask to sign in the Rememberizer.

<figure><img src="/files/KYqleNI046PGkcxOBOsy" alt="Sign in request from Rememberizer GPT app"><figcaption><p>Sign in request from Rememberizer GPT app</p></figcaption></figure>

* Click on the **Sign in** button. You will be redirected to the Authorization page.

<figure><img src="/files/aLyI5x3ICP9Y5c2lDsZi" alt="Authoriztion page"><figcaption><p>Authoriztion page</p></figcaption></figure>

* You can modify the Memento and Memory that the app can view and use by click on the **Change** button and select what you want.

> **Note:** Detail information about Memento, please visit [Mementos Filter Access](/personal-use/personal/mementos-filter-access.md) page.

> **Note:** Detail information about Memory integration, please visit [Rememberizer Memory integration](/personal-use/integrations/rememberizer-memory-integration.md) page.

* Click **Authorize** to complete the process. You then will be directed back to the app again and you can chat with it normally.

> **Note:** In case you click **Cancel** button, you will be directed to the app landing page again and the app will not be displayed in the **App directory** page but will instead be on **Your connected apps** page. More detail information please visit second part [#manage-your-connected-apps](#manage-your-connected-apps "mention") if you want to completely cancel the authorization process.

<figure><img src="/files/lXKV6SM761G81lbMlZyx" alt="Success connected account"><figcaption><p>Success connected account</p></figcaption></figure>

## Manage your connected apps

On the **App directory** page, choose **Your connected apps** to browse the page.

<figure><img src="/files/lWgPUMEKvBCV3Y2XMa64" alt="browse your connected app"><figcaption></figcaption></figure>

<figure><img src="/files/HdEqOrJpWSTMq4qkNxuc" alt="Your connected apps page"><figcaption><p>Your connected apps page</p></figcaption></figure>

This page categorizes apps into two types based on their status: **Pending Apps** and **Connected Apps**.

* **Pending Apps**: These are the apps which you click **Cancel** button while authorizing the the app on Rememberizer.
  * Click **Continue** if you want to complete the authorization process.
  * Otherwise, click **Cancel** to completely withdraw the authorization. The app will then be displayed in **App Directory** page again.
* **Connected Apps:** You can config the **Memento** or **Memory integration** of specific connected app by click on the Change option (or Select if the Memento has not been chosen). Click **Disconnect** if you want to disconnect the third-party app from the Rememberizer.


---

# 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/personal-use/integrations/manage-third-party-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.
