# How It Works

- [Overview](https://docs.autonomi.com/how-it-works/overview.md)
- [Fully Autonomous Data Network](https://docs.autonomi.com/how-it-works/fully-autonomous-data-network.md)
- [A Serverless Web](https://docs.autonomi.com/how-it-works/fully-autonomous-data-network/a-serverless-web.md)
- [Nodes](https://docs.autonomi.com/how-it-works/fully-autonomous-data-network/nodes.md)
- [Clients](https://docs.autonomi.com/how-it-works/fully-autonomous-data-network/clients.md)
- [Network Architecture](https://docs.autonomi.com/how-it-works/network-architecture.md)
- [Building on Kademlia](https://docs.autonomi.com/how-it-works/network-architecture/building-on-kademlia.md)
- [Connectivity and NAT Traversal](https://docs.autonomi.com/how-it-works/network-architecture/connectivity-and-nat-traversal.md)
- [Content-Addressable Storage](https://docs.autonomi.com/how-it-works/network-architecture/content-addressable-storage.md)
- [Encryption and Authentication](https://docs.autonomi.com/how-it-works/encryption-and-authentication.md)
- [Self-Encryption](https://docs.autonomi.com/how-it-works/encryption-and-authentication/self-encryption.md)
- [Multilayered encryption](https://docs.autonomi.com/how-it-works/encryption-and-authentication/multilayered-encryption.md)
- [Self-Authentication](https://docs.autonomi.com/how-it-works/encryption-and-authentication/self-authentication.md)
- [Post-Quantum Identity & Credentials](https://docs.autonomi.com/how-it-works/encryption-and-authentication/multisig-credentials.md)
- [Network Economics](https://docs.autonomi.com/how-it-works/network-economics.md)
- [Key Properties](https://docs.autonomi.com/how-it-works/network-economics/key-properties.md)
- [Token Supply](https://docs.autonomi.com/how-it-works/network-economics/token-supply.md)
- [Gas Fee](https://docs.autonomi.com/how-it-works/network-economics/gas-fee.md)
- [Quote Calculations](https://docs.autonomi.com/how-it-works/network-economics/quote-calculations.md)
- [Consensus Not Required](https://docs.autonomi.com/how-it-works/consensus-not-required.md)
- [Data types](https://docs.autonomi.com/how-it-works/data-types.md)
- [Chunks](https://docs.autonomi.com/how-it-works/data-types/chunks.md)
- [Defence Against Cyberattacks](https://docs.autonomi.com/how-it-works/defence-against-cyberattacks.md)
- [Beating Common Threats](https://docs.autonomi.com/how-it-works/defence-against-cyberattacks/beating-common-threats.md)


---

# 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.autonomi.com/how-it-works.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.
