# Permission Manager

When you authorize a Dapp permission, you can view your authorized information in NightELF.

You can view all your authorization information through the `Application Management` page.

![Permission Manager](/files/-Lwc0UjNUCyuGMKPjJB5)

You can go to the `Details page` to check authorized detailed contract information such as contract addresses, contract names, contract details, etc.

You can choose to authorize permissions of a contract or you can choose to remove all permissions. This step does not require you to provide your NightELF password, but you need to be aware that deleting a contract may prevent you from continuing to use the contract method of the contract.

If you delete the MultiToken contract, then you will not be able to perform transfers and asset queries.


---

# 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.browser-extension.aelf.io/user/permission.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.
