# ACADEMY

- [MINA](https://docs.staketab.com/academy/mina.md)
- [Mina Glossary](https://docs.staketab.com/academy/mina/mina-glossary.md): This glossary contains key Mina terms and their definitions
- [Mina Domain Model](https://docs.staketab.com/academy/mina/mina-domain-model.md)
- [Mina Block Production](https://docs.staketab.com/academy/mina/mina-block-production.md)
- [Mina Accounts](https://docs.staketab.com/academy/mina/mina-accounts.md)
- [Mina Staking Process](https://docs.staketab.com/academy/mina/mina-staking-process.md): This article clarifies the delegation mechanism in Mina and will help you find answers to questions such as "What's going on with my delegation", "When it starts to produce rewards" and more.
- [Mina Delegations Explained](https://docs.staketab.com/academy/mina/mina-delegations-explained.md): This article gives a deeper dive into the delegation process. It can be useful for blockchain specialists and developers.
- [Mina Reward Calculation](https://docs.staketab.com/academy/mina/mina-reward-calculation.md)
- [Account Balance: Locked and Unlocked Tokens](https://docs.staketab.com/academy/mina/account-balance-locked-and-unlocked-tokens.md)
- [ZK-proof mechanism and ZK-snarks](https://docs.staketab.com/academy/mina/zk-proof-mechanism-and-zk-snarks.md)
- [ZKapps](https://docs.staketab.com/academy/mina/zkapps.md)
- [Scan State](https://docs.staketab.com/academy/mina/scan-state.md)
- [AXELAR](https://docs.staketab.com/academy/axelar.md)
- [What is Axelar project?](https://docs.staketab.com/academy/axelar/what-is-axelar-project.md): Project review


---

# 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.staketab.com/academy.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.
