# Connect website

The first time you try to interact with Keeper Wallet on a website, you will see the access request window. To allow using of Keeper on this site, click **Auth**. The site will be able to read your address and public key, but not your secret phrase and private key, and will still need to request your signature on each transaction on your behalf.

![](/files/g5RtQtCOmLN09MPiAywn)

On selected Waves ecosystem websites such as [wx.network](https://wx.network), [swop.fi](https://swop.fi), [wavesducks.com](https://wavesducks.com), Keeper is always allowed.

## Permissions control

To view the permissions, click ![](/files/HHFE9fY9Np2LwaCnwJQQ) in the upper right corner of the Keeper window. On the settings page, click **Permissions control**.

The **White list** tab displays the sites where Keeper is always allowed, and the permission cannot be revoked.

The **Custom list** tab displays other Keeper-enabled websites you visited and their status:

* **Approved**: the site is allowed to use Keeper,
* **Rejected**: the site is blocked, and all requests to Keeper get the error `Api rejected by user`.

![](/files/9XtVdZbZ1o1LQeENbpXg)

You can grant or revoke the permission with the ![](/files/P807eY27wFpCuMPlNSsN)/![](/files/VeFhhZ061mXzLyjGSXxV) icon. If you remove a site from the list (![](/files/HHFE9fY9Np2LwaCnwJQQ) **→ Delete**), the site will request the permission again the next time it tries to interact with Keeper.

🛈 Read how to set automatic signing of transactions in [Sign transaction](/browser-extension/tx.md) section.


---

# 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.keeper-wallet.app/browser-extension/connect.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.
