# Developers

## main

- [Welcome to Vera](https://docs.vera.financial/developers/main/undefined.md)
- [Definitions](https://docs.vera.financial/developers/main/definitions.md)
- [Prerequisites](https://docs.vera.financial/developers/main/getting-started/prerequisites.md)
- [Setting Up The Node](https://docs.vera.financial/developers/main/getting-started/setting-up-the-node.md)
- [Interact With The Node](https://docs.vera.financial/developers/main/getting-started/interact-with-the-node.md)
- [Building Smart Contracts](https://docs.vera.financial/developers/main/getting-started/building-smart-contracts.md)
- [Deploying Our PoC](https://docs.vera.financial/developers/main/getting-started/deploying-our-poc.md)
- [Asset Manager](https://docs.vera.financial/developers/main/asset-manager.md)
- [Intrest Calculation](https://docs.vera.financial/developers/main/intrest-calculation.md)
- [NFT Lending](https://docs.vera.financial/developers/main/api-references/nft-lending.md): Allow NFT owners to borrow stable coins, or other tokens against their NFT assets.
- [NFT Leasing](https://docs.vera.financial/developers/main/api-references/nft-leasing.md): Allow NFT owners to list their tokens to be rented by other users.
- [NFT Exchange](https://docs.vera.financial/developers/main/api-references/nft-exchange.md): NFT decentralized non-custodial marketplace will facilitate P2P trading between sellers andbuyers. The process will be controlled by the ExchangeManager contract. It will provide thefollowing functi

## 1.0.0

- [Introduction](https://docs.vera.financial/developers/master.md)
- [Definitions](https://docs.vera.financial/developers/definitions.md)
- [Using docker](https://docs.vera.financial/developers/getting-started/using-docker.md)
- [Install Docker](https://docs.vera.financial/developers/getting-started/using-docker/install-docker.md)
- [Build using Docker](https://docs.vera.financial/developers/getting-started/using-docker/build-using-docker.md)
- [Install without Docker](https://docs.vera.financial/developers/getting-started/install-without-docker.md)
- [Prerequisites](https://docs.vera.financial/developers/getting-started/install-without-docker/prerequisites.md)
- [Setting Up The Node](https://docs.vera.financial/developers/getting-started/install-without-docker/setting-up-the-node.md)
- [Interact With The Node](https://docs.vera.financial/developers/getting-started/install-without-docker/interact-with-the-node.md)
- [Building Smart Contracts](https://docs.vera.financial/developers/getting-started/install-without-docker/building-smart-contracts.md)
- [Deploying Our PoC](https://docs.vera.financial/developers/getting-started/deploying-our-poc.md)
- [Asset Manager](https://docs.vera.financial/developers/getting-started/deploying-our-poc/asset-manager.md)
- [Interest Calculation](https://docs.vera.financial/developers/getting-started/interest-calculation.md)
- [Audit Report](https://docs.vera.financial/developers/getting-started/audit-report.md)
- [NFT Lend](https://docs.vera.financial/developers/api-references/nft-lending.md): Allow NFT owners to borrow stable coins, or other tokens against their NFT assets.
- [NFT Rent](https://docs.vera.financial/developers/api-references/nft-leasing.md): Allow NFT owners to list their tokens to be rented by other users.
- [NFT Exchange](https://docs.vera.financial/developers/api-references/nft-exchange.md): NFT decentralized non-custodial marketplace will facilitate P2P trading between sellers andbuyers. The process will be controlled by the ExchangeManager contract. It will provide thefollowing functi


---

# 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.vera.financial/developers/master.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.
