# HAS for Wallets (PKSA)

This section describes the HAS protocol specification for communication between a Private Key Storage Application (**PKSA**) and the Hive Authentication Services (**HAS)** infrastructure.

When started, a PKSA will

* Connect to a HAS server
* Retrieve the Server Encryption Key
* Register accounts
* Wait for requests from the accounts it registered sent from the HAS and process them


---

# 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.hiveauth.com/has-for-wallets-pksa.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.
