> For the complete documentation index, see [llms.txt](https://docs.keyring.network/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyring.network/docs/user-guide/1.-onboard/keyring-connect.md).

# Keyring Connect

Keyring Connect leverages a Chrome extension to facilitate the identity verification process. It is used to verify and extract your data from third-party websites using zero-knowledge proofs. It also ensures your personal information remains private during the verification process.

{% hint style="info" %}
**Prerequisite**: Install Keyring Connect Chrome Extension -> Download [here](https://chromewebstore.google.com/detail/keyring-connect/jgogeidclfccfoedhfjjaclnaojcllpi?utm_source=ext_app_menu).
{% endhint %}

## 1. Click `Verify` to launch the Keyring Connect Extension

<figure><img src="/files/6yuFhrSE7LBireUDIkai" alt=""><figcaption></figcaption></figure>

## 2. Select a provider where you have an account and login

Using Binance as an example. The extension opens on a side panel and guides you to the Binance sign in page. Once you're signed in, navigate to the page indicated in the extension. In this example, it is your dashboard but it can be other pages, typically your user Account or Profile pages.

<figure><img src="/files/owECVOQ0p9iclh53EVTt" alt=""><figcaption></figcaption></figure>


---

# 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.keyring.network/docs/user-guide/1.-onboard/keyring-connect.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.
