# Guide

This is a technical documentation for zkID Login developers. zkID Login is one of the products launched by zCloak Network, which is designed to help users achieve a more explicit, private and fast '**Login Mechanism**'. It currently works as a Browser Extension (zkID Wallet), and the process of interaction is very user-friendly.

Users can store any Verifiable Credential that fits the *Credential Format Standard* in zkID Wallet. These credentials can be accessed with common APIs. Besides, Users can intuitivly see how their data is being used, **avoiding user information loss and leakage**.

* You can download the latest version of zkID Wallet at [Chrome Web Store](https://chrome.google.com/webstore/detail/zkid-wallet/ahkpfejaeoepmfopmbhjgjekibmfcfgo).
* If you encounter any technical problems or have any suggestion, please feel free to talk with us at [zCloak Discord](https://discord.com/invite/j3mATwNVSH).
* For more information about the relevant news or events, follow our [Twitter](https://twitter.com/zcloaknetwork), [Medium](https://zcloaknetwork.medium.com/), or our [Official Website](https://zcloak.network/#/).
* To find more technical details, please visit our [Github](https://github.com/zcloak-network).

##


---

# 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.zkid.app/readme.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.
