# How To Manage App Access To Your Wallet

Over time you will find yourself connecting to a multitude of apps.

With Meteor we make it super easy to manage app access to your wallet.

Head to your Settings page by clicking the gear icon in the main menu.

<figure><img src="/files/m19VYNdv0YMVNFNrxLxV" alt=""><figcaption></figcaption></figure>

Select Connected Apps.

<figure><img src="/files/ZgqKLV6aXWknLPYUKxvs" alt=""><figcaption></figcaption></figure>

Scroll to see all of the apps that are connected to your wallet.

This will also include important information such as Fee Allowance.

<figure><img src="/files/VN104AecyFaEwTN3MxV5" alt=""><figcaption></figcaption></figure>

Simply click Deauthorize any app you wish to be disconnected from your wallet.


---

# 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.meteorwallet.app/wallet-settings/how-to-manage-app-access-to-your-wallet.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.
