# Features

## Decentralization & Resilience

* **No Central Point of Failure** — Distributed network of nodes eliminates reliance on a single server. The network continues operating even if some nodes are unavailable.
* **Self-Healing** — Shortest Path Bridging algorithms automatically reroute traffic around disruptions, maintaining stability and reliability.

***

## Communication

* **Offline Capable** — Communicate without internet access within range of a Zentanode (up to 6km). Ideal for remote or underserved areas.
* **AI-Powered Routing** — Q-learning and Artificial Neural Networks optimize communication paths for minimal latency and maximum efficiency.
* **Encrypted** — AES-256 encryption and multi-hop routing protect privacy and ensure data confidentiality.

***

## Technical Specifications

| Spec          | Value                                       |
| ------------- | ------------------------------------------- |
| Encryption    | AES-256                                     |
| Routing       | AI-powered (Q-learning + ANN)               |
| Self-Healing  | Shortest Path Bridging                      |
| Offline Range | Up to 6 km per node                         |
| Latency       | < 1 ms node-to-node                         |
| Frequencies   | 868 MHz (EU), 915 MHz (US), 922 MHz (LATAM) |

***

## Key Advantages

| Advantage         | Description                                             |
| ----------------- | ------------------------------------------------------- |
| Scalability       | Accommodates growing numbers of users and devices       |
| Flexibility       | Supports messaging, voice/video calls, and file sharing |
| Interoperability  | Integrates with existing infrastructure                 |
| Energy Efficiency | Optimized for battery-powered devices                   |
| Low Latency       | Real-time communication with minimal delay              |
| Cost Efficiency   | Leverages existing infrastructure and advanced routing  |


---

# 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.zentachain.io/zentamesh/features.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.
