# Summary

<figure><img src="/files/ngZxaR6pcY5xjZXVAOqP" alt=""><figcaption></figcaption></figure>

## Vanna Network Overview

{% hint style="info" %}
Terminology Ti&#x70;**:** An "inference" is just a fancy way of saying "running a trained AI/ML" model on some input parameters.
{% endhint %}

**The Vanna Network is the decentralized execution layer for AI/ML.**

Vanna supports native inference directly computed, secured, and verified on-chain; designed in a way that is so seamless that leveraging AI/ML in dApps is as easy as a simple smart contract function call.

**Vanna is the one-stop-shop for AI inference and has everything you need to run an inference pipeline on-chain.**

1. **Querying Data:** Access oracle feed data or on-chain state by making interchain queries to smart contracts.
2. **Preprocessing:** Leverage Vanna's built-in precompiles to preprocess queried raw data to prepare it for inference.
3. **Inference Execution:** Seamlessly and scalably run inference with any level of cryptographic security that suits your use-case&#x20;
4. **Inference Validation:** All cryptographic proofs securing inference are verified on the Vanna network by validator nodes.&#x20;
5. **Publishing & Provenance:** Inference results can be delivered to contracts on any chain through cross-chain messages, and are also published to the data availability layer.


---

# 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.vannalabs.ai/introduction/summary.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.
