# Intermediate

- [#9 Useful queries part1](https://tutorial.sixdegree.xyz/intermediate/ch09-useful-queries-part1.md)
- [#10 Useful queries part2](https://tutorial.sixdegree.xyz/intermediate/ch10-useful-queries-part2.md)
- [#11 Useful queries part3](https://tutorial.sixdegree.xyz/intermediate/ch11-useful-queries-part3.md)
- [#12 NFT analysis](https://tutorial.sixdegree.xyz/intermediate/ch12-nft-analysis.md)
- [#13 Lending analysis](https://tutorial.sixdegree.xyz/intermediate/ch13-lending-analysis.md)
- [#14 DeFi analysis](https://tutorial.sixdegree.xyz/intermediate/ch14-defi-analysis.md)
- [#15 Introduction to DuneSQL](https://tutorial.sixdegree.xyz/intermediate/ch15-dunesql-introduction.md)
- [#16 Blockchain analysis - polygon](https://tutorial.sixdegree.xyz/intermediate/ch16-blockchain-analysis-polygon.md)
- [#17 MEV analysis - uniswap](https://tutorial.sixdegree.xyz/intermediate/ch17-mev-analysis-uniswap.md)
- [#18 Uniswap multichain analysis](https://tutorial.sixdegree.xyz/intermediate/ch18-uniswap-multichain-analysis.md)
- [#19 Useful metrics](https://tutorial.sixdegree.xyz/intermediate/ch19-useful-metrics.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://tutorial.sixdegree.xyz/intermediate.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.
