> For the complete documentation index, see [llms.txt](https://2sky.gitbook.io/vidyano/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2sky.gitbook.io/vidyano/readme.md).

# Vidyano Documentation

This documentation will help you build powerful data-driven applications using the [Vidyano](http://www.vidyano.com/) application platform.

## Getting started Section

For developers ready to dive in, the [Getting Started](/vidyano/v6/getting-started.md) section provides the necessary steps to install tools and create a new project with Vidyano.

## Documentation Sections

The [documentation](/vidyano/v6/documentation.md) provides insights into the various concepts within a Vidyano project. It details their functionalities and guides on how to effectively utilize them in your applications. Developers can leverage this knowledge to enhance their projects and maximize the platform's potential.

## Current versions

Here are a few badges with the latest versions of various packages used for Vidyano projects

[![Nuget Version](https://img.shields.io/nuget/v/Vidyano.svg?label=Vidyano)](https://www.nuget.org/packages/Vidyano) [![Nuget Version](https://img.shields.io/nuget/v/Vidyano.svg?label=Vidyano.SqlServer)](https://www.nuget.org/packages/Vidyano.SqlServer) [![Nuget Version](https://img.shields.io/nuget/v/Vidyano.svg?label=Vidyano.RavenDB)](https://www.nuget.org/packages/Vidyano.RavenDb) [![Nuget Version](https://img.shields.io/nuget/v/Vidyano.svg?label=Vidyano.PostgreSQL)](https://www.nuget.org/packages/Vidyano.PostgreSQL) [![GitHub Tag](https://img.shields.io/github/v/tag/Vidyano/Vidyano?label=Vidyano%20Web3%20client)](https://github.com/Vidyano/Vidyano)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://2sky.gitbook.io/vidyano/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
