# Overview

- [Why was Mishti built?](https://docs.network.human.tech/overview/why-was-mishti-built.md): Mishti Network was built to help fight some existential threats to crypto and therefore to global digital rights:
- [What is Human Network? What are Human Keys?](https://docs.network.human.tech/overview/what-is-human-network-what-are-human-keys.md): Human Network is a network for Human Keys. It lets users multiply their data encoded as elliptic curve points by a distributed private key.
- [Methods and their use cases](https://docs.network.human.tech/overview/methods-and-their-use-cases.md)
- [Deriving keys from low-entropy data](https://docs.network.human.tech/overview/methods-and-their-use-cases/deriving-keys-from-low-entropy-data.md): Human Network derives keys from low-entropy data by using a threshold verifiable oblivious pseudorandom function (tVOPRF)
- [Deriving keys from web accounts](https://docs.network.human.tech/overview/methods-and-their-use-cases/deriving-keys-from-web-accounts.md)
- [Provably encrypting to Human Network, and setting custom decryption conditions.](https://docs.network.human.tech/overview/methods-and-their-use-cases/provably-encrypting-to-human-network-and-setting-custom-decryption-conditions..md)
- [Security](https://docs.network.human.tech/overview/security.md): Mishti Network is designed to have strong security by leveraging cryptographic techniques to protect data and also overall systems.
- [FAQ](https://docs.network.human.tech/overview/faq.md): FAQ for the Human 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.network.human.tech/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.
