# Web

- [웹의 동작 과정](https://docs.junojunho.com/web/undefined.md)
- [Cross Browser](https://docs.junojunho.com/web/cross-browser.md): 크로스 브라우저 (Cross Browser)
- [Document Reflows](https://docs.junojunho.com/web/document-reflows.md): Document Reflows는 성능 최적화(Performance Optimization)에 영향을 미치는 요소 중 하나이다.
- [Open Graph](https://docs.junojunho.com/web/open-graph.md): 오픈 그래프 (Open Graph)
- [이미지 압축 (Image optimization)](https://docs.junojunho.com/web/image-optimization.md)
- [SPA, SSR 비교](https://docs.junojunho.com/web/spa-ssr.md): SPA (Single Page Application) vs SSR (Server Side Rendering)


---

# 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.junojunho.com/web.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.
