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

# Login / Account

You can access the SIGN Web App at [sign-web.app](<https://www.sign-web.app >) with any web browser on desktop, tablet and mobile

<div align="center"><img src="/files/-M3jY6xhGNYa7-QIAyTN" alt=""></div>

## WAVES SIGNER

The Web App uses the Waves Signer library from Waves Platform to Login, Sign and Broadcast transactions on the Waves Blockchain.&#x20;

The library is connecting and communicating with the waves.exchange Provider where all your Waves accounts are stored. Our Web App doesn't have access to any of your private information such as your Private Key and Secret Seed.

More details about Waves Signer on the [official documentation](https://docs.wavesplatform.com/en/building-apps/waves-api-and-sdk/client-libraries/signer) or [github](https://github.com/wavesplatform/signer)

![Communication example SIGN < --- > Provider](/files/-M3j_uQ14FiEQVmEVUHU)

## LOGIN TO THE WEB APP

When you open the Web App, you only have two tabs available, the **Account** tab where you can login into, the application and the public **Verifier** tab that allows anyone to search or verify the validity of a certification.

To login, simply click on SIGN IN and create a password if you don't have an account yet or type your password to access your account list, select an account and you will be automatically connected to the Web App.

![The login page when not connected](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M3ieoE1M071OsoFItvH%2Fuploads%2F7y2eUtzA7XKB7kw92o5d%2Ffile.png?alt=media)

Once you are logged in, you will see an option to switch account or to manage your account on waves.exchange. Don't forget to go save your Secret Seed on Waves Exchange if you just created a new account.

You'll now have more options available, more tabs on the left menu and a top bar with your wallet balance /address

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M3ieoE1M071OsoFItvH%2Fuploads%2FlquqpOYSWpD393dCdEvX%2Ffile.png?alt=media)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sign-web.app/login-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
