# SUMMARY

* [Chap 01 - Introduction](/zh-cn/ch01/introduction.md)
* [Chap 02 - Ready Go](/zh-cn/ch02/ready-go.md)
* [Chap 03 - Type And Typeclass](/zh-cn/ch03/type-and-typeclass.md)
* [Chap 04 - Syntax in Function](/zh-cn/ch04/syntax-in-function.md)
* [Chap 05 - Recursion](/zh-cn/ch05/recursion.md)
* [Chap 06 - High Order Function](/zh-cn/ch06/high-order-function.md)
* [Chap 07 - Module](/zh-cn/ch07/module.md)
* [Chap 08 - Build Our Own Type and Typeclass](/zh-cn/ch08/build-our-own-type-and-typeclass.md)
* [Chap 09 - Input and Output](/zh-cn/ch09/input-and-output.md)
* [Chap 10 - Functionally Solving Problems](/zh-cn/ch10/functionally-solving-problems.md)
* [Chap 11 - Functors, Applicative Functors 與 Monoids](/zh-cn/ch11/functors-applicative-functors-and-monoids.md)
* [Chap 12 - A Fistful of Monad](/zh-cn/ch12/a-fistful-of-monads.md)
* [Chap 13 - For a Few Monad More](/zh-cn/ch13/for-a-few-monads-more.md)
* [Chap 14 - Zippers](/zh-cn/ch14/zippers.md)
* [FAQ](/zh-cn/faq/faq.md)
* [Resource](/zh-cn/resource/resource.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://learnyouahaskell.mno2.org/zh-cn/summary.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.
