# Additional Learning

- [AI & Agentics](https://academy.autonomys.xyz/additional-learning/ai-agentics.md): AI Changes Everything
- [Current State of AI](https://academy.autonomys.xyz/additional-learning/ai-agentics/current-state-of-ai.md)
- [What is an LLM](https://academy.autonomys.xyz/additional-learning/ai-agentics/what-is-an-llm.md)
- [Personal AI](https://academy.autonomys.xyz/additional-learning/ai-agentics/personal-ai.md)
- [What is an AI Agent](https://academy.autonomys.xyz/additional-learning/ai-agentics/what-is-an-ai-agent.md)
- [The Coming Age of Agentic AI](https://academy.autonomys.xyz/additional-learning/ai-agentics/the-coming-age-of-agentic-ai.md): To combine with one of the previous articles?
- [Open vs Closed Models](https://academy.autonomys.xyz/additional-learning/ai-agentics/open-vs-closed-models-to-do.md)
- [Provenance in a Generative World](https://academy.autonomys.xyz/additional-learning/ai-agentics/provenance-in-a-generative-world-cai-c2pa.md)
- [AI Empowering Bad Actors](https://academy.autonomys.xyz/additional-learning/ai-agentics/ai-empowering-bad-actors-auto-id-counters-action-needed.md)
- [Proof-of-Personhood](https://academy.autonomys.xyz/additional-learning/ai-agentics/proof-of-personhood.md)
- [Identity & Security](https://academy.autonomys.xyz/additional-learning/identity-security.md)
- [DID & Verifiable Credentials](https://academy.autonomys.xyz/additional-learning/identity-security/did-and-verifiable-credentials.md)
- [OAuth and OIDC](https://academy.autonomys.xyz/additional-learning/identity-security/oauth-and-oidc.md)
- [Public Key Infrastructure](https://academy.autonomys.xyz/additional-learning/identity-security/public-key-infrastructure.md)
- [Web3](https://academy.autonomys.xyz/additional-learning/web3.md)
- [What is a Blockchain?](https://academy.autonomys.xyz/additional-learning/web3/what-is-a-blockchain.md)
- [The Blockchain Trilemma and the Cost of Scalability](https://academy.autonomys.xyz/additional-learning/web3/the-blockchain-trilemma.md)
- [What is a Cryptocurrency](https://academy.autonomys.xyz/additional-learning/web3/what-is-a-crypto-currency.md)
- [General Information about SDK](https://academy.autonomys.xyz/additional-learning/web3/general-information-about-sdk.md)
- [What is a DAO?](https://academy.autonomys.xyz/additional-learning/web3/what-is-a-dao.md)
- [Challenges of Participating in a DAO](https://academy.autonomys.xyz/additional-learning/web3/challenges-of-participating-in-a-dao.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://academy.autonomys.xyz/additional-learning.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.
