# Info

- [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)


---

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