# Ajna Protocol

## Ajna Protocol

- [Welcome](https://faqs.ajna.finance/getting-started/welcome.md): Welcome to Ajna's educational docs!
- [Quick Links](https://faqs.ajna.finance/getting-started/quick-links.md)
- [Glossary](https://faqs.ajna.finance/getting-started/glossary.md): Definitions are simplified and may not be comprehensive.
- [General](https://faqs.ajna.finance/faqs/general.md)
- [Pools](https://faqs.ajna.finance/faqs/pools.md)
- [Lending](https://faqs.ajna.finance/faqs/lending.md)
- [Borrowing](https://faqs.ajna.finance/faqs/borrowing.md)
- [Liquidations](https://faqs.ajna.finance/faqs/liquidations.md)
- [Reserve Auctions](https://faqs.ajna.finance/faqs/reserve-auctions.md)
- [AJNA Token](https://faqs.ajna.finance/faqs/ajna-token.md)
- [Grants](https://faqs.ajna.finance/faqs/grants.md)
- [Voting](https://faqs.ajna.finance/faqs/voting.md)
- [Deployment Addresses & Bridges](https://faqs.ajna.finance/info/deployment-addresses-and-bridges.md): This page tracks Ajna contract deployments on various networks.
- [Protocol Diagram](https://faqs.ajna.finance/info/protocol-diagram.md): Credit to 0xBoka
- [Roadmap](https://faqs.ajna.finance/info/roadmap.md)
- [Builder Starter Kit](https://faqs.ajna.finance/info/builder-starter-kit.md): This repository provides a basic setup and configuration to kick-start your development projects using the Ajna protocol.
- [How to Deploy](https://faqs.ajna.finance/info/how-to-deploy.md): Deploying the Ajna Protocol on an EVM chain.
- [Incentive Programs](https://faqs.ajna.finance/info/incentive-programs.md)
- [Inverse Pricing](https://faqs.ajna.finance/concepts/inverse-pricing.md): Pricing lender deposits on short pools
- [Choosing a Price Bucket](https://faqs.ajna.finance/concepts/choosing-a-price-bucket.md): Lender Guide


---

# 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://faqs.ajna.finance/getting-started/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.
