> For the complete documentation index, see [llms.txt](https://developers.keeper-wallet.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.keeper-wallet.app/connect-web-app/signer.md).

# Signer: Connect Keeper on website

To enable access to your web app via Keeper Wallet, use Signer.

![](/files/YdknhKdHWQ491urVfzb2)

Signer is a TypeScript/JavaScript library designed to sign and submit transactions on behalf of a user in any browser. The user can review details of each transaction and then confirm or reject it.

Signer implements a unified interface for interacting with signature provider libraries. You just initialize the libraries in your app and then use Signer functions to obtain signatures for transactions or arbitrary messages.

Keeper Wallet maintains the following signature providers:

* [ProviderKeeper](/connect-web-app/signer/provider-keeper.md) generates signatures via Keeper Wallet browser extension.
* [ProviderKeeperMobile](/connect-web-app/signer/provider-keeper-mobile.md) generates signatures via Keeper Wallet mobile app.

Refer to the [documentation](https://docs.waves.tech/en/building-apps/waves-api-and-sdk/client-libraries/signer) for details on Signer installation and functions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developers.keeper-wallet.app/connect-web-app/signer.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.
