# PART05.Context

- [5.01 Context-简介](https://go.sai.show/part05.context/5.01-context-jian-jie.md)
- [5.02 Context-Beego Context设计分析](https://go.sai.show/part05.context/5.02-contextbeegocontext-she-ji-fen-xi.md)
- [5.03 Context-Gin Context设计分析](https://go.sai.show/part05.context/5.03-contextgincontext-she-ji-fen-xi.md)
- [5.04 Context-Echo和Iris的Context设计分析](https://go.sai.show/part05.context/5.04-contextecho-he-iris-de-context-she-ji-fen-xi.md)
- [5.05 Context-处理输入输出总结](https://go.sai.show/part05.context/5.05-context-chu-li-shu-ru-shu-chu-zong-jie.md)
- [5.06 Context-处理输入之Body输入](https://go.sai.show/part05.context/5.06-context-chu-li-shu-ru-zhi-body-shu-ru.md)
- [5.07 Context-处理输入之表单输入](https://go.sai.show/part05.context/5.07-context-chu-li-shu-ru-zhi-biao-dan-shu-ru.md)
- [5.08 Context-处理输入之查询参数、路径参数和StringValue](https://go.sai.show/part05.context/5.08-context-chu-li-shu-ru-zhi-cha-xun-can-shu-lu-jing-can-shu-he-stringvalue.md)
- [5.09 Context-处理输出](https://go.sai.show/part05.context/5.09-context-chu-li-shu-chu.md)
- [5.10 Context-总结与面试要点](https://go.sai.show/part05.context/5.10-context-zong-jie-yu-mian-shi-yao-dian.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://go.sai.show/part05.context.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.
