# Welcome

## Hello There!

Welcome to the official technical documentation for the Vanna Network! Here are some quick links to help you get started:

## The Valence Network

{% content-ref url="summary" %}
[summary](https://docs.vannalabs.ai/introduction/summary)
{% endcontent-ref %}

{% content-ref url="../vanna-network/inference-modes" %}
[inference-modes](https://docs.vannalabs.ai/vanna-network/inference-modes)
{% endcontent-ref %}

{% content-ref url="../vanna-network/architecture" %}
[architecture](https://docs.vannalabs.ai/vanna-network/architecture)
{% endcontent-ref %}

{% content-ref url="../vision/the-ai-one-stop-shop" %}
[the-ai-one-stop-shop](https://docs.vannalabs.ai/vision/the-ai-one-stop-shop)
{% endcontent-ref %}

## Building on Valence

We've put together some helpful guides for you to get setup with Vanna Network quickly and easily.

{% content-ref url="../build/getting-started" %}
[getting-started](https://docs.vannalabs.ai/build/getting-started)
{% endcontent-ref %}

## Getting Involved

Come join us on our journey to decentralize AI inference, check our official links and communities out here!

{% content-ref url="../links" %}
[links](https://docs.vannalabs.ai/links)
{% endcontent-ref %}


---

# 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/welcome.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.
