# Vexanium Docs

## Vexanium Docs

- [Welcome!](https://docs.vexanium.com/welcome.md): The Vexanium Blockchain is the next-generation, open-source Public Blockchain with industry-leading transaction speed and a flexible utility.
- [Overview](https://docs.vexanium.com/overview.md)
- [Vexanium Toolchain](https://docs.vexanium.com/overview/vexanium-toolchain.md)
- [Core Concepts](https://docs.vexanium.com/overview/core-concepts.md): Accounts, Wallets ,Permissions and Smart contracts
- [Technical Features](https://docs.vexanium.com/overview/technical-features.md)
- [Getting Started](https://docs.vexanium.com/getting-started.md)
- [Development Environment](https://docs.vexanium.com/getting-started/development-environment.md)
- [Prerequisites](https://docs.vexanium.com/getting-started/development-environment/prerequisites.md)
- [Before You Begin](https://docs.vexanium.com/getting-started/development-environment/before-you-begin.md)
- [Install VEX.CDT](https://docs.vexanium.com/getting-started/development-environment/install-vex.cdt.md)
- [Create Development Wallet](https://docs.vexanium.com/getting-started/development-environment/create-development-wallet.md)
- [Start keosd and nodeos](https://docs.vexanium.com/getting-started/development-environment/start-keosd-and-nodeos.md)
- [Create Development Accounts](https://docs.vexanium.com/getting-started/development-environment/create-development-accounts.md)
- [Smart Contract Development](https://docs.vexanium.com/getting-started/smart-contract-development.md)
- [Hello World Contract](https://docs.vexanium.com/getting-started/smart-contract-development/hello-world-contract.md)
- [Deploy, Issue and Transfer Tokens](https://docs.vexanium.com/getting-started/smart-contract-development/deploy-issue-and-transfer-tokens.md)
- [Understanding ABI Files](https://docs.vexanium.com/getting-started/smart-contract-development/understanding-abi-files.md)
- [Data Persistence](https://docs.vexanium.com/getting-started/smart-contract-development/data-persistence.md)
- [Secondary Indices](https://docs.vexanium.com/getting-started/smart-contract-development/secondary-indices.md)
- [Adding Inline Actions](https://docs.vexanium.com/getting-started/smart-contract-development/adding-inline-actions.md)
- [Inline Actions to External Contracts](https://docs.vexanium.com/getting-started/smart-contract-development/inline-actions-to-external-contracts.md)
- [Payable actions](https://docs.vexanium.com/getting-started/smart-contract-development/payable-actions.md)
- [Creating and Linking Custom Permissions](https://docs.vexanium.com/getting-started/smart-contract-development/creating-and-linking-custom-permissions.md)
- [Vexanium Protocol](https://docs.vexanium.com/vexanium-protocol.md)
- [Consensus Protocol](https://docs.vexanium.com/vexanium-protocol/consensus-protocol.md)
- [Transaction Protocol](https://docs.vexanium.com/vexanium-protocol/transaction-protocol.md)
- [Network Peer Protocol](https://docs.vexanium.com/vexanium-protocol/network-peer-protocol.md)
- [Accounts and Permissions](https://docs.vexanium.com/vexanium-protocol/accounts-and-permissions.md)
- [Vexanium DAO - Governance](https://docs.vexanium.com/vexanium-dao-governance.md)
- [DPOS Governance](https://docs.vexanium.com/vexanium-dao-governance/dpos-governance.md)
- [Active Block Producers](https://docs.vexanium.com/vexanium-dao-governance/active-block-producers.md)
- [API Reference](https://docs.vexanium.com/reference/api-reference.md)
- [API V2 Migrations](https://docs.vexanium.com/reference/api-reference/api-v2-migrations.md)
- [Smart Contract](https://docs.vexanium.com/reference/smart-contract.md)
- [C++ Smart Contract](https://docs.vexanium.com/reference/smart-contract/c++-smart-contract.md)
- [Hello World Contract](https://docs.vexanium.com/reference/smart-contract/c++-smart-contract/hello-world-contract.md)
- [Simple Token Farming Contract](https://docs.vexanium.com/reference/smart-contract/c++-smart-contract/simple-token-farming-contract.md)
- [Employee Attendance Contract](https://docs.vexanium.com/reference/smart-contract/c++-smart-contract/employee-attendance-contract.md)
- [Solidity ( EVM )](https://docs.vexanium.com/reference/smart-contract/solidity-evm.md)
- [Setup Metamask](https://docs.vexanium.com/reference/smart-contract/solidity-evm/setup-metamask.md)
- [To Do List Contract](https://docs.vexanium.com/reference/smart-contract/solidity-evm/to-do-list-contract.md)
- [Resources](https://docs.vexanium.com/resources.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.vexanium.com/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.
