> For the complete documentation index, see [llms.txt](https://docs.clique.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clique.tech/clique-wallet/features-and-capabilities/account-binding.md).

# Account Binding

Account binding allows users to link multiple authentication methods to a single Clique Wallet account, providing flexibility and redundancy in account access.

#### How Account Binding Works

When you bind a new authentication method to your account:

1. You must be logged in with an existing authentication method
2. You authenticate with the new method you want to bind (e.g., sign in with Google, verify email, connect external wallet)
3. The new authentication method is linked to your existing account
4. You can now use any of your bound authentication methods to access the same account

#### Benefits of Account Binding

* **Redundancy**: If you lose access to one authentication method, you can still access your account using another bound method
* **Flexibility**: Switch between authentication methods based on convenience or device availability
* **Migration**: Gradually migrate from one authentication method to another without losing access to your wallets
* **Security**: Multiple authentication methods provide additional security layers

#### Binding Restrictions

* Each authentication method can only be bound to one Clique Wallet account
* You cannot bind an authentication method that is already bound to another account
* You cannot bind the same authentication method twice to your account


---

# 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.clique.tech/clique-wallet/features-and-capabilities/account-binding.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.
