# 그 외 학습 자료

* <https://www.connectedpapers.com/>
  * 학술 논문 탐색을 돕는 시각적 연구 도구
* <https://medium.com/@VitalikButerin/quadratic-arithmetic-programs-from-zero-to-hero-f6d558cea649>
  * 비탈릭 부테린의 QAP를 이해하기 쉽게 설명한 글
* <https://www.youtube.com/@hyunokoh/playlists>
  * 한양대 오현옥 교수님의 암호학 및 ZKP 강의 영상들
* <https://rareskills.io/zk-book>
  * ZKP 무료 온라인 교재
* <https://www.youtube.com/watch?v=dqOI5FaDrEk>
  * ZKET 프로그램 중 STARK 강의 영상
* <https://www.youtube.com/watch?v=8LwaBkFTV88&list=PLe1sXaxIkSC1sz0fVE2Hr_Diu1_qtG5Ea>
  * 디사이퍼 x 크로마 ZKP 특강


---

# 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://upsidezkp.gitbook.io/upside-zkp-docs/appendix/glossary.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.
