# Overview

Vexanium is an open-source blockchain platform that offers exceptional transaction speed and versatility. Its enterprise-grade design caters to both public and private blockchain deployment.

The platform offers several functionalities, including accounts, authentication, databases, asynchronous communication, and the scheduling of applications across multiple CPU cores and clusters. These functionalities are typical in non-blockchain software development environments.

Learn about Vexanium's available tools, the core concepts and underlying technical features:

* [Framework and Toolchain](/overview/vexanium-toolchain.md)
* [Core Concepts](/overview/core-concepts.md)
* [Technical Features](/overview/technical-features.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.vexanium.com/overview.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.
