# Overview

### Introduction

#### Getting Started with the Hyperhash REST API

Hyperhash provides low-level REST APIs that allow you to interact directly with wallets, user profiles, and key authorization systems. These APIs give you full control over the following core resources:

* **Users**: Create user objects with linked identities and optionally generate wallets during onboarding.
* **Wallets**: Programmatically create, manage, and interact with wallets across supported blockchains.
* **Authorization Keys**: Issue and manage authorization keys to control wallet access and permissions.
* **Policies**: Define and enforce policies that govern wallet usage and behavior.

Explore the sections below to learn more about using Hyperhash via direct API access.


---

# 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.senmo.io/hyperhash/overview.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.
